Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

PKI-02003: Unable to load the wallet at

Willie WangJul 11 2017 — edited Jul 11 2017

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?

This post has been answered by Vlad Visan-Oracle on Jul 11 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 8 2017
Added on Jul 11 2017
6 comments
13,192 views