内容简介:听起来你选择了正确的一个.如果您需要逐步通过Oracle JDBC代码,则不需要“_g”.“dms”版本支持对数据库的监控.再次,不是你通常使用的东西.
我想使用Oracle 11g作为我的数据库用于 java 代码.我试图从oracle网站获取驱动程序.
我看到这么多文件,有一些术语被抛在这里和那里.我需要知道这些词是什么意思,以及他们如何影响我作为一个用户.如何决定使用哪一个?我选择了ojdbc6.jar,因为我使用jdk 6.请帮我理解文件的描述是什么意思,谁应该关心他们,为什么?
ojdbc6.jar - Classes for use with JDK 1.6. It contains the JDBC driver classes except classes for NLS support in Oracle Object and Collection types. ojdbc6_g.jar - Same as ojdbc6.jar except compiled with "javac -g" and contains tracing code. ojdbc6dms.jar - Same as ojdbc6.jar, except that it contains instrumentation to support DMS and limited java.util.logging calls. orai18n.jar - NLS classes for use with JDK 1.5, and 1.6. It contains classes for NLS support in Oracle Object and Collection types. This jar file replaces the old nls_charset jar/zip files. xdb6.jar - To use the standard JDBC4.0 java.sql.SQLXML interface with JDBC 11.2.0.3, you need to use xdb6.jar (instead of xdb.jar) from the 11.2.0.3 distribution.
编辑 –
Btw,SimpleFan.jar是什么?我也看到了
谢谢.
听起来你选择了正确的一个.
如果您需要逐步通过Oracle JDBC代码,则不需要“_g”.
“dms”版本支持对数据库的监控.再次,不是你通常使用的东西.
如果您想通过国际化支持全猪,则需要“orai18n.jar”.
如果要使用SQLXML在数据库中存储和处理XML文档,则需要xdb6.jar.
好消息是…如果在任何时候你意识到你需要任何这些额外的功能,你可以只是换出罐子,并在你的路上!
http://stackoverflow.com/questions/11814005/oracle-database-11g-jdbc-drivers-so-many-files-what-do-they-mean
以上所述就是小编给大家介绍的《Oracle数据库11g JDBC驱动程序 – 这么多文件?他们的意思是什么?》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
RESTful Web Services Cookbook
Subbu Allamaraju / Yahoo Press / 2010-3-11 / USD 39.99
While the REST design philosophy has captured the imagination of web and enterprise developers alike, using this approach to develop real web services is no picnic. This cookbook includes more than 10......一起来看看 《RESTful Web Services Cookbook》 这本书的介绍吧!