Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> UTL_FILE, what if I never use FCLOSE?

UTL_FILE, what if I never use FCLOSE?

From: Ethan Post <post.ethan_at_gmail.com>
Date: Wed, 23 May 2007 12:30:17 -0500
Message-ID: <357b48a90705231030t194fc510w8902e5b87f868f2d@mail.gmail.com>


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.

--
http://www.freelists.org/webpage/oracle-l
Received on Wed May 23 2007 - 12:30:17 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US