http://metalink.oracle.com/metalink/...T&p_id=67522.1Quote:
Originally posted by mike2000
The main question is why Oracle sometimes picked up the indexes and sometimes it's not???
Quote:
rebuilt indexes is going to help ????
no
Quote:
could you please tell me why and how to fix this problems???
Devise a proper index strategy or force the use of indexes with hints. In some severe cases, you can nudge the optimizer to favor indexes over a full scan, but in your case would probably cause more problems that it would help.
I get the feeling you are looking for a quick fix for your problems. There's no silver bullet for making poorly written queries go faster, they need to be rewritten. I know it's a lot of work to go back and make them better but, unfortunately, its one of those things that has to be done sometimes.
