Modify the OFSAA Infrastructure Config Schema Password in a Wallet-Based Setup

To change the Config Schema Password in a Wallet-Based setup, follow these steps:
  1. Shutdown all the OFSAAI Services and Web Servers.
  2. Change the Config Schema User Password in the Database.
  3. Log in as a UNIX user with the permission to modify the Oracle Wallet.
  4. Execute the following command to configure Config Schema credentials.
    $ORACLE_HOME/bin/mkstore -wrl <WALLET_HOME> -modifyCredential -nologo CONFIG <CONFIG_DATABASE_USERNAME> <CONFIG_DATABASE_NEWPASSWORD>
  5. Enter the password to store the credentials in the Wallet when prompted.
  6. Start all the OFSAAI Services excluding Web Servers.
  7. If you use Apache Tomcat, WebSphere, or WebLogic as the Web Server, update the associated Wallet Directory with the new Config Schema User Password.
  8. Start the associated Web Servers.