Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> dba_tab_modifications
Hi:
I did gather statistcs for dictinary segments and fixed objects however
still I
see values in dba_tab_modificaions as below. As per definition, only stale
objects should be displayed in dba_tab_modifications. Please correct me if I
am
wrong?
SQL> exec dbms_stats.gather_dictionary_stats; PL/SQL procedure successfully completed.
SQL> exec DBMS_STATS.GATHER_FIXED_OBJECTS_STATS; PL/SQL procedure successfully completed.
SQL> select table_owner,table_name,inserts,updates,deletes from
dba_tab_modifica
tions order by inserts desc;
TABLE_OWNER TABLE_NAME INSERTS UPDATES DELETES
------------- ---------------- --------- ---------- ---------- SYS WRH$_LATCH 8352 0 0 SYS WRH$_SYSSTAT 7584 0 0
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Aug 11 2005 - 11:39:13 CDT
![]() |
![]() |