Oracle Database Server and Client Settings
Configure the Oracle Database Server and Client settings.
Table 6-3 Oracle Database Server and Client Settings
Description | Example |
---|---|
In the .profile file, set
TNS_ADMIN pointing to the appropriate
tnsnames.ora file.
|
TNS_ADMIN=$HOME/tnsnames.ora |
In the .profile file, set
ORACLE_HOME pointing to the appropriate Oracle
Client installation.
|
|
In the .profile file, set PATH to
include the appropriate $ORACLE_HOME/bin path.
|
PATH=$JAVA_HOME/bin:$ORACLE_HOME/bin |