How to Secure Oracle Database in EBS 12.1.*
Dear All,
I want to secure my oracle database (0f EBS 12.1.*), there are many methods to do like;
1. Data Masking
2. Oracle TDE
3. Oracle Label Security
My goal it to encrypt the data (some columns of some tables) and SQL select query show me the encrypted like;
select * from dept;
DEPT ID LOC DNAME
1 #*&(*^*&^* Finance
2 **^*^&^*&^* IT
etc.
Thanks
Asif
I want to secure my oracle database (0f EBS 12.1.*), there are many methods to do like;
1. Data Masking
2. Oracle TDE
3. Oracle Label Security
My goal it to encrypt the data (some columns of some tables) and SQL select query show me the encrypted like;
select * from dept;
DEPT ID LOC DNAME
1 #*&(*^*&^* Finance
2 **^*^&^*&^* IT
etc.
Thanks
Asif
0