Supported JDBC, JDK versions for Oracle 11g

14,999

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

Blockquote

Share:
14,999
Admin
Author by

Admin

Updated on July 26, 2022

Comments

  • Admin
    Admin almost 2 years

    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

  • a_horse_with_no_name
    a_horse_with_no_name almost 9 years
    For Java 8 you should use ojdbc7.jar
  • jwenting
    jwenting almost 9 years
    @a_horse_with_no_name no, you should use the correct one for your version of Oracle, as the driver may support operations not supported by the TNS Listener if you use a newer one.