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

Re: How to "Case Insensitive"

From: TimKArnold <timkarnold_at_aol.com>
Date: 2000/08/03
Message-ID: <20000802205956.02198.00000353@ng-bh1.aol.com>#1/1

One other solution --
use interMedia

>There are three solutions to this
>- use UPPER(columnname) = <expression>
> this will result in full table scans
>- create redundant columns with the UPPERcased contents of the mixed case
>columns and index them
>- In Oracle 8i, Enterprise Edition, use function-based indexes.
Received on Thu Aug 03 2000 - 00:00:00 CDT

Original text of this message

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