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: Accessing files from PL/SQL

Re: Accessing files from PL/SQL

From: Michel Cadot <micadot_at_netcourrier.com>
Date: Wed, 2 Feb 2000 14:59:05 +0100
Message-ID: <879d79$172$1@news2.isdnet.net>


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_at_kpn.com> a écrit dans le message : 879b95$89k$1_at_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
>
Received on Wed Feb 02 2000 - 07:59:05 CST

Original text of this message

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