Oracle 19c compatibility with jdk7
NickName:Elie Daher Ask DateTime:2020-02-14T23:24:59

Oracle 19c compatibility with jdk7

I would like to know if oracle 19c is compatible with jdk 7.

I have found out 2 drivers for oracle 19c

  • ojdbc8 : for jdk8, jdk9 and jdk11
  • ojdbc10 : for jdk10 and jdk11

I would like to know if there is a way to have oracle 19c with a jdk7, and if yes what is the driver that will allow to do it ?

Copyright Notice:Content Author:「Elie Daher」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/60229135/oracle-19c-compatibility-with-jdk7

Answers
Stephen C 2020-02-14T15:47:48

According to the Oracle JDBC FAQ (Question "What are the Oracle JDBC releases Vs JDK versions?"), only the Java versions you listed (Java 8 to 11) are supported for Oracle 19c.\n\nI expect that support for later Java versions will be added in the future.\nJava 9 and Java 10 were short-life releases, and are both end-of-life.\n\nAs a comment notes, Java 7 has been "end of life" since April 2015. It would be counter-productive for Oracle to encourage continued use of Java 7 by supporting it with new JDBC drivers for new Oracle database releases.\nNote that the Oracle drivers are proprietary and source code is not available. So back-porting one of the Oracle 19c compatible drivers to Java 7 is not an option.\nYou may be able to identify a 3rd-party vendor who will provide (probably sell) you a driver that works. The best I could come up with is this old page that lists vendors:\n\nhttps://www.mindprod.com/jgloss/jdbcvendors.html\n\n\nIn summary: If you want to use Oracle 19c with Oracle supported drivers, upgrading to Java 8 LTS or later is the only feasible solution. Upgrading to Java 11 LTS is advisable:\n\nOracle Java 8 LTS free public updates (for commercial users) have ended, and Premium Support is due to end in March 2022; see the Oracle Java SE Support Roadmap.\n\nYou can still get free public Java 8 LTS updates from 3rd-party vendors post 2020; see Java is Still Free for all of the details.\n\n",


More about “Oracle 19c compatibility with jdk7” related questions

Oracle 19c compatibility with jdk7

I would like to know if oracle 19c is compatible with jdk 7. I have found out 2 drivers for oracle 19c ojdbc8 : for jdk8, jdk9 and jdk11 ojdbc10 : for jdk10 and jdk11 I would like to know if ther...

Show Detail

Compatibility of JDBC driver with Oracle 19c Database

We are currently using ojdc14(Java 1.6) with Oracle 11g Database and want to upgrade the DB to 19c version. I wanted to know which ojdbc jars are compatible with Oracle 19c database?

Show Detail

Oracle19c with AIX server, JDK7

Our application is using JDK7, websphere and is hosted on AIX box. Recently we upgraded to oracle 19c from 12c. After this, application server does not start. We do not see any error in startup log...

Show Detail

Oracle Client and ODP.NET version compatibility

We have upgraded Oracle to 19C and also upgraded the Oracle.ManagedDataAccess package to 19.6. However, when we try to open our application on Oracle database 12 then it is showing error, as some

Show Detail

Oracle 19c Compatible - Powerbuilder

One of our application build by powerbuilder 6.5 and it was currently connected Oracle 11.2.0.4 version. We are planning to migrate the 19c oracle. So will it be compatible 19c Oracle? And we need to

Show Detail

Group By expression in Oracle 19c

I am installing a database schema in Oracle 19c, and the installation scripts have been used repeatedly in Oracle 12 without problems. My problem with 19c is when it runs our views script, it throw...

Show Detail

Oracle DB 19c and java 6

There is any chance to connect to an oracle DB 19c with java 6? I see that the connector is only compatible with jdk8 Whats happens if i use ojdbc6 for connect to a oracle DB 19c? Thanks

Show Detail

Migration from Oracle Database 11g to AWS RDS Oracle 19c Failures

When Migrating from Oracle Database 11g to AWS RDS Oracle Database 19c using the Oracle Datapump tool for export and the RDS Datapump API for Import resulted in some nasty errors. ORA-39001: invalid

Show Detail

Is it possible to configure SSL for Oracle Database 19c in DB System - Oracle Cloud?

I am looking for to enable SSL for Oracle Database 19c in DB System - Oracle Cloud. I could not find any document for it. Is it possible to configure SSL for Oracle Database 19c in DB System - Oracle

Show Detail

What versions of JDK7 are supported by Web Logic 11g

I'm looking for the documentation of Oracle one matrix of compatibility between Web Logic and JDK 7 , but did not find the information of the operating systems that it 's compatibility or which ver...

Show Detail