show/hide this revision's text 2 deleted 2 characters in body

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.

show/hide this revision's text 1

Try adding an index hint.

SELECT /*+ index(clnt co_clt_index_name) */ .....

Sometimes Oracle just doesn't know which index to use.