Oracle_Security

Secure External Password Store (SEPS)
                a client-side wallet used to store Oracle database connection password credentials.
                Wallet usage simplifies large-scale deployments that rely on db pwd's.
                Apps no longer need embedded user names and passwords, which reduces risk
                as passwords are no longer exposed and password mgnt policies are more easily enforced.

                ODP.NET Managed Driver supports storing password credentials using SEPS


mkstore -wrl . -create
Oracle Secret Store Tool : Version 11.2.0.3.0 - Production
Enter password:
Enter password again:
dir *wal*
03/07/2016  11:54             3,589 cwallet.sso
03/07/2016  11:54             3,512 ewallet.p12
mkstore -wrl .  -createCredential myTNSalias myUser myPassword
Oracle Secret Store Tool : Version 11.2.0.3.0 - Production
Enter wallet password:
Create credential oracle.security.client.connect_string1
mkstore -wrl . -listCredential
Oracle Secret Store Tool : Version 11.2.0.3.0 - Production
Enter wallet password:
List credential (index: connect_string username)
1: myTNSalias myUser
mkstore -wrl . -list
Oracle Secret Store Tool : Version 11.2.0.3.0 - Production
Enter wallet password:
Oracle Secret Store entries:
oracle.security.client.connect_string1
oracle.security.client.password1
oracle.security.client.username1
sqlplus /@myTNSalias 

Comments

Popular Posts