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
|
|
|
|
|
Re: TDE: Closing wallet using "alter system set encryption wallet close;" [message #625699 is a reply to message #625695] |
Mon, 13 October 2014 05:37   |
zaff
Messages: 50 Registered: July 2008
|
Member |
|
|
Hi Michel,
Just some background; As part of the backup process, I need to backup the tde wallet along with the encrypted data. It seems that in order to backup the tde wallet, I first need to close it i.e disable access to the master key. After the wallet has been backed up, the wallet will be re-opened.
So, I would like to know how i can close the wallet so that i can back it up. It seems ALTER SYSTEM SET ENCRYPTION WALLET CLOSE; is the right command. However, this has not worked.
Thanks,
Zabair
|
|
|
|
|
Re: TDE: Closing wallet using "alter system set encryption wallet close;" [message #625703 is a reply to message #625701] |
Mon, 13 October 2014 05:55   |
zaff
Messages: 50 Registered: July 2008
|
Member |
|
|
Hi John,
I don't get an error message. After running the command ALTER SYSTEM SET ENCRYPTION WALLET CLOSE; .....i get "System altered." as output from SQLPLus. However, when I the check the status of the wallet, it's shows as still open:
select inst_id,wrl_parameter,status from gv$encryption_wallet;
INST_ID WRL_PARAMETER STATUS
---------- -------------------------------------------------- ------------------
1 /tdewallet/ewallet OPEN
4 /tdewallet/ewallet OPEN
3 /tdewallet/ewallet OPEN
2 /tdewallet/ewallet OPEN
......so in my view, the command "does not work".
Thanks,
Zabair
|
|
|
|
|
Re: TDE: Closing wallet using "alter system set encryption wallet close;" [message #625707 is a reply to message #625706] |
Mon, 13 October 2014 06:05   |
zaff
Messages: 50 Registered: July 2008
|
Member |
|
|
Hi Michel - Details below:
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
PL/SQL Release 11.2.0.4.0 - Production
CORE 11.2.0.4.0 Production
TNS for IBM/AIX RISC System/6000: Version 11.2.0.4.0 - Production
NLSRTL Version 11.2.0.4.0 - Production
|
|
|
|
|
|
|
|