Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: UTL_FILE problems
<snip>
>UTL_FILE.FOPEN('/apps/xacct/Reports/','test1.txt','A');
Did you add the above path to the initmydb.ora file? (mydb is the name of
your database)
If not, it should be listed like this:
UTL_FILE_DIR = /apps/xacct/reports
Otherwise you could try removing the trailing slash in the path or writing the 'A' as lower case. I'm not sure this may be causing problems though.
Paul Received on Fri Jun 16 2000 - 00:00:00 CDT
![]() |
![]() |