Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: UTL_FILE package
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
![]() |
![]() |