DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Audit DML changes

  1. #1
    Join Date
    May 2003
    Posts
    46

    Audit DML changes

    I am trying to set up auditing using Audit_trail to audit all DML activities of a particular schema(out of many schemas in the same DB/9.2.0.7/AIX).

    The following statement only creates entry in sys.Aud$ if I use schema to connect and run DML. If I use DBA id or SYS id to run DML on this schema, it is not capturing the changes.


    AUDIT INSERT TABLE, UPDATE TABLE, DELETE TABLE by MARS(schema name) by access;


    Any one having any idea, how to make sure it captured all DML activities on the schema by all users including DBAs mainly.

    (I want to try triggers as last option).

    Thanks in advance for your input.

  2. #2
    Join Date
    May 2003
    Posts
    46
    Common Friends! If dbasupport.com forum not helps, no one can help...

    someone jump in before I become mad by RTFM(not finding any valuable info so far in reading/searching including metalink).

  3. #3
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    AUDIT INSERT TABLE, UPDATE TABLE, DELETE TABLE by MARS(schema name) by access;
    The above statement enables auditing for the user MARS only.
    It will not audit other user's DML statement.

    Tamil

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width