NUM_ROWS not reflecting right amount of rows inside table
santiMar 15 2010 — edited Mar 15 2010Hi,
We're using following command for analyzing our schemas for database 10.1.0.4:
exec DBMS_STATS.GATHER_SCHEMA_STATS (ownname =>'XXXX',estimate_percent=>30,cascade => TRUE,method_opt=>'FOR ALL COLUMNS SIZE 1' ,degree=>4);
After analyzing the NUM_ROWS column in dba_tables is not reflecting right number of rows for IOTs. Is it expected?
Regards,
Santi