Hi~ Summers!!

Oracle 버전에 따른 JDBC 버전 목록 본문

개발/JAVA

Oracle 버전에 따른 JDBC 버전 목록

eNaNII 2008. 5. 30. 11:19
  • JDBC 8.1.7 drivers can talk to RDBMS
    • 10.1.0
    • 9.2.0
    • 9.0.1
    • 8.1.7
    • 8.1.6
    • 8.1.5
    • 8.0.6
    • 8.0.5
    • 8.0.4
    • 7.3.4
  • JDBC 9.0.1 drivers can talk to RDBMS
    • 10.1.0
    • 9.2.0
    • 9.0.1
    • 8.1.7
    • 8.1.6
    • 8.1.5
    • 8.0.6
    • 8.0.5
    • 8.0.4
    • 7.3.4
  • JDBC 9.2.0 drivers can talk to RDBMS
    • 10.1.0
    • 9.2.0
    • 9.0.1
    • 8.1.7
  • JDBC 10.1.0 drivers can talk to RDBMS

Note that there is a known bug (#1725012) when using JDBC 8.1.7 thin driver to connect to a 9.0.1 RDBMS - applying the corresponding JDBC patch solves this known bug.

The following versions of the Oracle JDBC drivers are no longer supported.

  • JDBC 7.3.4 drivers can talk to RDBMS 7.3.4.
  • JDBC 8.0.4 drivers can talk to RDBMS 8.0.4 and 7.3.4.
  • JDBC 8.0.5 drivers can talk to RDBMS 8.0.5, 8.0.4 and 7.3.4.
  • JDBC 8.0.6 drivers can talk to RDBMS 8.0.6, 8.0.5, 8.0.4 and 7.3.4.
  • JDBC 8.1.5 drivers can talk to RDBMS 8.1.5, 8.0.6, 8.0.5, 8.0.4 and 7.3.4.
  • JDBC 8.1.6 drivers can talk to RDBMS 8.1.6, 8.1.5, 8.0.6, 8.0.5, 8.0.4 and 7.3.4.

Note: The ADT features in 8.1.5 driver and above only works for 8.1.5 database and above.

A related question is about versions NOT listed here. If its not listed here, its probably not supported. You should verify with your support channel that you are still on a supported version of Oracle. For example, a lot of people have asked about 8.0.3 - support for which was discontinued long ago. People still using 8.0.3 need to contact their support channels for upgrade info (some of these upgrades are free!).

Comments