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

Thread: finding ddl operations against a table

  1. #1
    Join Date
    Jul 2006
    Posts
    96

    finding ddl operations against a table

    hi friends,
    how to check , all the DDL operations performed on a table
    after creation. I know 'user_tab_modifications' table to check all
    dml operaitons after monitoring the table. But to check
    DDLs how??

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    you have to write own even triggers

  3. #3
    Join Date
    Apr 2006
    Posts
    377
    SQL> audit alter on ;

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