How do I secure any of the inifile parameters?
In order to encrypt any values specified in .ini file, complete the following steps: Locate value to be encrypted. Run the encrypt utility in $OAI_HOME/bin directory to encrypt above value. Prefix the name of the parameter in the .ini file with encrypted_. Replace the value with the new encrypted value from step 2.