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 -> How to "Case Insensitive"

How to "Case Insensitive"

From: Real R. Bedard <realb_at_helixdp.com>
Date: 2000/08/02
Message-ID: <SG_h5.687$Z2.12800@nnrp1.uunet.ca>#1/1

How do I make Oracle queries (from all users in all databases/schemas/tables) case insensitive.

example:
SELECT * FROM mytable WHERE name = 'fred' should have the same result as
SELECT * FROM mytable WHERE name = 'FReD'

similarly for ORDER BY etc.

Is there a global setting for this?

Your assistance is greatly appreciated.

Please RSVP via e-mail
Thanks

Real R. Bedard
realb_at_helixdp.com Received on Wed Aug 02 2000 - 00:00:00 CDT

Original text of this message

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