MySQL Forums
Forum List  »  Connector/ODBC

Re: describe table from oracle to mysql shows wrong data type
Posted by: Bogdan Degtyariov
Date: February 07, 2023 09:27PM

This might be a bug in Connector/ODBC 8.0.31.
I see that each CHAR/VARCHAR column size is multiplied by 12.
Please report it here:

https://bugs.mysql.com/report.php

It would be highly valuable if you could enable ODBC trace in the driver manager and attach the result trace file containing all sequence of the ODBC calls.

The tracing can be enabled as follows:

- Windows:
In ODBC Administrator go to Tracing and click "Start Tracing Now".

- Linux (UnixODBC Driver manager):
In odbcinst.ini file add/edit [ODBC] section as this:

[ODBC]
Trace = yes
TraceFile = trace_file_path

--
Best regards,
Bogdan Degtyariov

Options: ReplyQuote


Subject
Written By
Posted
Re: describe table from oracle to mysql shows wrong data type
February 07, 2023 09:27PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.