ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
Purpose
Undocumented support for DataPump.
This package was dropped in 12.1.0 and reinstantiated in 12.2.0.
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
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);