Change Wallet password via sqlplus
Is there a way to change the wallet password through SQLPlus? I can't find any documentation for changing the password in this way. I created the wallet and password using this command:
alter system set wallet open identified by "password1";
I don't want to use Wallet manager or orapki because there is a bug with them for 11.2.0.1 in which is corrupts your wallet. The solution is to upgrade to 11.2.0.2 but I am not ready for that yet.
Doc 1301365.1 point #3
BUG 9215461