use Hint to force using index does not work!
628781Apr 17 2008 — edited May 14 2008I want to use hint to force using a index . I run the sql in "PLSQL Developer", but when I use explain function. It seems that the db uses another index instead of the index which I specified.
Are there any possibility for this case? The oracle is 9.2
The SQL is something like:
SELECT
/*+INDEX (TABLEX INDEX_A) */
*
FROM
TABLEX