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

Home -> Community -> Usenet -> c.d.o.misc -> Releasing file handles with fclose_all

Releasing file handles with fclose_all

From: <Claire.Sanderson_at_Northern-Electric.co.uk>
Date: Fri, 07 Aug 1998 13:24:32 GMT
Message-ID: <6qev6g$qjh$1@nnrp1.dejanews.com>


I'm working on an application which needs to close files and release their handles. We had been using the fclose_all procedure to do this but after reading a recommendation(namely that fclose_all should only be used in an emergency) decided to switch to the explicit utl_file.fclose (file_in). This doesn't appear to work as well as the original fclose_all, as it doesn't release the file handles. Why is this? What is the difference between the two (other than the obvious, one works and the other doesn't!)?

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Received on Fri Aug 07 1998 - 08:24:32 CDT

Original text of this message

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