Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Supported JDBC, JDK versions for Oracle 11g

We are upgrading our DB from oracle 10g to 11g.

I hope our current JDK1.6 will support this.

What will be ideal JDBC versions for Oracle 11g ?

Currently we are using ojdbc.14.jar , will it support for 11g ?

Please confirm me

like image 336
Siva Moorthy Avatar asked Jun 19 '15 02:06

Siva Moorthy


People also ask

Is ojdbc8 compatible with 11g?

jar. OJDBC10 is compiled with Java 10 and will not work unless you're running Bamboo 8 with Java 11. OJDBC8 is compiled with Java 8 and recommended by Oracle even if using Java 11: If you are using JDK11 then, ojdbc8.

Is Oracle Database 11g still supported?

Upgrade Oracle 11gThese newer versions are supported until 2031, they are also packed with advanced features providing enhanced performance and security. Click to discover all of our Oracle database services.

Is Oracle 11.2 still supported?

Yes, you will be able to provision new 11.2. 0.4 databases until the end of the support life for 11.2. 0.4. With paid MDS, that will be 31-Dec 2023.


1 Answers

According to Oracle FAQ, you should use OJDBC7.jar for java version 8

Blockquote

like image 151
MaVRoSCy Avatar answered Oct 02 '22 22:10

MaVRoSCy