Database Security Products (MOSC)

MOSC Banner

Oracle wallet with Oracle 12c

edited Jun 20, 2018 3:41PM in Database Security Products (MOSC) 2 commentsAnswered ✓

(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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center