Recent content by Jana W

  1. J

    UTL_FILE question

    Is there a limit to the number of files that can be written to using UTL_FILE.PUT_LINE in a session? I need to write to 58 total files from several cursors so I'm closing them all at the end of the procedure with UTL_FILE.FCLOSE_ALL. I'm getting an ORA-29283: "invalid file operation" when...
Back
Top