Column Level Encryption In this use case, we have built encryption infrastructure on the database and developers have encrypted some columns. Now we would like… Read More »What Table Columns are Encrypted?
Tablespace Level Encryption In this use case, DBA has done encryption infrastructure and create some encrypted tablespaces in the database. Now we would like to… Read More »What Tablespaces are Encrypted?
ORA-46669 Tried to merge the target keystore with the source one, but it failed with ORA-46669. SQL> administer key management merge keystore '/u01/app/oracle/product/19.0.0/db_1/admin/ORCLCDB/wallet/tde' identified by… Read More »How to Resolve ORA-46669: the target keystore does not exist
Before entering our topic, I assumed that you have already know how to clone a PDB to another CDB. In this post, I will show… Read More »How to Clone PDB with TDE
ORA-28365 There're several possibilities about Transparent Data Encryption (TDE) that throw ORA-28365. Wallet is not configured. You should configure a wallet for your database. Wallet… Read More »How to Resolve ORA-28365: wallet is not open