Encryption on a production DB
Maybe I am not understanding the Oracle documentation correctly, but it seems as though there only encrypting data as you move it into a non-production environment, or encrypting it so either it can be encrypted or seen raw based on a key.
Is there a method that can be utilized to encrypt the data(mask it) so a normal user will see masked data and a privileged user can see the raw data?
0