oracle jdbc jar 的一些说明

简介: Oracle Database 10g Release 2 JDBC Drivers You must accept the OTN Development and Distribution License Agreement to download this software.

Oracle Database 10g Release 2 JDBC Drivers

You must accept the OTN Development and Distribution License Agreement to download this software.

Accept License Agreement | Decline License Agreement

Oracle Database 10g Release 2 (10.2.0.5) JDBC Drivers
JavaDoc (4,383,404 bytes)

README

JDBC Thin for All Platforms


classes12.jar (1,621,582 bytes) - for use with JDK 1.2 and JDK 1.3


classes12_g.jar (2,070,298 bytes) - same as classes12.jar, except that classes were compiled with "javac -g" and contain some tracing information.


classes12dms.jar (1,629,454 bytes) - same as classes12.jar, except that it contains additional code`to support Oracle Dynamic Monitoring Service.


classes12dms_g.jar (2,078,718 bytes) - same as classes12dms.jar except that classes were compiled with "javac -g" and contain some tracing information.


ojdbc14.jar (1,569,316 bytes) - classes for use with JDK 1.4 and 1.5


ojdbc14_g.jar (1,965,422 bytes) - same as ojdbc14.jar, except that classes were compiled with "javac -g" and contain some tracing information.


ojdbc14dms.jar (1,576,882 bytes) - same as ojdbc14.jar, except that it contains additional code`to support Oracle Dynamic Monitoring Service.


ojdbc14dms_g.jar (1,973,634 bytes) - same as ojdbc14dms.jar, except that classes were compiled with "javac -g" and contain some tracing information.


demo.tar (604,160 bytes) - contains sample JDBC programs.

 

http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-10201-088211.html

相关文章
|
存储 缓存 Oracle
Oracle JDBC 驱动程序
开始使用 Oracle JDBC 驱动程序 (Doc ID 1602866.1
1709 0
|
6月前
|
Oracle 关系型数据库 Java
分享一个 Oracle RAC 模式下客户端建立JDBC初始连接时因ONS造成应用启动时卡顿30秒问题的排查分析案例
分享一个 Oracle RAC 模式下客户端建立JDBC初始连接时因ONS造成应用启动时卡顿30秒问题的排查分析案例
|
11月前
|
Oracle Java 关系型数据库
maven中安装oracle jdbc包到仓库以及引入
maven中安装oracle jdbc包到仓库以及引入
|
Oracle Java 关系型数据库
loadrunner 脚本开发-调用java jar文件远程操作Oracle数据库测试
loadrunner 脚本开发-调用java jar文件远程操作Oracle数据库测试
133 0
|
SQL Oracle Java
Java java jdbc thin远程连接并操作Oracle数据库
Java java jdbc thin远程连接并操作Oracle数据库
120 0
|
Java 关系型数据库 MySQL
【大数据系列之JDBC】(二):IDEA添加MySQL驱动jar包
【大数据系列之JDBC】(二):IDEA添加MySQL驱动jar包
118 0
【大数据系列之JDBC】(二):IDEA添加MySQL驱动jar包
|
SQL Oracle Java
Jdbc连接Oracle数据库详细案例,占位符的使用
Jdbc连接Oracle数据库详细案例,占位符的使用
265 0
Jdbc连接Oracle数据库详细案例,占位符的使用
|
关系型数据库 MySQL Java
下载MySQL的JDBC驱动jar包详细步骤
浏览器搜索MySQL,进入官网
1270 0
下载MySQL的JDBC驱动jar包详细步骤
|
SQL Oracle 关系型数据库
回顾JDBC之Oracle的CRUD以及分页细节
回顾JDBC之Oracle的CRUD以及分页细节
77 0
|
SQL 开发框架 Java
Java+Oracle实现事务——JDBC事务
J2EE支持JDBC事务、JTA事务和容器事务事务,这里说一下如何实现JDBC事务。 JDBC事务是由Connection对象所控制的,它提供了两种事务模式:自动提交和手动提交,默认是自动提交。

推荐镜像

更多