11g R1 Oracle JDBC Drivers available now
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