List of recently updated tables in oracle.
723860Nov 6 2009 — edited Nov 9 2009I am trying to search for some query that would help me to get the list of recently updated tables.
I mean if I perform some action on oracle forms it would update/insert record in many of the oracle tables in the backend. I just need to get the list of tables on which insert/update/create query is performed , not the one with select queried table.
I searched in 'TAB' and 'ALL_TABLES' table but there is no last_update flag column available.
Appreciate your help!