Analyzing index will infact improve the performance and I do analyze of some of the schemas in my database every day .

My options are :
estimate , 15%

I use DBMS_UTILITY.ANALYZE_SCHEME

rebuilding indexes is not a daily activity , but analyzing should be a daily one in order to provide a right feed to CBO to improve performance.

Thanks,
Madhu