Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Package UTL_FILE Invalid Path

Re: Package UTL_FILE Invalid Path

From: Lando <MarkL_at_quebim.com>
Date: 1998/01/22
Message-ID: <34C796A4.27E81E32@quebim.com>#1/1

Try removing the last backslash from d:\temp

file_handlerin := utl_file_fopen('d:\temp', 'essai.txt', 'r');

thierry merlin wrote:

> Hi,
> I wrote this :
> DECLARE
> file_handlerin UTL_FILE.FILE_TYPE;
> BEGIN
> file_handlerin := UTL_FILE.FOPEN ('d:\temp\','essai.txt','r');
>
> EXCEPTION
> WHEN NO_DATA_FOUND THEN DBMS_OUTPUT.PUT_LINE('No

Stuff deleted.

> Already, "Invalid Path" appears. I don't know why ?
> I declare in Initbase.ora :
> UTL_FILE_DIR='d:\temp'
>
> Thank's for your help.
Received on Thu Jan 22 1998 - 00:00:00 CST

Original text of this message

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