Answers for "what is the size of clob in oracle"

SQL
0

get clob size oracle

SELECT (DBMS_LOB.getlength(your_column_name))/1024/1024 AS SizeMB FROM your_table
Posted by: Guest on May-28-2021

Code answers related to "what is the size of clob in oracle"

Code answers related to "SQL"

Browse Popular Code Answers by Language