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: [URGENT] Case unsensitive

Re: [URGENT] Case unsensitive

From: Jim Kennedy <kennedy-family_at_attbi.com>
Date: Fri, 12 Apr 2002 14:18:36 GMT
Message-ID: <01Ct8.1348$V44.143@rwcrnsc53>


You can use function based indexes if you are on the correct version of Oracle, but you didn't tell us that.
Jim
<davide_at_yahoo.com> wrote in message
news:a968q5$l4lm$2_at_ID-18487.news.dfncis.de...
> Jinib <jinib_at_caramail.com> wrote:
> > I must change the 'case sensitive' to 'case unsensitive' on an oracle
> > database with Sun Solaris 8.
>
> If you mean in the comparison of fields in the where part of a query,
> you can use something like
>
> SELECT .... WHERE UPPER(field)=UPPER(...)
>
> but this way, it will not use the indexes, so you are slowing down the
> query. If the table is not so big, it's Ok.
>
> Davide
Received on Fri Apr 12 2002 - 09:18:36 CDT

Original text of this message

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