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: host out of pl-sql

Re: host out of pl-sql

From: Rich Foster <richafoster_at_hotmail.com>
Date: Thu, 19 Jul 2001 02:29:55 GMT
Message-ID: <3B564753.652AD325@hotmail.com>

Thiko,

I don't believe that you can do that directly. Take a look at external procedures or Java Stored Procedures to interact with the OS.

Rich

Thiko wrote:

> can one host out of a pl-sql block?
>
> e.g.
>
> DECLARE
> ....
> BEGIN
> ....
> IF .... > 0 THEN host run exportscriptfile;
> END IF;
> COMMIT;
> END;
  Received on Wed Jul 18 2001 - 21:29:55 CDT

Original text of this message

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