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: Knut Talman <knut.talman_at_mytoys.de>
Date: Fri, 14 Jun 2002 20:03:47 +0200
Message-ID: <aedbad$dgb$1@crusher.de.colt.net>


"ryan" <ryankwok_at_ht.com> wrote in message news:<aeblqo$bjv$1_at_tenorhorn.hk.dyxnet.com>...

> How can i delete a file from file system when i call the stored procedure?

You can also write a little C lib which uses system() to execute OS commands for you (I don't know your OS and your Oracle version, damn crystal ball). Of course, this has some security drawbacks.

Regards,

Knut Received on Fri Jun 14 2002 - 13:03:47 CDT

Original text of this message

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