Hi,
We have one query running for hours and not completing. After analyzing we found one index(eg: Index1) was culprit, after dropping that index query ran within 15 mins(using another index eg: Index2).
But we cannot permanently remove Index1, as it is required for few other queries.
So is there any way for us to make the query always use Index2.
We tried reorg by choosing Index2, but also no effect.
Any suggestions are welcome!!!!
Thanks,
Dharmaraj.G