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: executing a list of DDL statements in one call

Re: executing a list of DDL statements in one call

From: Jarosław Palka <jarek_at_kamsoft.com.pl>
Date: Tue, 15 Jun 1999 08:38:10 +0200
Message-ID: <3765F4D2.D5B97336@kamsoft.com.pl>


> I need to execute several DDL statements, specifically CREATE OR
> REPLACE FUNCTION command (which is read from a file). PL/SQL begin ...
(...)
> Jerwynn Lee

dbms_utility.exec_ddl_statement('CREATE ...');  



Jaroslaw Palka <jarek_at_kamsoft.com.pl> P.I.KAMSOFT, Katowice tel./fax (+48 32)255-59-93, 256-37-58, 256-46-50 POLAND Received on Tue Jun 15 1999 - 01:38:10 CDT

Original text of this message

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