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!

Database will not open after creating wallet

unknown-1052419Dec 18 2013 — edited Dec 18 2013

Hi all,

11.2.0.1

I am creating wallet to store database userid/password so that it will not be hard-coded in the batch scripts.

The wallet folder location is set in sqlnet.ora:

=========

SQLNET.AUTHENTICATION_SERVICES= (NTS)

NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)

WALLET_LOCATION =

   (SOURCE =

     (METHOD = FILE)

     (METHOD_DATA =

       (DIRECTORY = d:\wallet\pstore2)

     )

   )


SQLNET.WALLET_OVERRIDE = TRUE

SSL_CLIENT_AUTHENTICATION = FALSE

SSL_VERSION = 0

I can now connect using : sqlplus /@conn1, By if I restart my database if will throw error can not open wallet

The solution is to set SQLNET.WALLET_OVERRIDE = FALSE, Then the database can now startup.

But then I password wallet does not work if this parameter is set to FALSE.

Please help....

Thanks,

pK

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 15 2014
Added on Dec 18 2013
4 comments
775 views