Size of BLOB
FacundoApr 13 2009 — edited Apr 14 2009Hello, I need to know the size of a BLOB type column . I use the function dbms_lob.getlength but it return a null. If I use this function to a field CLOB there works ok, the function return a value.
I am working in a Oracle Database 11g in RAC.
Any suggestions?
Thanks.