0

In oracle 10g, In Data Pump I am Exporting and Importing a 5GB table from source to destination. In the 5Gb table the data is added and some rows are updated. This time I need to only export and import changed data and updated data, but not the entire 5GB of data.

1 Answers1

0

Data Pump can append data to an existing table, or "overwrite" it (truncate, replace). It can not insert AND update (merge) data.

Balazs Papp
  • 526
  • 2
  • 12