Works even better w/ autoflush
utl_file.put_raw( file => t_fh
, buffer => dbms_lob.substr( p_blob
, t_len
, i * t_len + 1
)
, autoflush => true
);