verified encriptation dates v19
RAC v19 with and V19 single instance.
Good morning. I have created some Tablespaces in ASM with the encryption option. How do I verify that the data is really encrypted?
I have launched this query and this returns me
TABLESPACE_NAME ENC
------------------------------ ---
***********_DATA YES
***********_IND YES
But I want to see that no one can really see the data.
In that same Single Instance Database on another server with the datafiles (not ASM) in normal datafile with the Linux string command, I see the data that is returned to me encrypted.
I did an expdp / impdp with the option ENCRYPTION_PWD_PROMPT=Y from the RAC database to the sigle instance.