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: How to delete file from PL/SQL

Re: How to delete file from PL/SQL

From: David Simpson <dsimpson_at_dotcomsolutionsinc.net>
Date: Fri, 14 Jun 2002 13:43:38 GMT
Message-ID: <eqmO8.30829$R61.2855@rwcrnsc52.ops.asp.att.net>


In order to access the file system from PL/SQL you need to set the UTL_FILE_DIR parameter in the init.ora file to the directory where you want to access these files. Here is an example init.ora file where I do this: http://www.dotcomsolutionsinc.net/products/installgen/win_901_32bit_files/in stallgen_win901_24_.html

David Simpson
www.dotcomsolutionsinc.net

"ryan" <ryankwok_at_ht.com> wrote in message news:aeblqo$bjv$1_at_tenorhorn.hk.dyxnet.com...
> Hi,
>
> How can i delete a file from file system when i call the stored procedure?
>
> Thanks
> -Ryan
>
>
Received on Fri Jun 14 2002 - 08:43:38 CDT

Original text of this message

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