`
hdfyq
  • 浏览: 50783 次
  • 性别: Icon_minigender_1
  • 来自: 厦门
文章分类
社区版块
存档分类
最新评论

oracle数据库JDBC驱动包的区别

 
阅读更多

感言:以前就知道傻傻的用,也没有想过有啥区别,今天正好上oracle官网去下个最新的oracle 10.2g 的jdbc驱动,看到英文的下载提示,顺便瞧了一眼,明白了到底是啥区别了。 看到 javac -g 编译的,没用过,google发现以前已经有csdn兄弟发表过相关的文章了。

另外:要强迫自己看英文的技术文档,里面一般说的都很详细!

正文开始:

JDBC Thin for All Platforms
【1】 (1,609,607 bytes) - for use with JDK 1.2 and JDK 1.3 【JDK 1.2 和 JDK 1.3下使用 】

【2】

classes12_g.jar (2,055,921 bytes) - same as classes12.jar, except that classes were compiled with "javac -g" and contain some tracing information. 【和classes12.jar相同, 但是包中的类使用"javac -g"命令编译,包含调试信息.】

【3】

classes12dms.jar (1,617,382 bytes) - same as classes12.jar, except that it contains additional code`to support Oracle Dynamic Monitoring Service.【和classes12.jar相同, 但是包含一些附加的代码支持Oracle Dynamic Monitoring Service】

【4】

classes12dms_g.jar (2,064,313 bytes) - same as classes12dms.jar except that classes were compiled with "javac -g" and contain some tracing information.【和 classes12dms.jar相同,但是包中的类使用"javac -g"编译,包含调试信息】

【5】

ojdbc14.jar (1,555,682 bytes) - classes for use with JDK 1.4 and 1.5 【JDK 1.4和1.5下使用 】

【6】

ojdbc14_g.jar (1,950,033 bytes) - same as ojdbc14.jar, except that classes were compiled with "javac -g" and contain some tracing information. 【和ojdbc14.jar相同,但是包中的类使用"javac -g"编译,包含调试信息】

【7】

ojdbc14dms.jar (1,563,375 bytes) - same as ojdbc14.jar, except that it contains additional code`to support Oracle Dynamic Monitoring Service.【和ojdbc14.jar相同, 但是包含一些附加的代码支持Oracle Dynamic Monitoring Service】

【8】

ojdbc14dms_g.jar (1,958,237 bytes) - same as ojdbc14dms.jar, except that classes were compiled with "javac -g" and contain some tracing information.【和ojdbc14dms.jar相同, 但是包中的类使用"javac -g"编译,包含调试信息】

【9】

orai18n.jar (1,646,178 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. 【使用在JDK 1.2, 1.3,1.4 和 1.5下的NLS(National Language Support,国家语言支持)类.这个jar包替换了老的nls_charset jar/zip 文件. 】

【10】 demo.tar (604,160 bytes) - contains sample JDBC programs. 【包含一些JDBC例程】
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics