Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Any way to disable a partition?
On Mon, 05 Jul 2004 00:25:36 -0700, wy wrote:
>
> If I only make the tablespace offline,full table access will fail.
>
> Any suggestions?
Exchange partitions.
alter table eggs exchange partition omlet with table chicken;
If table chicken was empty before, it will contain all the data from partition omlet. Parition omlet will be emptied, much to the delight of this forum.
-- Well-behaved women seldom make historyReceived on Mon Jul 05 2004 - 03:13:29 CDT
![]() |
![]() |