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 -> UTL_FILE Oracle object

UTL_FILE Oracle object

From: A. el Azzouzi <A.elAzzouzi_at_cta.usc.uu.nl>
Date: Wed, 23 Jun 1999 15:51:24 +0200
Message-ID: <7kqopd$16s0$1@news.accu.uu.nl>


Hello there,

I want to use the UTL_FILE oracle object to open a file, write, and then close it.

But upon opening of the file, I get some errors. Can somebody tell me what is wrong with the next statement:

v_FileHandle UTL_FILE.FILE_TYPE;
....

v_FileHandle := UTL_FILE.FOPEN('c:\sql\', 'output.txt', 'w');
...

Is the syntax for opening the file ok?

Any reaction is welcome,

  1. el Azzouzi
Received on Wed Jun 23 1999 - 08:51:24 CDT

Original text of this message

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