Re: Procedures

From: EdwardP <member_at_dbforums.com>
Date: 10 Jan 2002 16:13:23 -0500
Message-ID: <3c3e03f3$1_at_usenetgateway.com>


With 8i I use:

str := 'drop table table_1';

EXECUTE IMMEDIATE str;

You may also want to check dbms_sql package.

-Edward

--

Posted via dBforums
http://dbforums.com Received on Thu Jan 10 2002 - 22:13:23 CET

Original text of this message