When you create connections using Oracle's JDBC/OCI drivers, be aware of the following platform-specific requirements:
.dll
files
on Windows, and .so
/.sl
files on UNIX).ocijdbc9.dll
, as well as the Oracle Network
software and Required Support Files.ORACLE_HOME
directory in which the
client-side file for the required native libraries resides listed in
your PATH
environment variable.
%ORACLE_HOME%\bin
directory in
which the client-side DLL
file resides in your
PATH
environment variable.${ORACLE_HOME}/lib
directory in
which the client-side .so
/.sl
file
resides in your PATH
environment variable.
ORACLE_HOME
environment variable.
java.library.path
, you can edit
{$ORACLE_HOME}/jdev/bin/jdev.conf
with a line similar to the
following, replacing the path shown with the full path to your Oracle
Home:
AddNativeCodePath C:/ORACLE/ORA90/BIN
AddNativeCodePath /u01/app/oracle/product/9.0.1/lib
AddNativeCodePath
adds to java.library.path
the directory name in which the Java VM searches for shared libraries.AddNativeCodePath
only appends the
directory to the path, if you have an OCI driver path already in the
PATH
environment variable, set ORACLE_HOME
instead of
editing PATH
with AddNativeCodePath
.
Configuring Database Connections
About Database Connections
Copyright © 1997, 2004, Oracle. All rights reserved.