In the Oracle db i am using, some columns are encrypted like Birth date. But there is no data in all_encrypted_columns. I got to know that the encryption used is Oracle AES. I need to have a program that will check the tables and list out the columns that are encrypted. How can I do this?
Below post talks about TDE. Since all_encrypted_columns are empty i guess this is not encrypted with TDE. Oracle - How to determine if a table is TDE encrypted