How to find out the maximum length of the characters specified within CLOB
I have given a table which has a column with datatype CLOB . I want to find out the maximum legth of the string within this variable and also want to print that variable.
Thanks for your help.