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: The use of the UTL_FILE package within PL/SQL [URGENT!!!]

Re: The use of the UTL_FILE package within PL/SQL [URGENT!!!]

From: Rab Boyce <Rab_at_MythSys.Demon.Co.Uk>
Date: Mon, 21 Dec 1998 10:28:03 GMT
Message-ID: <01be2ccc$a2adc400$3cb6eba1@gandalf>


The path specified must be relative to the server. Not the client.

Urmila & Hazi Mistry <urmila.humsoft_at_force9.co.uk> wrote in article <75l4b4$un0$1_at_news1.force9.net>...
> I seem to be having problems trying to use the FOPEN function from the
> UTL_FILE package provided by Oracle 7.3.3 - please help...
> I have tried the following PL/SQL on my client machine:
> DECLARE
> file_number utl_file.file_type;
> BEGIN
> file_number := utl_file.fopen('c:\orawin95\bin', 'text.txt', 'w');
> END;

> ANY IDEAS???
> Urmila
>
>
>
>
Received on Mon Dec 21 1998 - 04:28:03 CST

Original text of this message

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