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: Alternative to the LIKE command

Re: Alternative to the LIKE command

From: Ron <support_at_dbainfopower.com>
Date: Wed, 11 Feb 2004 15:20:42 -0800
Message-ID: <sv2dnfgg693OKrfdRVn-gQ@comcast.com>


Hello Oak,

  If LIKE is nor performing well (assuming index is in place), you may try to use Oracle Text indexing.

Regards,

  Ron
  DBA Infopower
  http://www.dbainfopower.com
  Standard disclaimer:
http://www.dbainfopower.com/dbaip_advice_disclaimer.html

<OakRogbak_erPine_at_yahoo.com> wrote in message news:13fdc9b4.0402111412.431115cd_at_posting.google.com...
> One of our developers is trying to figure out how to search a string
> for a partial match. In other words, if you had a table such as
>
> NAME (Varchar2) TIDS (varchar2)
> --------------- --------------
> Joe Black
> 123123,432432,324234,764565,4334534,344353,45715435,35338
> Ben Hur
> 123756,324342,8237482,975924,145238,2934283,2348248,23423
> Tom Thumb
> 872834,93124,873247,092243,23432,823472,29349,7502849
>
>
> Is there another way to rewrite
>
> select NAME from MYTABLE where TIDS like '%324234%';
>
> so that you get better performance, assuming a great number of rows?
> Can the owa_pattern.match be used here?
>
> Thanks.
Received on Wed Feb 11 2004 - 17:20:42 CST

Original text of this message

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