Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Audit object
The best way to do this would be to write a trigger
you can write triggers on create alter & drop
also utilizing oracle event attributes you can leverage more infomration like ip addres osuser and stuff
http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96590/adg14evt.htm#998000
specifies all the event attributes that you can use to write the trigger.
"Smith, Ron L." <rlsmith_at_kmg.com> wrote: How do I audit DDL changes to all objects?
Ron Smith
![]() |
![]() |