tab modifications - cheeyoung/sqlplus-public GitHub Wiki

DBMS_STATS.FLUSH_DATABASE_MONITORING_INFO ;

query02.sql

4.112 ALL_TAB_MODIFICATIONS

... describes tables accessible to the current user that have been modified since the last time statistics were gathered on the tables.

178.7.46 FLUSH_DATABASE_MONITORING_INFO Procedure

This procedure saves monitoring information for all tables in the dictionary. The database immediately updates corresponding entries in the *_TAB_MODIFICATIONS, *_TAB_STATISTICS and *_IND_STATISTICS views.
Syntax

DBMS_STATS.FLUSH_DATABASE_MONITORING_INFO;