For how many years have you been working
with physical servers that are starving your database of the memory
necessary to deploy important new performance features such as the Result
Cache, Memoptimize Pool, In-Memory Aggregation, In-Memory Column Store, and
Full Database Caching? Too long? Contact me to learn how to improve all
queries ... not just some queries.
Purpose
Undocumented but appears to relate to Data Guard Physical Standby DataPump Support
AUTHID
DEFINER
Dependencies
DBMS_DATAPUMP
KU$_JOBDESC
KU$_STATUS
Documented
No
First Available
12.1.0
Security Model
Owned by SYS with EXECUTE granted to EXECUTE_CATALOG_ROLE role
Demo code doesn't fail but neither is there an output
But identical name and parameters found in TSDP$DATAPUMP
pstdy_datapump_support.instance_callout_imp(
obj_name IN VARCHAR2,
obj_schema IN VARCHAR2,
obj_type IN NUMBER,
prepost IN BINARY_INTEGER,
action OUT VARCHAR2,
alt_name OUT VARCHAR2);
Demo code doesn't fail but neither is there an output
pstdy_datapump_support.instance_export_action(
obj_name IN VARCHAR2,
obj_schema IN VARCHAR2,
obj_type IN NUMBER,
tgt_version IN VARCHAR2,
action OUT VARCHAR2,
alt_name OUT VARCHAR2,
where_clause OUT VARCHAR2);