Auto open wallet
I created a wallet using following command
SQL> alter system set encryption key identified by "password" ;
System altered.
[oracle@ukirt231 wallet]$ ls -lrt
total 8
-rw-r--r-- 1 oracle dba 1573 Jan 29 08:42 ewallet.p12
How can I convert this to an auto open wallet, please note that I have copied the ewallet.p12 file to the physical standby database server and I would like to convert this to an auto open wallet in case of failover or switchover.