incremental stats
Hi All,
what is the way to check or determine if incremental stats should be applied on large partitioned tables?
please advice if i can use this below method in version 11.2.0.3,the table has 8 million rows
EXEC DBMS_STATS.SET_TABLE_PREFS('user','STUDY','INCREMENTAL','TRUE');
EXEC DBMS_STATS.GATHER_TABLE_STATS('user','STUDY');
-Thanks
0