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: UTL_FILE pkg and client side woes

Re: UTL_FILE pkg and client side woes

From: Jordi Bellver <jbellver_at_ipgrup.com>
Date: 1997/10/23
Message-ID: <344F2168.5CC166B8@ipgrup.com>#1/1

    Finally I solved my littel problem:

    The question was that in UTL_FILE_DIR must contain all paths that you want to have acces, not a relative path.

    If you want to read comething from path1, path1 must be in UTL_FILE_DIR, and FOPEN must contain AGAIN path1.

> I've some problems specifiying the paths:
>
> I have my UTL_FILE_DIR (in the server) as /tmp (scratch)
>
> When I make a fitxer:=utl_file.fopen('','00_index.txt','w');
>
> ... what must I put in the path ? (first argument)
>
> I tryed '.', './', NULL, etc !!!

   bye Received on Thu Oct 23 1997 - 00:00:00 CDT

Original text of this message

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