ORA-12578: TNS:wallet open failed


ORA-12578: TNS:wallet open failed

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

$ sqlplus /@ORCL1 as sysdba

SQL*Plus: Release 12.2.0.1.0 Production on Sat Jun 24 17:51:12 2017
Copyright (c) 1982, 2016, Oracle.  All rights reserved.
ERROR:
ORA-12578: TNS:wallet open failed

Easiest way to resolve the issue by changing WALLET_OVERRIDE = TRUE to FALSE in SQLNET.ORA

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

Try Again.

Hope this helps


4 comments:

  1. It helps, at start for my backup, but in the middle whnen it starts the backup gives me ORA-01017: invalid username/password; logon denied. Can you help?

    ReplyDelete
  2. shutdown and startup your database, it will work.

    ReplyDelete
  3. restart database done. still same error, if keep FALSE it is giving ORA-01017 and keeping true it is giving ORA-12578

    ReplyDelete