Oracle wallet with Oracle 12c
(Oracle 12.1.0.2)
Hello,
I use Oracle wallet without problem for my 11g databases and I want to do the same for the 12c databases, but I can't figure out what is wrong in my trials...
a) create the wallet (in $ORACLE_HOME/network/admin of 12c)
mkstore -wrl /u01/app/oracle/product/12.1.0.2/dbhome_1/network/admin -create
(-> provide a password twice: WalletPwd1234)
b) add an entry for a 12c container database:
echo 'WalletPwd1234' | mkstore -wrl /u01/app/oracle/product/12.1.0.2/dbhome_1/network/admin -createCredential tnsalias sys 'sysPwd123'
c) check that the entry is in the wallet:
echo 'WalletPwd1234' | mkstore -wrl /u01/app/oracle/product/12.1.0.2/dbhome_1/network/admin -ListCredential | grep tnsalias