I want to record any DML
transaction happens in a table
in a day into another table. I also want to record transaction with values. How is it possible in Oracle Database
?
I have been told not to use triggers because of its huge maintenance and also it slows application.