In This tutorial i'll be show you how to manage data pump and as well as how many way to many it in oracle 11g R2
This is server-based facility to manage high speed data and mata-data in oracle database.
This datapump infrastructure is callable via DBMS_DATAPUMP in PL/SQL package.
Oracle 11g database provide two tools as below,
This is server-based facility to manage high speed data and mata-data in oracle database.
This datapump infrastructure is callable via DBMS_DATAPUMP in PL/SQL package.
Oracle 11g database provide two tools as below,
- Through command line.
- EXPDP
- IMPDP
- Through web based called grid infrastructure.
- Data selection and Fine-grained.
- Parallel execution.
- Explicit specification of database version.
- Network mode in distributed environment.
- Estimation of export job space consumption.
- Remapping capabilities.
- Compression of data during a data pump export.
- Data and Metadata compression.
- Ability to export XML type data as CLOB.
- Legacy mode to support old import and export files.