ORA-12578: TNS:wallet open failed


Error:

ORA-12578: TNS:wallet open failed. No Problem you are at right place then.

$ sqlplus / as sysdba


ORA-12578: TNS:wallet open failed


Solution:


Edit your sqlnet.ora file and modify SQLNET.WALLET_OVERRIDE parameter value from TRUE to FALSE.

Change this:
SQLNET.WALLET_OVERRIDE = TRUE

to this:
SQLNET.WALLET_OVERRIDE = FALSE




If you like please follow and comment