Oracle TSDP$DATAPUMP
Version 21c

General Information
Library Note Morgan's Library Page Header
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 Internal DataPump support package for Transparent Sensitive Data Management with DataPump
AUTHID DEFINER
Dependencies
COL$ DBMS_TSDP_PROTECT PLITBLM
DBMS_ASSERT OBJ$ USER$
DBMS_DATAPUMP    
Documented No
First Available 12.1
Security Model Owned by SYS with EXECUTE granted to the EXECUTE_CATALOG_ROLE role
Source {ORACLE_HOME}/rdbms/admin/dbmstsdpm.sql
 
INSTANCE_CALLOUT_IMP
Undocumented

But identical name and parameters found in PSTDY_DATAPUMP_SUPPORT
tsdp$datapump.instance_callout_imp(
obj_name   IN  VARCHAR2,
obj_schema IN  VARCHAR2,
obj_type   IN  NUMBER,
prepost    IN  PLS_INTEGER,
action     OUT VARCHAR2,
alt_name   OUT VARCHAR2);
DECLARE
 lAction  VARCHAR2(128);
 lAltName VARCHAR2(128);
 BEGIN
  tsdp$datapump.instance_callout_imp('MORGAN', 'C##ABC', 2, 0, lAction, lAltName);
  dbms_output.put_line('Action: ' || lAction);
  dbms_output.put_line('Alt. Name: ' || lAltName);
END;
/

Related Topics
AMGT$DATAPUMP
Built-in Functions
Built-in Packages
DataPump Executable
DBMS_DATAPUMP_INT
DBMS_DATAPUMP_UTL
DBMS_TSDP_MANAGE
DBMS_TSDP_PROTECT
Export
Import
KUPCC
KUPD$DATA_INT
PSTDY_DATAPUMP_SUPPORT
What's New In 21c
What's New In 23c

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