Thursday 22 November 2018

Error:- ORA-28365: wallet is not open


Issue: - (OIM 11gR2PS3) Error faced while running queries in OIM
Error: - ORA-28365: wallet is not open
              28365. 0000 -  "wallet is not open"
              *Cause:    The security module wallet has not been opened.
              *Action:   Open the wallet.



Solution:-
                   1.) Connect sqlplus / as sysdba
                   2.) ALTER SYSTEM SET ENCRYPTION WALLET OPEN IDENTIFIED BY "password";
                   3.) Exit




Thanks,
Aditya.