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!

Track table data changes (inserts, updates, deletes) including os_user

Leo_YMar 12 2013 — edited Mar 12 2013
Hi ,
I was given a task by manager to keep track of changes on a given table including os_user who made it.

Should I create a trigger on it (on any update, insert, delete etc.) or there is a better way of doing it ?
I think there could be some info already in some data dictionary views or something like it.

If I CREATE MATERIALIZED VIEW LOG on that table would it help?

I'm kind of new to that sort of tasks,
Thanks a lot!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 9 2013
Added on Mar 12 2013
4 comments
467 views