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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Procedures

Re: Procedures

From: EdwardP <member_at_dbforums.com>
Date: 10 Jan 2002 16:13:23 -0500
Message-ID: <3c3e03f3$1@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 - 15:13:23 CST

Original text of this message

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