Re: Forms performance [need help!]

From: BARRY ROOMBERG <barry.roomberg_at_compudata.com>
Date: Wed, 05 Oct 94 17:09:00 -0400
Message-ID: <89B3405.03890014B9.uuout_at_compudata.com>


-> > ... AND ( (COL LIKE 'Ab%' OR
-> > COL LIKE 'aB%' OR
-> > COL LIKE 'ab%' OR
-> > COL LIKE 'AB%') AND UPPER(COL) = 'ABC') ...
-> ^^^^^
-> ^^^^^
-> note: function on indexed column?
->
-> >
-> > This will use an index on the COL column if another better index is
-> not > found by the optimizer.
->
-> I was informed on my Oracle tuning course that the moment you put a
-> FUNCTION on an indexed column the optimiser rejects using that index.

I believe the if you can force the values to be returned from the index (via the LIKE statements), then you can still examine it vie the upper(), but it is probably a shaky proposition. Received on Wed Oct 05 1994 - 22:09:00 CET

Original text of this message