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: Directory in UTL_FILE Operation

Re: Directory in UTL_FILE Operation

From: Boobie <boobie.clj_at_mailnull.com>
Date: Tue, 4 Oct 2005 17:21:59 -0400
Message-ID: <dhurfj$eh4$1@reader1.panix.com>

"Boobie"
> create directory utl_dir as '/mnt/hgfs/temp';
>
> Is it possible to use "utl_dir" in utl_file operations (instead of the
> '/mnt/hgfs/temp') ?
>
> Thanks
>
>
>

utl_file.fopen('UTL_DIR', 'mytestutlfile.txt', 'w'); Received on Tue Oct 04 2005 - 16:21:59 CDT

Original text of this message

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