Hi All,
We haveĀ oracle 11.2 on Redhat.
There is a task to capture column modifications.
We have the table test,which has 6 columns like column1,column2,column3,column4,column5 and status.
The status column has 2 values Y or N. When we insert the data,it always N, Monthly once we update to Y due to business reasons for few records.
Again we update from Y to N.
Whenever the status column updated from Y to N, we need to capture those rows and inserted into another table.
Can we do it by update trriger
Any suggestions
Thanks & Regards,