Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: help:dropping a table in PL/SQL?

Re: help:dropping a table in PL/SQL?

From: Klaus Zeuch <KZeuchnospam_at_hotmail.com>
Date: Mon, 22 Jan 2001 12:00:24 +0100
Message-ID: <94h72j$abu$1@papyrus.erlm.siemens.de>

If you are on 8i:

execute immediate 'drop table xyz';

prior versions: use dbms_sql package

Klaus

Simon Palmer <simon_at_metech.com.au> schrieb in im Newsbeitrag: 4SPa6.3052$cF2.63071_at_ozemail.com.au...
> is it possible to drop a table in PL/SQL?
> how can i do it?
>
> Thanx,
> Simon
>
>
Received on Mon Jan 22 2001 - 05:00:24 CST

Original text of this message

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