Hi,
we're using oracle 7.3.4 and i try to use utl_file within a pl/sql
procedure to write to a file. But because you just can use a 1023 byte
buffer at "put_line" i tried to split a larger lines into 1023
byteblocks and use "put" to write it. But i get a "write error"
exception everytime a line is larger than 1023 bytes. Even if i use
"put" to write it byte by byte.
Is there any way to write a line to a file which is longer than 1023
bytes?
Regards
Dirk Mika