Index is not working properly in my query ? [message #400053] |
Sat, 25 April 2009 09:13 |
tondapi
Messages: 99 Registered: August 2007 Location: usa
|
Member |
|
|
Hi,
I am using 9i.In my query i am using index but query does not considering the index.It run full table scaninig.I dont why my query doesn't using index's.
Can any one explain me what can i do regarding this.
thanks
|
|
|
|
|
|
|
|
Re: Index is not working properly in my query ? [message #403621 is a reply to message #400053] |
Sun, 17 May 2009 11:00 |
bangalibor
Messages: 15 Registered: September 2008 Location: dhaka
|
Junior Member |
|
|
please check the reason , like why index is getting surpressed.
may be the cpu cost is high
may be you are using a condition on the query which eliminates the use of index
Post your sql code here, with the execution plan . then we may try
|
|
|