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!

Audit by session VS by access!

871977Mar 17 2012 — edited Mar 22 2012
Hi all,

My Database audit_file_dest=/u01/app/oracle/admin/orcl/adump

I set:
alter system set audit_trail='XML' scope=spfile;
startup force;

audit select, insert, update on test by access;
grant connect to test identified by test;
grant select, insert, update on test to test;

And conn test/test to:

update test set max_salary=max_salary*3;
update test set max_salary=max_salary*3;
update test set max_salary=max_salary*3;
update test set max_salary=max_salary*3;

How many audit trail record will be generated? and where can i find it?

Thank you!

Edited by: Dan on Mar 16, 2012 11:42 PM
This post has been answered by chibbel on Mar 21 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 19 2012
Added on Mar 17 2012
14 comments
6,639 views