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

Thread: auditing,audit trail info plz

Hybrid View

  1. #1
    Join Date
    Jul 2006
    Posts
    96

    auditing,audit trail info plz

    hi friends, In getting auditing info from sys.aud$,
    user_audit_trail etc.. views I am able to view session,
    statement no, action number etc.. columns only
    how can i view the statment also.
    for e.g
    sql>audit alter on emp;
    sql>alter table emp modify ename varchar2(30);

    in audit info. i want to see the above statement also.

    rememeber this is not in sys user.

    thanks

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    use dbms_fga

  3. #3
    Join Date
    Sep 2001
    Location
    Makati, Philippines
    Posts
    857
    something like
    AUDIT ALTER TABLE ON user.tabname
    by access
    whenever successful;
    ---------------

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