How to convert a LONG type to Upper Case
Hello,
I am presently using Oracle 8.1.6 on NT.
I want to convert data in LONG type column to upper case, and wish to use it in a query. LONG type can typically hold character string information upto max of 2 GB.
UPPER function does not convert a LONG type to upper case.
Can somebody please tell whether there is any way to do it?
I am ready to create a user defined function too.
Regards,
Mukul