v$encryption_wallet shows OPEN status for closed auto-login keystore
(Doc ID 2424399.1)
Last updated on NOVEMBER 22, 2024
Applies to:
Advanced Networking Option - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Symptoms
An auto-login keystore was successfully closed, but v$encryption_wallet still shows the status as OPEN.
SQL> ADMINISTER KEY MANAGEMENT SET KEYSTORE CLOSE;
keystore altered.
SQL> SELECT WRL_TYPE, STATUS, WALLET_TYPE FROM v$encryption_wallet;
WRL_TYPE STATUS WALLET_TYPE
-------------------- ------------------ --------------------
keystore altered.
SQL> SELECT WRL_TYPE, STATUS, WALLET_TYPE FROM v$encryption_wallet;
WRL_TYPE STATUS WALLET_TYPE
-------------------- ------------------ --------------------
FILE OPEN AUTOLOGIN
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |