To copy the password file from a primary database to a standby database it requires a few steps, especially if the password is located inside the ASM.
Continue reading “Copy Password File From Primary ASM to Standby ASM on Oracle 19c”Implementing Transparent Data Encryption in Oracle 19c Step by Step
Transparent Data Encryption (TDE) enables you to encrypt sensitive data that you store in tables and tablespaces.
After the data is encrypted, this data is transparently decrypted for authorized users or applications when they access this data. TDE helps protect data stored on media (also called data at rest) in the event that the storage media or data file is stolen.
In this guide I will show you how to implemente Oracle TDE on RAC, but you should be able to modify the procedure for a standalone database.
Continue reading “Implementing Transparent Data Encryption in Oracle 19c Step by Step”