How to Check Oracle 11g 12c Database Wallet is Open or Not? v$encryption_wallet

advertisements

_____________________________________________________________________________________________________________________

The Eucharistic Miracles of the World
If Oracle wallet is enabled in your oracle database and if you forget to enable the wallet after opening the database you will get following error.
ORA-28365: wallet is not open
In case if you try to access RMAN backup you will get following error message
ORA-19913: unable to decrypt backup
ORA-28365: wallet is not open
There is one data dictionary view v$encryption_wallet for the same to check. 
You can use following query to determine your database wallet is open or not.
select wrl_type wallet,status,wrl_parameter wallet_location from v$encryption_wallet;

WALLET               STATUS      WALLET_LOCATION
-------------------- ----------- --------------------------
FILE                 OPEN        /etc/oracle/wallets/PRODSHX/


_____________________________________________________________________________________________________________________

Website Stats

0 comments:

Post a Comment

Labels

Oracle (629) Script (86) General (77) Unix (47) Blog (23) Technology (19) gadget (6) games (6) Business (3) OCI (3) SQL* Loader (3) Datapump (2)
 

acehints.com Copyright 2011-23 All Rights Reserved | Site Map | Contact | Disclaimer