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: OS file

Re: OS file

From: MF <mf_at_mf.com>
Date: Wed, 10 Jun 1998 19:51:27 +0200
Message-ID: <6lmgtj$i9k$1@server-b.cs.interbusiness.it>


Hmmm. I don't think it's possible to write a file on the CLIENT. UTL_FILE writes a file on the SERVER
the path d:/... doesn't exist on the server....

Jinshu Zhang wrote in message <3579D89C.1C81F866_at_vt.edu>...
>Hi Every One
>I'm a freshman in PL/SQL. I met a problem when attempt to write a client
>side os file.
>Following is the program. It's a SQL Plus script.
>
>
>f_handle utl_file.file_type;
>path varchar2(40) :='d:\tapeload';
>fn varchar2(40) :='t6.dat';

...
>I always got following error.
>
>invalid_path

...
>I'm using ORACLE7 and Sql Plus 3.3w. And the DATABASE is on a remote
>unix server, my local OS is NT4.0.
>The path(d:\tapeload) and file(t6.dat) exist on local PC.
Received on Wed Jun 10 1998 - 12:51:27 CDT

Original text of this message

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