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: Advice on storing Upper/Lower case Key values then doing case insensitive searching; Phonetic matching.

Re: Advice on storing Upper/Lower case Key values then doing case insensitive searching; Phonetic matching.

From: Mark G <someone_at_hot>
Date: Fri, 9 Jul 1999 08:54:11 +0100
Message-ID: <3785a853.0@145.227.194.253>


Jeffrey Wilkinson wrote in message <37856141.0_at_news.atrax.net.au>...

>Also, I'm looking for some utilities that will enable the generation of
>phonetic keys so that, for example, Smith, Smythe, and Smit are regarded as
>similar names.

I think there is a function called soundex which may help with this.

As for your main problem, it looks like your original idea of having a separate field with values which are to be searched on sounds the best. Oracle 8 may have some additional index functionality for storing the index in caps even if the field is mixed case.

M Received on Fri Jul 09 1999 - 02:54:11 CDT

Original text of this message

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