Home » RDBMS Server » Security » TDE: Closing wallet using "alter system set encryption wallet close;" (Oracle 11g)
TDE: Closing wallet using "alter system set encryption wallet close;" [message #625693] |
Mon, 13 October 2014 05:26  |
zaff
Messages: 50 Registered: July 2008
|
Member |
|
|
Hi,
I'm able to open a tde wallet using the following command:
alter system set encryption wallet open identified by "mypassword123"'
SQL> select inst_id,wrl_parameter,status from gv$encryption_wallet;
INST_ID WRL_PARAMETER STATUS
---------- -------------------------------------------------- ------------------
1 /tdewallet/ewallet OPEN
2 /tdewallet/ewallet OPEN
4 /tdewallet/ewallet OPEN
3 /tdewallet/ewallet OPEN
However, I'm unable to close the wallet using the following command:
ALTER SYSTEM SET ENCRYPTION WALLET CLOSE;
Am I missing anything?
Thanks,
Zaff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Sun May 04 08:13:55 CDT 2025
|