Oracle DBMS_DATAPUMP_INT
Version 26ai

General Information
Library Note Morgan's Library Page Header
The best Oracle News for FY2026

Oracle Database 26ai will be available on generic Linux platforms in January and soon on AIX and Windows
Purpose Undocumented support for DataPump.
AUTHID DEFINER
Dependencies
DBMS_ASSERT KU$_DUMPFILESET KUPCC
DBMS_DATAPUMP KU$_JOBDESC KUPF$FILE
DBMS_LOCK KU$_JOBSTATUS KUPP$PROC
DBMS_OUTPUT KU$_PARAMVALUE KUPUTIL
DBMS_SYS_ERROR KU$_PARAMVALUES KUPV$FT_INT
DBMS_UTILITY KU$_WORKERSTATUS PLITBLM
KU$_DUMPFILE KU$_WORKERSTATUSLIST  
Documented No
First Available 12.2 (see note above)
Security Model Owned by SYS with EXECUTE granted to the EXECUTE_CATALOG_ROLE role
Source {ORACLE_HOME}/rdbms/admin/prvthdpi.plb
Subprograms
 
GET_DUMPFILESET
Returns information about a DataPump file set dbms_datapump_int.get_dumpfileset(
handle  IN NUMBER,
job_rec IN kupcc.dpapi_job_record)
RETURN SYS.KU$_DUMPFILESET;
TBD
 
GET_JOBDESC
Returns the description of a DataPump job dbms_datapump_int.get_jobdesc(
handle  IN NUMBER,
job_rec IN kupcc.dpapi_job_record)
RETURN sys.ku$_jobdesc;
TBD
 
GET_JOBSTATUS
Returns the status of a DataPump job dbms_datapump_int.get_jobstatus(
handle  IN NUMBER,
job_rec IN kupcc.dpapi_job_record)
RETURN sys.ku$_jobstatus;
TBD
 
GET_OBJECT_INFO
Returns information at the object level from a DataPump job dbms_datapump_int.get_object_info(
job_rec           IN  kupcc.dpapi_job_record,
object_owner      IN  VARCHAR2,
object_name       IN  VARCHAR2,
object_type       IN  VARCHAR2,
processing_status OUT VARCHAR2,
processing_state  OUT VARCHAR2);
TBD
 
GET_PARAMVALUES
Returns information about DataPump parameter values dbms_datapump_int.get_paramvalues(
handle  IN NUMBER,
job_rec IN kupcc.dpapi_job_record)
RETURN sys.ku$_paramvalues;
TBD
 
GET_WORKERSTATUSLIST
Returns an array of DataPump workers and their status dbms_datapump_int.get_workerstatuslist(
handle  IN NUMBER,
job_rec IN kupcc.dpapi_job_record)
RETURN sys.ku$_workerstatuslist;
TBD
 
SET_DEBUG
Enables/disables debugging dbms_datapump_int.set_debug(on_off IN BOOLEAN);
exec dbms_datapump_int.set_debug(TRUE);

PL/SQL procedure successfully completed.

Related Topics
AMGT$DATAPUMP
Built-in Functions
Built-in Packages
DataPump Executable
DBMS_DATAPUMP
DBMS_DATAPUMP_UTL
DBMS_MASTER_TABLE
DBMS_PSWMG_IMPORT
Export
Import
KUPD$DATA_INT
PSTDY_DATAPUMP_SUPPORT
Transportable Tablespaces
TSDP_DATAPUMP
What's New In 21c
What's New In 26ai

Morgan's Library Page Footer
This site is maintained by Daniel Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2026 Daniel A. Morgan All Rights Reserved