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 all DML of all users

840275Sep 22 2011 — edited Sep 22 2011
Hi,

since the archivelog grows too much i would like to audit the database activity.
The following sql doesn't audit all users, and i would like to know why.
There are several schemas in the bd and the DBA_AUDIT_TRAIL completely lack of any DML of one schema (there is activity on this schema so DBA_AUDIT_TRAIL should contain information about it)

AUDIT UPDATE TABLE ,insert TABLE, delete TABLE
by access ;

Do someone has any idea why?
(the oracle version is 10.2g)
Thank you in advance:

Bianca
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 20 2011
Added on Sep 22 2011
3 comments
683 views