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 disable a partition?

Re: Any way to disable a partition?

From: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Mon, 05 Jul 2004 08:13:29 GMT
Message-ID: <pan.2004.07.05.08.13.29.231866@sbcglobal.net>


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 history
Received on Mon Jul 05 2004 - 03:13:29 CDT

Original text of this message

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