| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: how to use function-based indexes?
Niall Litchfield wrote:
> Function based
> indexes are for cases where you are issuing queries like
>
> select * from acquirenti
> where upper(acquirente_rag_soc) like 'VERO%';
Sorry, in my second post I forgot to include the UPPER function in the query. But the problem still remains:
SQL> explain plan for
2 select * from acquirenti
3 where upper(acquirente_rag_soc) like 'VERO%';
Explained.
SQL> select * from plan_view;
OPERATION OPTIONS OBJECT_NAME POSITION
-------------------- -------------------- --------------------
TABLE ACCESS FULL ACQUIRENTI1
Best regards, Cristian
-- Cristian Veronesi ><((((º> http://www.crpa.it There are no good wars, with the following exceptions: The American Revolution, World War II, and the Star Wars Trilogy. (Bart Simpson)Received on Tue Dec 11 2001 - 09:24:40 CST
![]() |
![]() |