Hello,
I have some list partitioned tables in schema A and want to move some data to partitioned tables in schema B - it is not a one time job.
While partition exchange sounds good IMHO it can't exchange partitions between partitioned tables.
- I might move data from table XY by exchanging partitions from A.XY to a non partitioned B.STAGE_XY and then to B.XY but then I have to do two exchanges and I have to maintain an additional table or
- I can create the new partition on B.XY, create an INSERT and execute as dynamic SQL and drop the partition from A.XY.
Any arguments pro/contra or maybe you know a different solution?
Marcus
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning option