SQL> select dbms_lob.getlength(select_string) from output_table;
select dbms_lob.getlength(select_string) from output_table
*
ERROR at line 1:
ORA-00997: illegal use of LONG datatype
I know you need to use UTL_RAW, but how do I get the maximum for the table? and How do I get the size in Bytes? Thanks.
Bookmarks