Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

impdp table_exists_action=append inserting data into default partition - oracle 11.2.0.4

DeepCApr 27 2020 — edited Apr 28 2020

Hi Experts,

We are exporting a partitioned table from a database and want to import the table onto another database. In source database we have 5 partitions and all partitions having data, except default one. In the target database, we started inserting records, so , two new partitions created,which not exist in source database.

Now, we are importing the source data onto the target database table ,since we don't want to lose existing data, so, using table_exists_actions =append, but, all data from the source database got inserted into the default partition of the target table. Wonder, what can be done, so that instead of getting all source data inserted into default partition of the target, the partitions of source table should get created in the target table as well, without loosing existing data.

Comments
Post Details
Added on Apr 27 2020
7 comments
1,115 views