Re: UTL_FILE Oracle object

From: Kenneth C Stahl <kstahl_at_lucent.com>
Date: Wed, 23 Jun 1999 10:42:55 -0400
Message-ID: <3770F26F.1605BA70_at_lucent.com>


Do you have the utl_file_dir set in your init.ora file?

What errors are you seeing?

Ken

"A. el Azzouzi" wrote:

> 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,
>
> A. el Azzouzi
Received on Wed Jun 23 1999 - 16:42:55 CEST

Original text of this message