UTL_FILE.PUT Write Error
473169Nov 30 2005 — edited Dec 1 2005Hi,
I have a procedure with a FOR cursor IN (SELECT...) loop within which I write the data selected to a file using PUT_LINE. The maximum data written to the file in each loop would be less than 1000 characters. This works fine.
However, when I try using PUT instead of PUT_LINE, it gives a 'write error'. Any idea what could be the problem?
DB version is 9.1.
Thanks in advance,
Vijay.