Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: drop table
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.comReceived on Fri Dec 17 2004 - 03:48:23 CST
![]() |
![]() |