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

Re: UTL_FILE

From: damorgan <damorgan_at_exesolutions.com>
Date: Thu, 14 Mar 2002 16:56:19 GMT
Message-ID: <3C90D634.6A94B7E5@exesolutions.com>


Possibly a number of reasons. But my first question is did you put the UTL_FILE_DIR=c:\ into the init.ora?

Daniel Morgan

"Søren Skovgaard" wrote:

> Hi everybody ;-)
>
> I'm a newbie to Oracle programming, and I hope you'll help me with this
> problem.
>
> I'm making a SQL-script and I can't get it to work - it says:
>
> declare myFileHandle UTL_FILE.FileType;
> begin
> myFileHandle := UTL_FILE.OPEN('c:\', 'junk.txt', 'a');
> .
> .
> .
>
> end;
> /
>
> My problem is that when opening the file I get an error stating: INVALID
> PATH
> Can anyone tell me why ?. The file actually excist on my PC.
>
> What do I do to get this to work ?
> I'm using SQL*Plus when I run this script on my PC !
>
> My regards
> Søren Skovgaard
Received on Thu Mar 14 2002 - 10:56:19 CST

Original text of this message

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