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

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

Re: Re : UTL_FILE

From: Yong Huang <yong321_at_yahoo.com>
Date: 30 Nov 2002 13:30:40 -0800
Message-ID: <b3cb12d6.0211301330.1ebc0c30@posting.google.com>


damorgan <damorgan_at_exesolutions.com> wrote in message news:<3DE7B40E.BF2D2E82_at_exesolutions.com>...
> No. You need to specify each directory individually.
>
> utl_file_dir = C:\dev\client
> utl_file_dir = C:\dev\client\sub1
> utl_file_dir = C:\dev\client\sub2
>
> Just stack up the utl_file_dir statements one after the other.

That's what the documentation says. But if you put them on one line like this: utl_file_dir = c:\temp,d:\temp, it still works.

Yong Huang Received on Sat Nov 30 2002 - 15:30:40 CST

Original text of this message

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