I'm trying to search a CLOB field Case insensitively. I'm currently
using dbms_lob.instr() to search, but this function is case sensitive.
Does anyone have an idea on what I can use here?
"Susie" <su**************@lycos.com> wrote in message
news:e0**************************@posting.google.c om...
I'm trying to search a CLOB field Case insensitively. I'm currently using dbms_lob.instr() to search, but this function is case sensitive. Does anyone have an idea on what I can use here?
If it is a whole word then Intermedia. Else you have to uppercase (or
lowercase) the two items and compare.
Jim