SQL Performance (MOSC)

MOSC Banner

Gathering Stats on Paritioned Table with Incremental=TRUE

edited Feb 4, 2015 10:02AM in SQL Performance (MOSC) 5 commentsAnswered

I am attempting to implement the incremental=true for my large partitioned table, but it seems that it's gathering stats on the full table.  I believe I have the settings for the table correct.  Am I missing anything:

PREFERENCE_NAME    PREFERENCE_VALUE

CASCADE                      DBMS_STATS.AUTO_CASCADE

DEGREE                        DBMS_STATS.AUTO_DEGREE

ESTIMATE_PERCENT     DBMS_STATS.AUTO_SAMPLE_SIZE

GRANULARITY               AUTO

INCREMENTAL               TRUE

INCREMENTAL_LEVEL   PARTITION

METHOD_OPT                FOR ALL COLUMNS SIZE REPEAT

NO_INVALIDATE             DBMS_STATS.AUTO_INVALIDATE

PUBLISH                        TRUE

STALE_PERCENT           10

Thanks,

Craig

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