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!

Audit Log table

852593Feb 13 2018 — edited Feb 13 2018

Hi,

I want to make one audit table to maintain logs of all the tables which are present in my schema. If i do any DML operation  on any table inside database then it will be log into that single audit table.

I can maintain a log table for every table individually.but i don't want to maintain separate log table for every table. I want sing log table for all the tables.

Table contains : username or userid,table_name,date,time,old value,new value.

Please provide a solutions asap.

Regards,

Somdutt Harihar

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 13 2018
Added on Feb 13 2018
10 comments
578 views