getting length of CLOB
Hi,
I have a CLOB column in my table which stores XML values. I need to get size of XML stored.
but when i am using length fucntion of oracle,it is giving error character string buffer too small.
can anyone suggest a way out to find the length of CLOB column.
my actual requirement is that i want to create a view in base table with all the field and one more field which will have length of CLOB column value.
Regards,
Vikas