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: drop and create tables in PL/SQL

Re: drop and create tables in PL/SQL

From: Marcin Wlodarski <mwlodars_at_ns1.wonlok.com.pl>
Date: Thu, 30 Dec 1999 14:37:22 GMT
Message-ID: <Pine.BSF.4.05.9912301554310.19858-100000@ns1.wonlok.com.pl>


You must use dynamic SQL (DBMS_SQL package is useful to do it).

					Greetings
						Marcin

On 30 Dec 1999, Dennis wrote:

> Dear all,
> I attempt to drop and create a table in PL/SQL, but PL/SQL doesn't
> support DDL commands. The Oracle-supplied package (DBMS_DDL) doesn't do
> this job either. Do you have any ideas? Thanks in advance.
>
> Dennis
>
>
>
>
Received on Thu Dec 30 1999 - 08:37:22 CST

Original text of this message

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