Hi,
I need to modify a function,currently the coulmn here is set to return varchar 2 but i need to change it to CLOB so that i can store 10000 characters in this column.
I tried changing the varchr2 to clob,i was able to compile it but the report is not retreiving the data like it used to...