Oracle TSDP$DATAPUMP
Version 23ai

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

Oracle Database 26ai is now availble. If you haven't you downloaded already: Why?
Purpose Internal DataPump support package for Transparent Sensitive Data Management
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
AMGT$DATAPUMP
DataPump Executable
DBMS_DATAPUMP_INT
DBMS_DATAPUMP_UTL
DBMS_TSDP_MANAGE
DBMS_TSDP_PROTECT
Export
Import
KUPCC
KUPD$DATA_INT
OLS$DATAPUMP
PSTDY_DATAPUMP_SUPPORT
SQLFW$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