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: Setting for case-insensitve comparison

Re: Setting for case-insensitve comparison

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Thu, 06 Nov 2003 22:07:54 -0800
Message-ID: <1068185293.911809@yasure>


Purzel71 wrote:

>Hi,
>
>is there any setting for the Oracle Server for case-insensitive string-
>comparison.
>
>At the moment we have a software that passes something like
>"select * from foo where something like 'ABC'". The resultset does not
>contain records with "abc".
>
>Is there any configuration-file to set string-comparision to case-
>insensitive.
>
>Thanx in advance,
>
>Purzel
>
>

Oracle prior to 10g is always case sensitive. Workarounds are function based indexese
and the use of functions such as UPPER and LOWER.

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Fri Nov 07 2003 - 00:07:54 CST

Original text of this message

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