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 table

Re: drop table

From: Vagelis N via OracleMonster.com <forum_at_OracleMonster.com>
Date: Fri, 17 Dec 2004 09:48:23 GMT
Message-ID: <ce63461cc3dc430688e05890c47993a6@OracleMonster.com>


An alternative that works with older versions of oracle is to rename the table instead of dropping it. "Alter table a rename to aa".
Be aware the in this case all the constaints of the table remain active.

-- 
Message posted via http://www.oraclemonster.com
Received on Fri Dec 17 2004 - 03:48:23 CST

Original text of this message

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