Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 oracle 10g 中,在数据泵中,我正在将 5GB 表从源导出和导入到目标。在 5Gb 表中,添加了数据并更新了一些行。这次我只需要导出和导入更改的数据和更新的数据,而不是整个 5GB 的数据。
数据泵可以将数据附加到现有表中,或“覆盖”它(截断、替换)。它不能插入和更新(合并)数据。