1. jse6 and jdbc4.0 are supported, and the java. SQL. SQLXML type is no longer supported. Jse6 is supported by the ojdbc6.jar, ojdbc6_g.jar, ojdbc6dms. jar, and ojdbc6dms_g.jar files.
2. Oracle. JDBC. Driver is no longer supported. Oracle. JDBC is recommended for each release starting from 9.0.1. This day has finally arrived. In 11g, Oracle. JDBC. Driver references are no longer compiled.
3. j2se 1.2, 1.3, and 1.4 are no longer supported. 11r1 does not include jar and zip of these versions. If you still use these versions, you can continue to use JDBC of 10gr2.
4.11gr1 thin driver supports AES EncryptionAlgorithm, Sha1 hash algorithm, radius, Kerberos, SSL authentication mechanism.
5. The anydate and anytype types are supported. These two types are introduced from 9i, before 11r1,ProgramPersonnel can only operate through PL/SQL.
6. Advanced queue support. 11r1 provides a high-performance interface for accessing aq.
7. Supports Database Change notifications.
8. Start and close the database of thin and OCI. 11r1 provides this method to start and close the database.
9. New Factory methods. Oracle JDBC 11r1 oracle. JDBC. oracleconnection provides a factory method for creating Oracle Objects.
Including array, bfile, date, intervalds, number, struct, time, timestamp, timestamp, etc.
Ojdbc5.jar: used for JDK 5
Ojdbc5_g.jar: Same as ojdbc5.jar, It is compiled using javac-G.
Ojdbc6.jar: used for JDK 6
Ojdbc6_g.jar: Same as ojdbc6.jar, It is compiled using javac-G.