Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

DCS-10104

Wallet location fetched from the database {0} does not match with {1}.

Cause

ENCRYPTION_WALLET_LOCATION was modified in sqlnet.ora. ENCRYPTION_WALLET_LOCATION in sqlnet.ora was not pointing to either /opt/oracle/dcs/commonstore/wallets/tde/$ORACLE_UNQNAME or /opt/oracle/dcs/commonstore/wallets/tde/dbUniqName. ORACLE_UNQNAME was not set to db_unique_name value.


Action

Add the following line in $ORACLE_HOME/network/admin/sqlnet.ora: ENCRYPTION_WALLET_LOCATION=(SOURCE=(METHOD=FILE)(METHOD_DATA=(DIRECTORY=/opt/oracle/dcs/commonstore/wallets/tde/$ORACLE_UNQNAME)) or ENCRYPTION_WALLET_LOCATION=(SOURCE=(METHOD=FILE)(METHOD_DATA=(DIRECTORY=/opt/oracle/dcs/commonstore/wallets/tde/dbUniqName)). Ensure ewallet.p12 and cwallet.sso are in /opt/oracle/dcs/commonstore/wallets/tde/$ORACLE_UNQNAME or /opt/oracle/dcs/commonstore/wallets/tde/dbUniqName. Check the Agent log and ensure ORACLE_UNQNAME is set to correct db_unique_name value.