Xref: alice comp.databases.oracle.misc:52339
Path: alice!news-feed.fnsi.net!news-FFM2.ecrc.net!newsfeeds.belnet.be!news.belnet.be!isdnet!isdnethub!not-for-mail
From: "Michel Cadot" <micadot@netcourrier.com>
Newsgroups: comp.databases.oracle.misc
Subject: Re: Accessing files from PL/SQL
Date: Wed, 2 Feb 2000 14:59:05 +0100
Lines: 27
Message-ID: <879d79$172$1@news2.isdnet.net>
References: <879b95$89k$1@hdxl22.telecom.ptt.nl>
Reply-To: "Michel Cadot" <micadot@netcourrier.com>
X-Trace: news2.isdnet.net 949499945 1250 195.132.3.203 (2 Feb 2000 13:59:05 GMT)
X-Complaints-To: abuse@isdnet.net
NNTP-Posting-Date: 2 Feb 2000 13:59:05 GMT
X-Newsreader: Microsoft Outlook Express 5.00.2314.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300

Are you sure you added the line UTL_FILE_DIR='d:\debug'
in your init.ora file?

Remember the path is relative to the server side not the
client.

--
Have a nice day
Michel


M Ivon M <i.p.kok02@kpn.com> a écrit dans le message :
879b95$89k$1@hdxl22.telecom.ptt.nl...
> Hi all,
>
> I'm using the UTL_FILE package to open a file:
> Logfile := utl_file.fopen('d:\debug', 'log.txt', 'a')
> The d:\debug directory exists on the server, but utl_file raises the
> 'invalid path' exception.
>
> What might be the problem?
>
> tia,
> Ivon
>


