jestrada101
Technical User
- Mar 28, 2003
- 332
When writing to the file works fine with
Open my file like this...
utl_file.fopen ('TESTA',filename, 'A')
I write to file like this...
utl_file.put_line (output_file,MyVarData);
ERROR at line 1:
ORA-29285: file write error
ORA-06512: at "SYS.UTL_FILE", line 18
It only seems to be a problem when the string of MyVarData is very long.. over 2000 characters.
Any ideas?
Open my file like this...
utl_file.fopen ('TESTA',filename, 'A')
I write to file like this...
utl_file.put_line (output_file,MyVarData);
ERROR at line 1:
ORA-29285: file write error
ORA-06512: at "SYS.UTL_FILE", line 18
It only seems to be a problem when the string of MyVarData is very long.. over 2000 characters.
Any ideas?