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: how to do case insensitive text literal comparison?

Re: how to do case insensitive text literal comparison?

From: OraSaurus <granaman_at_not_home.com>
Date: 1998/10/27
Message-ID: <Zd8Z1.194$B54.7107833@news.rdc1.ne.home.com>#1/1

In article <3634F30C.56066A37_at_shell.com>, yong <yong_at_shell.com> wrote:
>prochak_at_my-dejanews.com wrote:
>
>> Here's a final thought, what if ORACLE added a case insensitive search
>> index option? This gets done often enough that it might be worth the
>> effort to put it in the database. opinions anyone???
>>
>> --
>> Ed Prochak
>
>Wow, this is exactly what I want. I just posted a simple question and then saw
>this thread. I really wish Oracle had a case insensitive index. In fact, in my
>work, my WHERE clause is like this
>
>where lower(replace(replace(name),'-'),' ')='decostataylor' and ...
>
>(The string 'decostataylor' has already gone through a Perl substitution to
>simplify search&match.)
>
>So I wish Oracle had a function/operator-insensitive index, not just
>case-insensitive index. But I don't know anything about Oracle internals. I
>wonder if my dream is theoretically possible or not.
>
>Yong Huang
>Email:yong_at_shell.com

Yes. Its called the ConText Option and it costs a bundle! But, the 'decostataylor' example sounds like a problem with data and access standards and methods. Received on Tue Oct 27 1998 - 00:00:00 CST

Original text of this message

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