JDK 對應的jdbc 版本號 及oracle 中jdbc 推薦驅動號。
阿新 • • 發佈:2019-02-08
1、JDK 對應的版本號
JDK 1.1 - JDBC 1. Note that with the 8.0 release JDBC 1 support has been removed, so look to update your JDK when you update your server.
JDK 1.2, 1.3 - JDBC 2.
JDK 1.3 + J2EE - JDBC 2 EE. This contains additional support for javax.sql classes.
JDK 1.4, 1.5 - JDBC 3. This contains support for SSL and javax.sql, but does not require J2EE as it has been added to the J2SE release.
JDK 1.6 - JDBC4. Support for JDBC4 methods is limited. The driver builds, but the majority of new methods are stubbed out.
其中JDBC 4 可以不需要Class.forName();
2、ORacle 對應的JDBC驅動 版本
|
3、檢視ORacle 的JDBC 版本號
JDBC 的驅動裡面有META-INFO 有相關的資訊