Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: UTL_FILE problems

Re: UTL_FILE problems

From: Paul Bais <paul_at_a1.nl>
Date: 2000/06/16
Message-ID: <8icmku$hc8$1@news.a1.nl>#1/1

<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

Original text of this message

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