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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Substring search

Re: Substring search

From: Rene Nyffenegger <rene.nyffenegger_at_gmx.ch>
Date: 23 Dec 2003 19:26:36 GMT
Message-ID: <bsa4tc$b5jv1$2@ID-82536.news.uni-berlin.de>

> Hi,
> Is there any way to perform a substring search without full table scan
> (Oracle 8.1.7) and make it a little bit effective? I know that Oracle
> doesn't use index in search of the form:
> select * from table where column like '%substring%';
> but maybe there are some tricks to speed up queries like this
>
> Thanks for any answers
> szalas

Szalas,

I have an article on my web page adressing this problem that you might find useful:

  http://www.adp-gmbh.ch/ora/plsql/poor_mans_text_index.html  

hth,
Rene

-- 
  Rene Nyffenegger
  http://www.adp-gmbh.ch
Received on Tue Dec 23 2003 - 13:26:36 CST

Original text of this message

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