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