For all platforms:
[Oracle_home]/jdbc/lib contains: -Ojdbc5.jar Classes with JDK 1.5. It contains the JDBC driver Classes, except classes for NLS support in Oracle Object and Collection types. -Ojdbc5_g.jar Same as Ojdbc5.jar, except that classes were compiled with "Javac-g" and contain tracing code. -Ojdbc5dms.jar Same as Ojdbc5.jar, except that it contains instrumentation to Support DMS and limited java.util.logging calls. -Ojdbc5dms_g.jar Same as Ojdbc5_g.jar, except that it contains instrumentation to Support DMS. -Ojdbc6.jar Classes 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. -Ojdbc6dms_g.jar Same as Ojdbc6_g.jar except that it contains instrumentation to Support DMS. Note:the DMS versions of the jar files are the same as Standard jar files, except that they contain additional code To support Oracle Dynamic monitoring Service. They contain a Limited amount of tracing code. These can only be used When Dms.jar are in the classpath. Dms.jar is provided as part of Oracle Application Server releases. As a result the DMS versions Of the jar files can only is used in an Oracle application Server Environment. [Oracle_home]/jdbc/doc/javadoc.tar contains the JDBC Javadoc For the public API, the public classes of Oracle JDBC. This JAVADOC is the primary reference for Oracle JDBC API extensions. The Oracle JDBC Development Guide contains-level discussion of Oracle extensions. The details is in this JavaDoc. The JAVADOC is Every bit as authorative as the Dev Guide. [Oracle_home]/jdbc/demo/demo.tar contains sample JDBC programs. [Oracle_home]/jlib/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. Inch Oracle 10g R1 It is duplicated in [Oracle_home]/jdbc/lib. We has removed the duplicate copy and you should now get it from Its proper location. For the Windows platform:
[Oracle_home]\bin directory contains Ocijdbc11.dll and Heteroxa11.dll, which is the libraries used by the JDBC OCI Driver. For non-windows platforms: [Oracle_home]/lib directory contains libocijdbc11.so, Libocijdbc11_g.so, libheteroxa11.so and libheteroxa11_g.so, which is the shared libraries used by the JDBC OCI driver. |