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

Home -> Community -> Mailing Lists -> Oracle-L -> NLS_SORT and NLS_COMP

NLS_SORT and NLS_COMP

From: Harvinder Singh <Harvinder.Singh_at_MetraTech.com>
Date: Tue, 29 Jun 2004 09:17:36 -0400
Message-ID: <D6424CD4C8A3C044BBC49877ED51C5187D9234@ex2003.metratech.com>


Hi,

We are porting our application from SQL Server to Oracle and since we use case insensitive sorting in SQL Server so we also have to implement case insensitive searches in Oracle at the database level. We are thinking of setting the following values while creating database or particular instance:
NLS_SORT =3D binary_ci=20
NLS_COMP =3D ANSI (default is binary)

Is there any drawback of using the above settings otherwise we might need to create lot of function-based indexes for UPPER comparisons.

Thanks
--Harvinder

=20



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Tue Jun 29 2004 - 08:15:33 CDT

Original text of this message

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