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: Any way to "conditionally" drop a table?

Re: Any way to "conditionally" drop a table?

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Mon, 27 Oct 2003 17:34:32 -0800
Message-ID: <1067304888.881013@yasure>


Scott Watson wrote:

>Try creating a callable statement and then execute something like the following.
>
>"begin drop table tablename cascade constraints; exceptions when others then null; end;"
>
>Hth
>Scott Watson.
>
>
>

Did you try this before you suggested it?

And in answer to that rhetorical question ... why did you post it?

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Mon Oct 27 2003 - 19:34:32 CST

Original text of this message

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