Setting the Oracle environment variables for the database server (Linux)
After you install the Oracle database server software, you must set the Oracle environment variables on the OpenPages® database server computer.
About this task
The following table lists the environment variables required for Linux® operating systems.
|
Environment variables |
Description |
|---|---|
|
ORACLE_SID |
Specifies the database service name. Restriction: The SID is case-sensitive in Linux environments.
|
|
ORACLE_HOME |
Specifies the installation location or top-level directory structure for the database installation. |
|
NLS_LANG |
Specifies the database character set that is configured during the database installation. The default value is AMERICAN_AMERICA.AL32UTF8 Note: To display non-English characters for Japanese locales, set the variable to the following
value: NLS_LANG=JAPANESE_JAPAN.JA16SJISTILDE
|
|
TNS_ADMIN |
Specifies the location of the tnsnames.ora file. The default location is the <ORACLE_HOME>/network/admin directory. |