How tp audit the Oracle SYSTEM user in the database
I am looking into the possibility to audit the SYSTEM user in our Oracle database.
By setting the value of parameter
audit_sys_operations = true. We can fully audit SYS user.
In order to also audit SYSTEM user, i am thinking that if I give the grant of SYSDBA to SYSTEM user and also set audit_sys_operations = true.
I believe that should audit SYSTEM also user.
We are using Oracle 10g R2 database
Please share your thoughts, wheather this is advisable, feasible ,pro and cons etc
How do other folks audit SYSTEM user to be in compliance with Sarbanes Oxley.