You can use additional settings to define instance-specific environment variables for Oracle instances. The name of the additional setting has a format of <INSTANCE_NAME>_CUSTOMIZED_ENV, where <INSTANCE_NAME> is the name of the instance on the client.
Procedure
-
To the Oracle client, add the <INSTANCE_NAME>_CUSTOMIZED_ENV additional setting as shown in the following table.
For instructions on how to add additional settings from the CommCell Console, see Adding or Modifying Additional Settings from the CommCell Console.
Property
Value
Name
Category
OracleAgent
Type
String
Value
Comma separated list of environment variables and their values
Example
Additional setting name: SALESCDB_CUSTOMIZED_ENV
Value: OKV_HOME=/opt/oracle/extapi/64/hsm/oracle/1.0.0,CRS_HOME=/opt/oraclecrs
This example defines environment variables for an instance named SALESCDB. The environment variable OKV_HOME is set to /opt/oracle/extapi/64/hsm/oracle/1.0.0 and the environment variable CRS_HOME is set to /opt/oraclecrs.