Part I Oracle Data Pump
Learn about data movement options using Oracle Data Pump Export, Oracle Data Pump
Import, legacy mode, performance, and the Oracle Data Pump API
DBMS_DATAPUMP
.
- Overview of Oracle Data Pump
Oracle Data Pump technology enables very high-speed movement of data and metadata from one database to another. - Oracle Data Pump Export
The Oracle Data Pump Export utility is used to unload data and metadata into a set of operating system files, which are called a dump file set. - Oracle Data Pump Import
With Oracle Data Pump Import, you can load an export dump file set into a target database, or load a target database directly from a source database with no intervening files. - Oracle Data Pump Legacy Mode
With Oracle Data Pump legacy mode, you can use original Export and Import parameters on the Oracle Data Pump Export and Data Pump Import command lines. - Oracle Data Pump Performance
Learn how Oracle Data Pump Export and Import is better than that of original Export and Import, and how to enhance performance of export and import operations. - Using the Oracle Data Pump API
You can automate data movement operations by using the Oracle Data Pump PL/SQL APIDBMS_DATAPUMP
.