Skip to Main Content

SQL & PL/SQL

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Audit records for insert, update, delete what is the best way?

sm12Jul 29 2010 — edited Jul 29 2010
Hi,
I have requirement for Auditing the 40 tables data when a user inserts, deletes, or updates the data into these tables, I have to capture only the changes that are made to the records into an audit table with the table name, who did it etc...

I would like to know what is the best way to accomplish this? I dont want to write 40 triggers on the 40 tables... any other easier ways to do this, if so please do let me know how and if anybody have example please provide.

I appreciate your help...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 26 2010
Added on Jul 29 2010
4 comments
1,265 views