Oracle environment variables
Set all of the following required environment variables for your operating system on the target machine.
Note: You must ensure these environment variable values prepend
any existing entries of the same environment variables.
All environment variables must be capitalized.
AIX® environment variables
| Environment Variable | Value | Conditions |
|---|---|---|
| ORACLE_HOME | Oracle client software installation directory | where ORACLE_HOME is the location where the Oracle client software is installed. |
| LIBPATH | $ORACLE_HOME/lib:<product install directory>/lib | where ORACLE_HOME is the Oracle client software installation directory, and where <product_install_directory> is the location where the product will be installed. |
Linux 64-bit environment variables
| Environment Variable | Value | Conditions |
|---|---|---|
| ORACLE_HOME | Oracle client software installation directory | where ORACLE_HOME is the location where the Oracle client software is installed. |
| LD_LIBRARY_PATH | $ORACLE_HOME/lib:<product install directory>/lib | where ORACLE_HOME is the Oracle client software installation directory, and where <product_install_directory> is the location where the product will be installed. |
Microsoft Windows environment variables
You must use the Microsoft Windows 8.3 naming convention when setting up environment variables in a Microsoft Windows environment. The environment variables must not contain any spaces.
| Environment Variable | Value | Conditions |
|---|---|---|
| ORACLE_HOME | Oracle client software installation directory | where ORACLE_HOME is the location where the Oracle client software is installed. |