Applies to:
Set up the ORACLE_HOME environment variable to point to the directory
where the Oracle database client software is installed. Set the variable on the admin application
server and each non-admin application server.
Procedure
-
Log on to the application server. Log on as a non-root user, such as the
opuser user that you created for the IBM OpenPages® installation.
-
Open the user profile.
For example:
/home/<user>/.bash_profile
Where
<user> is the person who logs in to the operating system and
creates the OpenPages installation, for example
opuser.
-
Set the
ORACLE_HOME environment variable to point to the Oracle Admin
Client installation directory.
Important: Use the syntax and delimiters that are appropriate for the shell that you are
using.
For example:
export ORACLE_HOME=/home/oracle/app/oracle/product/19.3.0/client_1
-
Append the location of
ORACLE_HOME/bin to the PATH
environment variable.
For example:
export PATH=$ORACLE_HOME/bin:$PATH
-
Refresh the profile.
For example:
. /home/opuser/.bash_profile