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: <344F136F.F6DF45CF@ipgrup.com>#1/1

    Hi !!

Dan Clamage wrote:

> create a file unique for that user and write it to the server in the
> specified UTL_FILE_DIR directory. You can use the user name or the
> unique
> session id, or both (to distinguish the user logged in twice).
> > In my utility I need to write stuff out to a file. I want to
> > use the UTL_FILE package.
> > Then I try the FOPEN file with a directory on my client box

I saw you are using the UTL_FILE package...

    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 !!! Received on Thu Oct 23 1997 - 00:00:00 CDT

Original text of this message

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