ora-29285 with utl_file.new_line
I'm outputting data to a file using UTL_FILE, I use the PUT procedure to reduce to number of new line characters. If the linesize will go over 32767 I use the NEW_LINE procedure.
No I come to a situation where I've written about 7MB of data (of course with several new lines) and at one point the NEW_LINE procedure gives a write error (ORA-29285).
How is this possible ? There is enough diskspace.