Which has the higher priority in your organization: Deploying a new database or securing the ones you already have?
Looking for a website, and resources, dedicated solely to securing Oracle databases? Check out DBSecWorx.
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);