Swati Fulzele
Swati Fulzele

Reputation: 23

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?

Upvotes: 1

Views: 21337

Answers (1)

Himanshu Goswami
Himanshu Goswami

Reputation: 1

You can use the JDBC versions below as per your requirement.

These are the .jar files for different versions of Oracle:

  • ojdbc14.jar ----- Oracle 10g
  • ojdbc6.jar ----- Oracle 11g
  • ojdbc7.jar ----- Oracle 12c
  • ojdbc8.jar ----- Oracle 19c

Upvotes: 0

Related Questions