Re: using util_file

From: Jurij Modic <jmodic_at_src.si>
Date: Mon, 16 Nov 1998 22:26:59 GMT
Message-ID: <3650a3ce.2585799_at_news.siol.net>


On Mon, 16 Nov 1998 02:24:59 GMT, c.undieseastwood_at_gu.edu.au (Chris Eastwood) wrote:

>file_hd := UTL_FILE.FOPEN('/tmp/', 'bill.dat', 'W');

Remove the trailing slash from the "path" parameter, eg UTL_FILE.FOPEN('/tmp', 'bill.dat', 'W')

BTW, be sure to have this directory (or "*") specified in the UTL_FILE_DIR parameter of your initSID.ora file.

>
>Thanks
>
>See Ya
>(when bandwidth gets better ;-)
>
>Chris Eastwood
>Photographer, Programmer email ua.ude.ug.cti_at_doowtsae.c
>Motorcyclist and dingbat WWW http://chrise.itc.gu.edu.au

HTH, Jurij Modic <jmodic_at_src.si>
Certified Oracle7 DBA (OCP)



The above opinions are mine and do not represent any official standpoints of my employer Received on Mon Nov 16 1998 - 23:26:59 CET

Original text of this message