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