Collecting Stats in oracle 9i
647528Jun 30 2008 — edited Jul 1 2008What is better way to collect stats on table ?
Analyze table compute stats
DBMS_STATS.Gather tablestats
if new index is added to table
stats should be collected on the whole table or else only on that index.(analyze or DBMS ?) which is added
Can anyone tell that what precautions should be taken before collecting stats for added index on the table
As wrong stats will have lot of performance issues
Thanks,