Audit records for insert, update, delete what is the best way?
sm12Jul 29 2010 — edited Jul 29 2010Hi,
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...