Re: UTL_FILE package

From: Raghunath Sapuram <raghu_at_tkg.com>
Date: 1998/01/27
Message-ID: <34CE622F.1C497288_at_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 CET

Original text of this message