Hi,

Analyze table TABLE_NAME compute statistics...

This command analyze all tables, all associated Indexes, all partitions of tables as well as all partitioned indexes. So you don't need to run seperate analyze index.

Thanks

-Puneet