NLS case insensitive in real life
From: <Joel.Patterson_at_crowley.com>
Date: Tue, 15 Mar 2011 09:46:48 -0400
Message-ID: <C95D75DD2E01DD4D81124D104D317ACA1615257F05_at_JAXMSG01.crowley.com>
Date: Tue, 15 Mar 2011 09:46:48 -0400
Message-ID: <C95D75DD2E01DD4D81124D104D317ACA1615257F05_at_JAXMSG01.crowley.com>
Oracle 10g, (solaris). Does anyone have any 'real life' experience with using the new features to perform case insensitive searches? Outside of what can be easily gathered from googling sites such as http://www.orafaq.com/node/999.
Developers are starting to get interested in utilizing alter session changes.
alter session set NLS_COMP=ANSI;
alter session set NLS_SORT=BINARY_CI;
Now NLS_COMP='LINQUISTIC';
Or, Creating a function based index, etc. create index ind_idemo_sname_ci
on invoice_demo (nlssort(supplier_name, 'NLS_SORT=BINARY_CI'))
Trying to anticipate.
Joel Patterson
Database Administrator
904 727-2546
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Mar 15 2011 - 08:46:48 CDT