Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> NLS_SORT and NLS_COMP
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
![]() |
![]() |