This error comes when you try to open a password-based keystore,
and the keystore is already open.
SQL> SELECT WRL_PARAMETER, STATUS, WALLET_TYPE
FROM V$ENCRYPTION_WALLET;
WRL_PARAMETER STATUS WALLET_TYPE
----------------------------------------
------------------------------ --------------------
-----------------------------------------
SQL> administer key management set keystore
open identified by salman12;
administer key management set keystore open
identified by salman12
*
ERROR at line 1:
ORA-28354: Encryption wallet, auto login wallet,
or HSM is already open
|
There is also a bug
that can cause this error message. Because of that bug, if you want to create a
master encryption key while having an auto-login keystore already open, and
then you try to open your password-based keystore. To solve problem in this
case, remove the auto-login keystore by moving cwallet.sso file to some other
location, close the keystore, open the password-based keystore, and then try
creating master encryption key. Once done, now you can again create auto-login
keystore.
Related Articles
- Configuring Transparent Data Encryption (TDE) in 11g
- Configuring Transparent Data Encryption (TDE) in 12c
TDE Related Error
Messages
No comments:
Post a Comment