Using Properties file for Multiple Oracle Database Instances
For Linux only
This section provides information on using Multiple Properties files for multiple Oracle Database Instances.
Note
Before performing this step, ensure all the properties file must have similar file permissions.
To use multiple properties file with multiple Oracle Database Instances, export the following environment variable:
export NAE_Properties_Conf_Filename="<Path_of_property_file/CADP_PKCS11.properties>"
where, Path_of_property_file is the path of the properties file to be used for the corresponding Oracle Database Instance.
For example,
For default path:
export NAE_Properties_Conf_Filename="/opt/CipherTrust/CAKM_for_Oracle/CADP_PKCS11.properties"
And
For another Oracle Database Instance with a different properties file path:
export NAE_Properties_Conf_Filename="/opt/CipherTrust/CADP_PKCS11.properties"
You can perform the above step using either of the following:
Using Oracle database instance's bash profile
Executing the above step for each database instance
Note
When copying the properties file, it is recommended to provide a unique Log File path in each properties file for every database instance. This will avoid any discrepancies in the Log File.
For more information on how to configure, refer to Configuring Properties File.