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 -> Making an Oracle Database Instance Case - Insensitive

Making an Oracle Database Instance Case - Insensitive

From: Nirav Saraiya <nsaraiya_at_netright.com>
Date: 1997/12/30
Message-ID: <01bd154f$92af8ce0$fa31e826@ntnirav>#1/1

I would like to make an oracle database use case insensitive data storage so that the following query will work

      select col1 from table1 where col1 = 'sanjay kumar'

     col1 may have 'SANJAY KUMAR' or 'Sanjay Kumar' but everything will be matched by the above select statement. There should be some switch/init parameter that I can set to make the database case insensitive.

Any help would be appreciated !!

Thanks
Nirav Saraiya
Netright Technologies
(312) 977 0664 x 223 Received on Tue Dec 30 1997 - 00:00:00 CST

Original text of this message

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