Change the structure of a partitioned with expdp/impdp [message #323942] |
Fri, 30 May 2008 02:06 |
mafc73
Messages: 38 Registered: November 2006
|
Member |
|
|
I have to load a partitioned table from database A to database B, but I have to change the partition type in the process. I think that the only form to do this is exports rows from database A, after that create the table with the new partition type in database B and then with impdp imports only the rows. Can I automatize the process with expdp/impdp without create the table in B manually.
Thanks
|
|
|
|
|
|