Showing posts with label Transparent Data Encryption. Show all posts
Showing posts with label Transparent Data Encryption. Show all posts

Friday, March 5, 2021

Stop Hardcoding your TDE keystore-password

When you encrypt your databases, you will often end up needing the keystore password to perform certain operations. For instance, cloning an encrypted PDB will require the keystore password:

CREATE PLUGGABLE DATABASE ... KEYSTORE IDENTIFIED BY S3cr3t;