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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: case sensitivity - database setting?

RE: case sensitivity - database setting?

From: <oracle-l-bounce_at_freelists.org>
Date: Mon, 8 Aug 2005 10:10:54 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C45023613F0@NT15.oneneck.corp>


But, beware of the following (From Metalink Note:30779.1):

Setting NLS_SORT to anything other than BINARY causes a sort to use a full table scan, regardless of the path chosen by the optimizer. BINARY is the exception because indexes are built according to a binary order of keys. Thus the optimizer can use an index to satisfy the ORDER BY clause when NLS_SORT is set to BINARY. If NLS_SORT is set to any linguistic sort, the optimizer must include a full table scan and a full sort in the execution plan.

-----Original Message-----
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Allen, Brandon
Sent: Monday, August 08, 2005 10:02 AM

You can set NLS_SORT=Latin:
 . . .

-----Original Message-----
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of J. Dex
Sent: Monday, August 08, 2005 9:41 AM

We are setting up an application (third-party out-of the-box type) and the group that is setting it up would like to set it up so that when users search for records the searches are NOT case sensitive. Is there an Oracle database setting that would facilitate this? The application vendor said it is a database issue and has to be set on the database side.

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Aug 08 2005 - 12:11:34 CDT

Original text of this message

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