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

Home -> Community -> Usenet -> c.d.o.server -> Re: Procedure "fopen" in the utl_file package

Re: Procedure "fopen" in the utl_file package

From: Fred Hirschfeld <johndoe_at_microsoft.com>
Date: 1997/10/14
Message-ID: <6216bn$i4q$1@news.bc>#1/1

>Lets say I am trying to open the file "ray.txt" in the "d:\raytemp"
>directory. Can someone tell me how to properly specified the path and
>the file name?

Then you must use UTL_FILE_DIR = d:\raytemp\ in the init.ora of the database. NOTE: you can have multiples of this UTL_FILE_DIR parameter, and the trailing slash at the end is very important...

--
    Cheers Fred
----------------------------------------------------------------------------
-----------------
Fred Hirschfeld                                      Sierra Systems
Consultants Inc
fhirsch_at_rogers.wave.ca                          Vancouver, BC (604)688-1371

http://www.sierrasys.com/
Received on Tue Oct 14 1997 - 00:00:00 CDT

Original text of this message

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