1.classes12.jar (对JDK1.2与JDK1.3适用,但在我应用JDK1.4时使用情况良好)
Classes for use with JDK 1.2 and JDK 1.3. It contains the
JDBC driver classes, except classes for NLS support in Oracle
Object and Collection types.
2.ojdbc14.jar (对JDK1.4与JDK1.5适用)
Classes for use with JDK 1.4 and 5.0. It contains the JDBC driver
classes, except classes for NLS support in Oracle Object and
Collection types.
////附加一些其它的
3.orai18n.jar is used by other parts
of Oracle, not just JDBC, the jlib directory is the correct
location for this file. In this release we have removed the
unneeded duplicate in [ORACLE_HOME]/jdbc/lib. Please update
your classpaths to reference [ORACLE_HOME]/jlib/orai18n.jar
as needed.
4.JDBC 3.0 Features
Complete support for all JDBC 3.0 features.
- Autogenerated Keys are now supported.
- Cursor Holdability methods now return the correct values rather
rather than throwing SQLException. There is no change in the
actual rdbms support for cursor holdability.
- Local/Global Transaction Switching
本文详细介绍了适用于不同版本 JDK 的 Oracle JDBC 驱动,包括 classes12.jar 和 ojdbc14.jar 的特性与用途。此外还讨论了 orai18n.jar 的正确放置位置,并介绍了对 JDBC 3.0 特性的完整支持。
2万+

被折叠的 条评论
为什么被折叠?



