Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-12578: TNS:wallet open failed - Oracle wallet issue with 11gR2 on XP

862820May 18 2011 — edited Oct 29 2013
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 26 2013
Added on May 18 2011
21 comments
43,157 views