Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Releasing file handles with fclose_all
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:25:47 CDT
![]() |
![]() |