Skip to Main Content

Database Software

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!

ORA-28374: typed master key not found in wallet

Garry SraFeb 23 2015 — edited Feb 24 2015

Hello Oracle Maniacs,

I am trying to implement TDE on my databases.

I have Oracle Database 11.1.0.7.0 installed.

Previously there was no open wallet. And I tried following steps:

1.  alter system set encryption key identified by "password"

2. Now we have wallet opened as I can check using following command

SQL> select * from v$encryption_wallet;

WRL_TYPE             WRL_PARAMETER                            STATUS

--------------------         ----------------------------------------                      ---------

file                          /u01/app/oracle/admin/t003/wallet            OPEN

3) Now when I am trying to create encrypted tablespace using following command, I am getting error.

SQL> create tablespace test_gsra_enc

D  2  ATAFILE '/u11/t003/temp_gsra/enc_df.dbf' size 100M

  3  ENCRYPTION USING 'AES256'

  4  DEFAULT STORAGE (ENCRYPT);

create tablespace test_gsra_enc

*

ERROR at line 1:

ORA-28374: typed master key not found in wallet

Could any please help me in rectifying this error?

Thanks,

Gursimran

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 24 2015
Added on Feb 23 2015
4 comments
10,360 views