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

Re: UTL_FILE package

From: Raghunath Sapuram <raghu_at_tkg.com>
Date: 1998/01/27
Message-ID: <34CE622F.1C497288@tkg.com>#1/1

I solved this problem on ORacle running on AIX by specifying the full path name for the file (even though I had the directory specified as the location). You may want to try this.

hFile = UTL_FILE.fopen('/exports/home/mydir/', '/exports/home/mydir/myfile', 'r'); Received on Tue Jan 27 1998 - 00:00:00 CST

Original text of this message

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