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 -> Re: utl_file.fopen with "Append/Write" option

Re: utl_file.fopen with "Append/Write" option

From: DA Morgan <damorgan_at_psoug.org>
Date: Wed, 16 Nov 2005 06:37:41 -0800
Message-ID: <1132151863.299374@yasure>


Muthu Kumar G wrote:

> 6 input_file := utl_file.fopen ('MY_OUT','abcd.log','A');

It is open.

> 7 utl_file.fclose(input_file);

It is closed.

> 9 utl_file.fclose(input_file);

It is closed again?

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Wed Nov 16 2005 - 08:37:41 CST

Original text of this message

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