TDE encryption
Hi Everyone,
I implemented transparent data encryption in our database, by tablespace encryption. Recently something went wrong and I am getting these errors:
when trying to select from encrypted table, we got ORA-28374: typed master key not found in wallet . If we issue ALTER SYSTEM SET ENCRYPTION WALLET OPEN IDENTIFIED BY xxxx, we got ORA-28354: Encryption wallet, auto login wallet, or HSM is already open. But when we try alter system set encryption wallet close identified by xxxx, we got ORA-28365: wallet is not open.
In addition, I need to put encryption_wallet_location in sqlnet.ora, but we have two databases in same Oracle home, there would be two subfolders for the location, How to accommodate two such locations in one file?
I implemented transparent data encryption in our database, by tablespace encryption. Recently something went wrong and I am getting these errors:
when trying to select from encrypted table, we got ORA-28374: typed master key not found in wallet . If we issue ALTER SYSTEM SET ENCRYPTION WALLET OPEN IDENTIFIED BY xxxx, we got ORA-28354: Encryption wallet, auto login wallet, or HSM is already open. But when we try alter system set encryption wallet close identified by xxxx, we got ORA-28365: wallet is not open.
In addition, I need to put encryption_wallet_location in sqlnet.ora, but we have two databases in same Oracle home, there would be two subfolders for the location, How to accommodate two such locations in one file?
0