Top Previ
ous Next Roadmap Index

Installing JDBC/OCI7


Use Oracle Installer to install JDBC/OCI7. Select it in the Products Available Window, and click the Install button. The installer places all files within a hierarchy whose top directory appears following the words "Products Installed on" on the installer screen above the Products Installed window. The remainder of this document refers to that top directory as [ORACLE HOME].


Solaris Files

The installer program puts the JDBC/OCI7 Java classes into the following directory:

[ORACLE HOME]/jdbcoci73/classes

It places the shared library files into the following directory:

[ORACLE HOME]/jdbcoci73/lib

The installer does not set the CLASSPATH and LD_LIBRARY_PATH environment variables. You must do so explicity. Set LD_LIBRARY_PATH to include [ORACLE HOME]/jdbcoci73/lib, and set CLASSPATH to include [ORACLE HOME]/jdbcoci73/classes.


Windows NT Files

The installer program puts the JDBC/OCI7 Java classes into the following directory:

[ORACLE HOME]\JDBCO73\CLASSES

It places the shared library, OCI73JDBC.DLL, into the following directory:

[ORACLE HOME]\BIN

The installer does not set the CLASSPATH and PATH environment variables. You must do so explicity. Set PATH to include [ORACLE HOME]\BIN, and set CLASSPATH to include [ORACLE HOME]\JDBCO73\CLASSES.


Click Here
 to Go to the top of the section

Click
 Here to Go to the previous topic

Click Her
e to Go to the next topic

Click Here to Go to the Roadmap

Click Here to Go to the Index


To report any problems or comments, email email jsqlpm@us.oracle.com .