6.4.3.1.1 Configure OFSAA to Store Config Schema, Atomic Schema, and SysDBA Credentials with Oracle Wallet

To configure the OFSAA to store the Config and Atomic schema credentials with Oracle Wallet, follow these steps:
  1. Log in as a UNIX user with the permission to modify the Oracle Wallet.
  2. Execute the following command to configure Config Schema credentials. Enter the password to store the credentials in the Wallet when prompted.
    $ORACLE_HOME/bin/mkstore -wrl <WALLET_HOME> -createCredential -nologo CONFIG <CONFIG_DATABASE_USERNAME> <CONFIG_DATABASE_PASSWORD>
  3. Execute the following command to configure the Atomic Schema credentials, Enter the password to store the credentials in the Wallet when prompted.
    $ORACLE_HOME/bin/mkstore -wrl <WALLET_HOME> -createCredential -nologo <ATOMICALIASNAME> <ATOMIC_DATABASE_USERNAME> <ATOMIC_DATABASE_PASSWORD>
  4. Configure SysDBA credentials. Execute the following command to configure SysDBA Schema credentials. Enter the password to store the credentials in the Wallet when prompted.
    $ORACLE_HOME/bin/mkstore -wrl <WALLET_HOME> -createCredential -nologo SYS <SYS_DATABASE_USERNAME> <SYS_DATABASE_PASSWORD>

    Note:

    ATOMICALIASNAME value is a TNS alias for Atomic Schema and must not contain underscores.

    For example, if the Atomic Schema Name is PROD_OFSAAATM, then the value for ATOMICALIASNAME must be entered as PRODOFSAAATM.

    For more detailed information about configuring Wallet with OFSAA, see the Configuring OFSAA and various Web Application Servers with Oracle Wallet section in the OFS Analytical Applications Infrastructure Application Pack Administration and Configuration Guide Release 8.1.x.