Database Tuning (MOSC)

MOSC Banner

DBMS_STAT of tables one day then indexes another day - Is this efficient?

edited Feb 16, 2010 6:57AM in Database Tuning (MOSC) 6 commentsAnswered ✓
 Is doing dbms stat gathering statistics for tables in a day then the indexes in another day efficient?
is the cascade=> TRUE takes care of the partitions also?
I have seen also a script that has the following and the table PKG_NTWK_MAP is a paritioned table.  Is this ok?  What can I do to improve it.

EXECUTE DBMS_STATS.GATHER_TABLE_STATS(OWNNAME=> '&1', TABNAME=> 'PKG_NTWK_MAP',
PARTNAME=> NULL)

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