select vsize(col1) + vsize(col2) + vsize(col3) +
long_raw_length_function(long_col) + DBMS_LOB.GETLENGTH(blob_col)
from table
where id_col = id_val;
per la funzione long_raw_length , vedi questo Ottieni la LUNGHEZZA di un LONG RAW
select vsize(col1) + vsize(col2) + vsize(col3) +
long_raw_length_function(long_col) + DBMS_LOB.GETLENGTH(blob_col)
from table
where id_col = id_val;
per la funzione long_raw_length , vedi questo Ottieni la LUNGHEZZA di un LONG RAW