Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

DCS-10107

TDE wallet {0} not found at location {1}.

Cause

Either Transparent Data Encryption (TDE) wallet was not found or ENCRYPTION_WALLET_LOCATION in sqlnet.ora was not pointing either /opt/oracle/dcs/commonstore/wallets/tde/$ORACLE_UNQNAME or /opt/oracle/dcs/commonstore/wallets/tde/dbUniqName.


Action

Ensure ewallet.p12 and/or cwallet.sso are in either /opt/oracle/dcs/commonstore/wallets/tde/$ORACLE_UNQNAME or /opt/oracle/dcs/commonstore/wallets/tde/dbUniqName. 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)).