<<Back to DB Administration Main Page
How to Resolve ORA-12578: TNS: Wallet Open Failed
$ 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
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:
Change this:
SQLNET.WALLET_OVERRIDE = TRUE
to this:SQLNET.WALLET_OVERRIDE = FALSE
Try Again.
Comments
Post a Comment