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: UTL_FILE Package on client

Re: UTL_FILE Package on client

From: Mark Gumbs <mgumbs_at_hotmail.com>
Date: Fri, 19 Mar 1999 09:45:25 -0000
Message-ID: <36f21bdc.0@145.227.194.253>


UTL_FILE is a server side thing.
If you are using Forms, try using TEXT_IO which is the client side version of UTL_FILE (so to speak). Syntax is apparently similar.

Mark


Georg Hirber wrote in message
<01be71e8$d6f0a8c0$1605350a_at_georg.se-nord.provinz.bz.it>...
>Hi, I try to use the UTL_FILE-package on the client side.
>When I open a file on the client PC (fopen('c:\work','first.txt','w'),
>there rises an exception 'invalid path'.
>Can I open files only on the server machine (because the package lies in
>the serverdb on the server machine), or can I open files on the client too
>? Must I have specific privileges ?
>Thanks, Georg Hirber
Received on Fri Mar 19 1999 - 03:45:25 CST

Original text of this message

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