Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> wildcard search and full tablescans

wildcard search and full tablescans

From: <wagen123_at_yahoo.com>
Date: 7 Dec 2006 03:55:32 -0800
Message-ID: <1165492532.019079.313140@l12g2000cwl.googlegroups.com>


Oracle10g 10.2.0.1

select * from <table_name> where <column_name> like '%abc%';

does not use the index and does a full tablescan (guess this is the expected behaviour as per explain plan).

Any suggestions as to how to use the index (index hint didn't help), IF possible or other alternatives.

thanks Received on Thu Dec 07 2006 - 05:55:32 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US