WebLogic中Oracle jdbc驅動更新方法

來源:互聯網
上載者:User

版本確定方法在WL_HOME/wl_server10.3/server/lib下找到classes12.zip(早期版本的jdbc驅動)ojdbc.jar,或ojdbc6.jar檔案。

通過解壓工具查看壓縮包中META-INF/ MANIFEST.MF

$ more MANIFEST.MF

Manifest-Version: 1.0

Implementation-Vendor: Oracle Corporation

Implementation-Title: ojdbc6.jar

Implementation-Version: Oracle JDBC Driver version - "11.1.0.7.0-Production"

Implementation-Time: Thu Mar  4 04:24:06 2010

Specification-Vendor: Oracle Corporation

Sealed: true

Created-By: 1.6.0 (Sun Microsystems Inc.)

Specification-Title: Oracle JDBC driver classes for use with JDK6

Specification-Version: Oracle JDBC Driver version - "11.1.0.7.0-Produc tion"

Main-Class: oracle.jdbc.OracleDriver

驅動:

http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html

更新方法,在WL_HOME/wl_server10.3/server/lib路徑下,更新ojdbc6.jar檔案即可,更新前注意備份原有版本。

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.