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!

forgot encryption key

817236Jun 13 2011 — edited Jun 13 2011
Hi

I am working in oracle 11gR2. I got request for column encryption from my client. I read something about TDE and created wallet through sqlnet.ora file.

after login to the database i made,

alter system set encrytion key authenticated by "password";

then I thought to change the password but I don't know how to do it. then I planeed to remove wallet instead of that i removed ewallet.p12 file from os level.

I have seenone column is encrypted, when i trying to select * from t am getting below error,

ora-28362:master key not found

How to remove the wallet or reset the password? and I want to create one fresh encryption wallet.


Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 11 2011
Added on Jun 13 2011
5 comments
608 views