Automating oracle wallet creation
I want to create a oracle wallet as part of an automation script. But, the createCredential asks for a password which cannot be entered as part of the command.
I am doing this from the command prompt:
mkstore -wrl $HOME/oracle/wallet -createCredential ORCL2 user password
This command prompts me for a password and a confirmation again.
Is there a way to do this silently without the command asking for password?