hi
I'm running oracle database 11g R2 on windown server 2008 (database name is ORCL)
I need to prevent all ways to data transportation to another database
I've tried data encryption using wallet (TDE) with tablespace but still expdp utility is working
and I can copy (oracle_home\oradata\orcl) folder which hv the datafile to and replace it with another database on another pc which have oracle installed on same directory then data will work fine
even If there was wallet on first database we can create another wallet with new password and every thing will be decrypted and this is not accepted.
I need ur help to find a way to:
1- stop exp and expdp utilities
2- stop backing up and restoring database using RMAN (auxiliary or by copying RMAN files catalog it to different database)
3- stop copying (oracle_home\oradata\orcl) folder and replace is to different database in same location (another pc)
(note:besides the os user account is administrator)
thanx in advance