Quantcast
Channel: Comments on: Create an Excel-file with PL/SQL
Viewing all articles
Browse latest Browse all 73

By: Albain DSM

$
0
0

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
);


Viewing all articles
Browse latest Browse all 73

Trending Articles