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 tables in PL/SQL

Re: DROP tables in PL/SQL

From: Fabrizio Magni <fabrizio.magni_at_mycontinent.com>
Date: Tue, 29 Nov 2005 11:43:22 +0100
Message-ID: <438c30ca$0$68230$892e7fe2@authen.yellow.readfreenews.net>


Try with:

execute immediate 'drop table xxx';

Regards

-- 
Fabrizio Magni

fabrizio.magni_at_mycontinent.com

replace mycontinent with europe
Received on Tue Nov 29 2005 - 04:43:22 CST

Original text of this message

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