Try adding an index hint.
SELECT /*+ index(clnt co_clt_index_nameindex(tbl1 tbl1_index_name) */ .....
Sometimes Oracle just doesn't know which index to use.
|
2 | deleted 2 characters in body | ||
|
Try adding an index hint.
Sometimes Oracle just doesn't know which index to use. |
||||
|
1 |
|
||
|
Try adding an index hint.
Sometimes Oracle just doesn't know which index to use. |
||||