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 -> Re: SQL TUNING

Re: SQL TUNING

From: Uday Bikkasani <udayb_at_concentric.net>
Date: 20 Nov 1998 16:48:37 PST
Message-ID: <7352l5$l2s@journal.concentric.net>


How about a like 'Hithere%'



Vinay Joshi wrote in message
<911588360.17363.0.nnrp-09.9e980b2b_at_news.demon.co.uk>...
>Hi,
>I am trying to tune a sql statement on Oracle 7.3.3 Unix.
>
>The table a has 10,000 records.
>It has a uniq index on reference column.
>
>Here is the query:
>select /*+ index(a a_ref) */
>rowid
>from a
>where substr(reference,1,7) = 'Hithere';
>
>I know the plan returns a full table scan because I am using a function
>(substr). Is there any way of getting round this problem so it uses the
>index ?
>
>Many thanks...
>
>
>
Received on Fri Nov 20 1998 - 18:48:37 CST

Original text of this message

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