Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Does Partition DDL generate redologs?
Maxim Demenko wrote:
> DA Morgan schrieb:
>
>> Maxim Demenko wrote: >> >>> Maybe i misunderstood your intention, but if you are going to >>> exchange partitions with tables in different databases - it is not >>> implemented yet ;-) >>> >>> Best regards >>> >>> Maxim >> >> >> >> Unless I am misunderstanding you, and the OP, it most certainly is. >> >> Might I ask for a clarification of what you think can not be done. >> >> Thanks.
From Morgan's Library:
Convert A Partition Into A Stand-alone Table
ALTER TABLE sales
EXCHANGE PARTITION feb97 WITH TABLE sales_feb97
INCLUDING INDEXES
WITHOUT VALIDATION
EXCEPTIONS INTO uwclass.problems;
One can also convert a stand-alone table into a partition of a partitioned table.
So I'm seeing the ability to go either way and am trying to figure out what you are saying can not be done.
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Wed Jun 29 2005 - 00:37:11 CDT
![]() |
![]() |