Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

11g R1 Oracle JDBC Drivers available now

dsurber-OracleAug 14 2007 — edited Aug 17 2007
Oracle 11.1.0.6.0 JDBC drivers are up on OTN now.

IMPORTANT!

oracle.jdbc.driver is not supported. Source code that mentions that package will not compile. Compiled code will not execute. Use oracle.jdbc instead. Also replace oracle.sql.CustomDatum with oracle.sql.OraData.

oracle.jdbc.pool.OracleConnectionCacheImpl is not supported. Use the implicit connection cache instead.

J2SE 1.3 and J2SE 1.4 are not supported.

J2SE 1.5 and JDBC 3.0 are supported.

JSE 6.0 and JDBC 4.0 are supported except for the new java.sql.SQLXML type which is not supported.

All currently supported versions of the Oracle database are supported which I think goes back to Oracle Database 9.0.1. Oracle Database 8.1.7 and older are not supported. As always, use the most recent version of the JDBC driver , 11.1.0.6.0, no matter what version of the database you are using. (Unless you are using an unsupported version of the database.)

The FAQ and logging white paper have also been updated.

Douglas
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 14 2007
Added on Aug 14 2007
5 comments
1,932 views