$ORACLE_HOME/bin/mkstore
I was trying to use "Secure External Password Store" to store the account used to connect to a database (as stated in http://download.oracle.com/docs/cd/B19306_01/network.102/b14266/cnctslsh.htm). Surprisingly, the mkstore command in application server is different from the mkstore command in DB. One difference is that you cannot use "-createCredential" under application server. There is only "-createEntry". What makes this more confusing is that there is very little document about "mkstore" under application server and how to use "-createEntry". And for "-createEntry", the manual says you use it like this: mkstore -wrl wallet_location -createEntry alias secret. If alias means DB alias and secret means password, where do I put the user name?
Can anyone help me out here? Thanks.