Issue with Wallet in 12c compared to 11g
Hi,
We are using a wallet to hold DB credentials and accessing it with our program to open the connection to the DB using JDBC.
When we create the wallet in 11g everything works fine, however if we create the wallet in 12c we get the error below -
java.io.IOException: PKI-02002: Unable to open the wallet. Check password.
The wallets look identical apart from the 12c has no Trusted Certs in it.
The sqlnet.ora wallet parameters are the same for 11g and12c.
Has anyone else come across anything similar?
Thanks
Andrew