当前位置: 首页 > database > 正文

oracle不同版本对jdbc3.0的支持情况

Which JDBC drivers support which versions of JDBC?
Oracle 9.0.1 supports:
    * JDBC 2.0 Extensions except for: using both global and local transactions on the same connection.

Oracle 9.2.0 supports:
    * Partial support for JDBC 3.0: transaction savepoints
    * using both global and local transactions on the same connection.

Oracle 10.1.0 supports:
    * Full support for JDBC 3.0 except for: retrieving auto-generated keys
    * result-set holdability
    * returning multiple result-sets.

Oracle 10.2.0 supports:
      Full support for JDBC 3.0
    * Note that there is no real change in the support for the following in the database. All that has changed is that some methods that previously threw SQLException now do something more reasonable instead. result-set holdability
    * returning multiple result-sets.

Oracle 11.1.0 supports:
      Full support for JDBC 3.0 in the JDK 1.5 drivers.
      Full support for JDBC 4.0 in the JDK 1.6 drivers with the exception of SQLXML which is not supported

详细见:
http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.html#02_04

本文固定链接: https://www.2hei.net/2009/08/19/oracle_jdbc3-support/ | 2hei.net

该日志由 u2 于2009年08月19日发表在 database 分类下,
原创文章转载请注明: oracle不同版本对jdbc3.0的支持情况 | 2hei.net
关键字:

报歉!评论已关闭.