SQL Performance (MOSC)

MOSC Banner

incremental stats

edited Jun 12, 2014 3:06PM in SQL Performance (MOSC) 8 commentsAnswered
 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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center