To use the Data Pump API, you use the procedures provided in the DBMS_DATAPUMP
package. The following steps list the basic activities involved in using the Data Pump API. The steps are presented in the order in which the activities would generally be performed:
DBMS_DATAPUMP
.OPEN
procedure to create a Data Pump job and its infrastructure.These concepts are illustrated in the examples provided in the next section.
Oracle Database PL/SQL Packages and Types Reference for a complete description of the DBMS_DATAPUMP
package