ORA-12578: TNS:wallet open failed - Oracle wallet issue with 11gR2 on XP
862820May 18 2011 — edited Oct 29 2013Hi,
I am having a strange problem with setting up of Wallet and configuring it with my local 11g R2 Database on the windows (XP) box.
The wallet gets created properly and I am able to login using the command "sqlplus /@<alias>". There is a valid entry for <alias> in the tnsnames.ora file.
However whenever I try to do any stuff like creation of a table etc, I get the error - "ORA-12578: TNS:wallet open failed". The same table creation etc works fine if I de-couple the wallet from my Database by setting "SQLNET.WALLET_OVERRIDE = FALSE" in the sqlnet.ora file.
I have checked for the correct entries in the wallet using the following command, everything seems to be just fine.
mkstore -wrl "<wallet location>" -listCredential
Not sure what could be the cause of this error? Appreciate help on this.
Thanks
Sachin
Edited by: 859817 on May 18, 2011 7:21 AM