How To Reset oracle encryption Wallet Password Without The Existing Password
Hi,
we have tried opening oracle encryption wallet using a password but it is failing as
SQL> alter system set encryption wallet open identified by "givenpassword";
alter system set encryption wallet open identified by "givenpassword"
*
ERROR at line 1:
ORA-28353: failed to open wallet
select * from v$encryption_wallet;
INST_ID WRL_TYPE WRL_PARAMETER
---------- -------------------- ----------------------------------------
STATUS WALLET_TYPE WALLET_OR FULLY_BAC CON_ID
---------- -------------------- --------- --------- ----------
1 FILE /oracle/admin/<sid>/wallet/
CLOSED UNKNOWN SINGLE UNDEFINED 0
looks like the existing password is not working.
Can we reset the wallet password which we forgot?