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_at_news.accu.uu.nl>
Hello there,
Date: Wed, 23 Jun 1999 15:51:24 +0200
Message-ID: <7kqopd$16s0$1_at_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,
- el Azzouzi