Error
Error Code:
ORA-28415
ORA-28415: Key Location Mismatch
Description
The ORA-28415 error occurs in Oracle Database when there's a discrepancy between the configured key storage location (HSM/OKV) and the actual location (wallet) of the master encryption keys. This typically happens during master key rekeying or activation processes.
Error Message
specified keys are in wallet
Known Causes
3 known causesIncorrect Configuration
The `sqlnet.ora` file specifies an HSM or OKV for key storage, but the keys are actually located in the wallet.
Migration Failure
A previous migration of encryption keys from the wallet to HSM or OKV was incomplete or unsuccessful.
TDE Configuration Parameter
The `TDE_CONFIGURATION` initialization parameter is not set correctly to reflect the actual key storage location.
Solutions
Coming SoonGeneral Troubleshooting Tips
- Check the error message carefully for specific details
- Review recent changes that might have caused the error
- Search for the exact error code in the official documentation
- Check log files for additional context
- Try restarting the application or service