Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: The use of the UTL_FILE package within PL/SQL [URGENT!!!]
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
![]() |
![]() |