Hi gurus,
Today I got an issue about Oracle TDE wallet management, for security purpose, we need to change the TDE wallet password, when I logon my linux box as oracle, and issue below command, I got the error:
[oracle@localhost bin]$ orapki wallet change_pwd -wallet /u01/app/oracle/product/11.2/db_1/network/admin/encryption_wallet -oldpwd old_password -newpwd new_password
Oracle PKI Tool : Version 11.2.0.1.0 - Production
Copyright (c) 2004, 2009, Oracle and/or its affiliates. All rights reserved.
PKI-02003: Unable to load the wallet at: /u01/app/oracle/product/11.2/db_1/network/admin/encryption_wallet
my wallet location is:
SQL> select * from v$encryption_wallet;
WRL_TYPE WRL_PARAMETER STATUS
-------------------- -------------------------------------------------------------------------------- ------------------
file /u01/app/oracle/product/11.2/db_1/network/admin/encryption_wallet OPEN
SQL>
[oracle@localhost bin]$ ls -l /u01/app/oracle/product/11.2/db_1/network/admin/encryption_wallet
total 4
-rw-r--r--. 1 oracle oinstall 1573 Feb 18 2016 ewallet.p12
and I have the correct wallet password as I just use it to close and open the wallet, can someone help?