UTL_FILE

From: (wrong string) øren Skovgaard <soren_at_skovgaard.as>
Date: Thu, 14 Mar 2002 17:50:06 +0100
Message-ID: <3c90d445$0$73671$edfadb0f_at_dspool01.news.tele.dk>


[Quoted] 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 - 17:50:06 CET

Original text of this message