Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to know statistics of the index?

634151Apr 14 2009 — edited Apr 14 2009
Hi,
When i analyze the table with below command, the table is getting analyzed. I want to know whether the corresponding index also got analyzed when i use the below command or we need to do separatly by use of gather_index_stats command?

TABLE:
DBMS_STATS.gather_table_stats ('XXQP', 'XXQP_SAMPLE', estimate_percent => 30);

INDEX:
DBMS_STATS.gather_index_stats ('XXQP', 'XXQP_SAMPLE_N1', estimate_percent => 30);

Thanks
This post has been answered by rbglossip on Apr 14 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 12 2009
Added on Apr 14 2009
4 comments
1,439 views