Oracle Auditing issue
690948Mar 14 2009 — edited Mar 15 2009Hello everyone,
I am working on Oracle security testing right now for a project; This is regarding auditing, I
have enable audiing and audit rename on default by access and audit update, delete on SYS.AUD$ by access;
After I have done that did a query
select upd,del,object_type from dba_obj_audit_opts where object_name='AUD$' and owner='SYS';
If the record returned is of object type TABLE and upd(ate) and del(ete) are not = ‘A-/A’-’, this is a Finding.
right now I have the result = A/A.
Is there another way to do an audit privilege where the result of this could be ‘A-/A’-’? Please Help!!