UTL_FILE, what if I never use FCLOSE?

  • From: "Ethan Post" <post.ethan@xxxxxxxxx>
  • To: oracle-l <oracle-l@xxxxxxxxxxxxx>
  • Date: Wed, 23 May 2007 12:30:17 -0500

A debug application I have uses UTL_FILE to write to a log file. I am
opening the file and then from that point on I just log to it. Anyone know
if any resources are left behind once the session disconnects if FCLOSE is
never called? I am trying to avoid calling FOPEN/FCLOSE for every entry.

Other related posts:

  • » UTL_FILE, what if I never use FCLOSE?