Oracle DB - Row Update Timestamp
962990Sep 19 2012 — edited Sep 20 2012I need to update a view with the Last Updated Time stamp whenever a row is updated in the source table or a new row is inserted. I need to do this without making any changes to the source table.
Is there any way to do this without impacting the source table and handle it within the view or when the view is getting refreshed.