UTL_FILE.put_line limitation under Oracle 7
Hi all,
I have a problem to put lines with about 3000 characters in my output
file using UTL_FILE.put package.
I'm using Oracle 7 !! So I can not specify the line size in
UTL_FILE.FOPEN function. ==> Compilation errors
How can I write a line of 3000 characters even though I am using
Oracle 7 ?
thanks a lot.
|