For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I am using
SELECT max(DBMS_LOB.GETLENGTH(col)) FROM TABLE_name;
to find the maximum length of the stored in a CLOB column.
and I am getting result as 65464.
is this result in bytes ?