FLUSH_DATABASE_MONITORING_INFO Procedure
Posted by Venkateshwaran Govindaraj Introduction: When querying *_TAB_MODIFICATIONS view you should ensure that you run DBMS_STATS.FLUSH_DATABASE_MONITORING_INFO before doing so in order to obtain accurate results. FLUSH_DATABASE_MONITORING_INFO Procedure SQL> exec dbms_stats.FLUSH_DATABASE_MONITORING_INFO;PL/SQL procedure…
Read More