To get CLOB size for a given column in a given row, use DBMS_LOB.GETLENGTH function: select dbms_lob.getlength(emp_details) from employee ...
確定! 回上一頁