Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle Auditing issue

690948Mar 14 2009 — edited Mar 15 2009
Hello 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!!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 12 2009
Added on Mar 14 2009
6 comments
1,225 views