Dapatkan oracle ukuran clob

SELECT (DBMS_LOB.getlength(your_column_name))/1024/1024 AS SizeMB FROM your_table
Lazy Lizard