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

host out of pl-sql

From: Thiko <biwombi_at_hotmail.com>
Date: 18 Jul 2001 08:22:22 -0700
Message-ID: <b8d3b40c.0107180722.6b6d95b0@posting.google.com>

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 - 10:22:22 CDT

Original text of this message

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