I need to monitor all the tables in my DB for any possible DML change. There is one possible thing that i write TRIGGERS for all tables .. for 3 DML changes (insert, update and delete). but this will be cumbersome job ..
is there any possible way that i write one trigger which will monitor every table in the DB .. and then insert (changed table name, changed row id) in some specific table say "monitor_change_table".