calculate the size of the clob datatype
oracedbaNov 14 2012 — edited Nov 14 2012i am trying to calculate the avg size of a row, in which i have one column which has clob datatype,
for rest of the datatypes i am using (avg(vsize(col_name,varchar2(10)))), i want a simple function that can calculate the clob datatype.