Can I enable auditing just for sysdba?
Hi all, recently during an internal audit. I've been requested to enable auditing for some of my Oracle databases. We have several version of Oracle, mainly 11g & 10g.
I notice that the database has standard auditing enabled but audit_sys_operations isn't enabled. I know that to enable sysdba audit I just need to enable that parameter.
However my developer also mention that there's no need to audit non-sysdba users in the DB. Reason given is their applications has it's own way of auditing non-sysdba users & the additional auditing by Oracle is causing some performance issue whenever their applications doing heavy inserts.