About composite index
544878Jul 30 2007 — edited Jul 30 2007Hi,
The composite index was built by our oracle DBA like this below as an example.
composite index - (a,b)
composite index - (a,c)
composite index - (a,d)
composite index - (a,e)
I have used the column "a" in where clause. the optimizer is not taking the index while fetching the records. Could you please explain what are the possible reasons, not using the index?
-Sathya