TheBoyMonkey
Programmer
I'm writing two CSV files using utl_file, using a number of packages.
The first file is written with the correct number of records. However, the second file stops being written to halfway through creation. No exceptions occur in the code - in fact, the code continues to execute perfectly.
It's as if the line:
utl_file.put_line(file, outputline);
stops having any effect, for some reason.
Sorry, I'm aware this is a little vague, but I'm wondering if anyone has come across this problem before or has any tips as to what may be causing this.
Thanks for any time,
Tom.
The first file is written with the correct number of records. However, the second file stops being written to halfway through creation. No exceptions occur in the code - in fact, the code continues to execute perfectly.
It's as if the line:
utl_file.put_line(file, outputline);
stops having any effect, for some reason.
Sorry, I'm aware this is a little vague, but I'm wondering if anyone has come across this problem before or has any tips as to what may be causing this.
Thanks for any time,
Tom.