博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ojdbc14_g.jar与ojdbc14.jar区别
阅读量:5927 次
发布时间:2019-06-19

本文共 1557 字,大约阅读时间需要 5 分钟。

在低级JDK版本1.2与1.3中使用的驱动,class12.jar,虽然实际上在1.4,1.5中使用大部分情况也是OK的

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

在高级JDK版本1.4与1.5中使用的驱动

 

以下是Oracle JDBC官方文档的说法:

JDBC Thin for All Platforms

classes12.jar (1,600,090 bytes) - for use with JDK 1.2 and JDK 1.3 
classes12_g.jar (2,044,594 bytes) - same as classes12.jar, except that classes were compiled with "javac -g" and contain some tracing information. 
classes12dms.jar (1,607,745 bytes) - same as classes12.jar, except that it contains additional code`to support Oracle Dynamic Monitoring Service. 
classes12dms_g.jar (2,052,968 bytes) - same as classes12dms.jar except that classes were compiled with "javac -g" and contain some tracing information. 

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

 

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

 

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

 

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

orai18n.jar (1,645,114 bytes) - NLS classes for use with JDK 1.2, 1.3, 1.4, and 1.5. This jar file replaces the old nls_charset jar/zip files.

 

ons.jar (48,492 bytes) - for use by the pure Java client-side Oracle Notification Services (ONS) deamon. 

demo.tar (604,160 bytes) or demo.zip (529,267 bytes) - contains sample JDBC programs.

 
0

转载地址:http://lcevx.baihongyu.com/

你可能感兴趣的文章
【矩阵乘法】OpenJ_POJ - C17F - A Simple Math Problem
查看>>
RvmTranslator7.0-OBJ
查看>>
[旧博客]Python 第一次
查看>>
Verify the Developer App certificate for your account is trusted on your device.
查看>>
神经网络- receptive field
查看>>
java.lang.NoClassDefFoundError: org.ksoap2.serialization.SoapObject
查看>>
Makefile 使用总结
查看>>
centos7.0搭建svn服务器
查看>>
JS多个对象添加到一个对象中
查看>>
九度 1376 最近零子序列
查看>>
yii---where or该如何使用
查看>>
非彼拉且数列的实现
查看>>
高性能缓存服务器Squid架构配置
查看>>
在Hyper-V下安装Windows 8
查看>>
Android:ZoomControls控件
查看>>
row_number()over函数的使用(转)
查看>>
Could not find action or result 导致 页面出现404错误
查看>>
Redis学习之路(004)- 报错及问题
查看>>
【深度学习笔记】Anaconda及开发环境搭建
查看>>
[LeetCode] Word Ladder
查看>>