Howto find when table was last updated in Oracle.

Reading time: < 1 minute

SQL> select scn_to_timestamp(max(ora_rowscn)) from WRH$_FILESTATXS;
SCN_TO_TIMESTAMP(MAX(ORA_ROWSCN))
---------------------------------------------------------------------------
24-JUN-10 11.00.10.000000000 AM
  • Share/Bookmark

One Comment

  1. [...] Howto find when table was last updated in Oracle. [...]

Leave a Reply