Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Case insensitivity
It might help if you use a later version than a 6 year old release...
With 8i you can do this:
Rename the table to something else and slap a view with the
column in question with an "upper()" around it. Then
create a function-based index with the same function.
>From 9i you can ALSO do this:
If the table is updated as well, then you need an "INSTEAD OF"
trigger to make the view update like the table.
And Bob as they say, is your uncle.
Cheers
Nuno Souto
in sunny Sydney, Australia
dbvision_at_optusnet.com.au
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Wed Apr 21 2004 - 04:50:46 CDT
![]() |
![]() |