Which version of OJDBC should I use with oracle 12c and 19c - ojdbc

I am supporting two versions of oracle 12c(12.1.0.2.0) and 19c. Currently I am using ojdbc6:11.1.0.7. I wonder if I should change it to ojdbc8:12.2.0.1, or it does not matter. Any suggestions?

The driver is backward compatible. You could even use the driver from 19c.

Related

Looking for alternatives to MySQL Workbench to work with MariaDB 10

I'm looking for a tool that can be an alternate for MySQL Workbench to work with MariaDB 10. Problem is, the latest MySQL Workbench 8.x is not compatible with MariaDB 10. So any suggestions on this would be helpful. thanks
check this one https://mariadb.com/kb/en/graphical-and-enhanced-clients/
try to check each option to see which is suitable for you

Does Flyway Community version support Oracle 19.7?

Does flyway community version support Oracle 19c? From this URL: https://flywaydb.org/documentation/database/oracle, it is up to 19.3. My oracle database is 19.7. I am not very familiar with oracle database versions.
Any version support oracle 19.7 at all?
Thanks!
Assuming no breaking changes have appeared in Oracle 19.7, then yes, we just have not formally tested it yet. If you try, you will get a warning to this effect in the log but Flyway will function as normal. I'll update the tests and remove this warning for the next patch version.

Snowflake Linux ODBC Driver

Does anyone know if the latest Snowflake ODBC driver for Linux (v2.19.16) is compatible with RHEL 6.8?
Snowflake customers have had success using the Snowflake ODBC driver on RHEL. I would say the best thing to do is to test. As per the documentation, what is currently officially supported is CentOS 6 or higher. CentOS is very close to being RHEL without the branding and support. In particular, the library versions are the same, so binaries that work on one will work on the other.
https://docs.snowflake.net/manuals/user-guide/odbc.html#odbc-driver

Cannot update foxpro driver version in system odbc

Good Days,
I would like to ask why my FoxPro driver in system odbc cannot be updated even I downloaded the latest driver from Microsoft and install it.
I had use control panel to uninstall the FoxPro driver and then install it again. I found that it also cant work.
I hint the error below :
This is the version I browse from odbc:
My pc is window 7.
I appreciate it very much if someone know the solution.
Thanks you.
You need to use the OLE DB driver.
Which is version 6.x as shown here:
VFP doesn't have an ODBC driver since version 6. For all versions (pre and post 6) there is OLEDB driver (VFPOLEDB) - version 9.0.00.5815).

Migration from legacy version to newer version or MySQL

I recently dug up a very old SQL Anywhere database. I have it installed and it kind of works, its only the distributed side of the data, so everything's running via dbeng50 and ODBC.
I would like to migrate this data to MySQL. Is there a way to do this? I attempted to view the data using an ODBC tool but I kept getting error messages saying the ODBC driver doesn't support the version of ODBC behavior.
I guess the database is too old (it's from 1997) - that put's at it SQL Anywhere version 5.
Its also difficult to find the old SQL tools that would help me access these.
Is it possible to use the .db file with a newer version?
Any help or guidance at all would be appreciated.

Resources