Oracle DBMS_PDB_APP_CON
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 Moves data between partitions in a partitioned table.

In version 18.3 this was an orphaned package header with PDB Application Container related constants. In 19c it was modified to include the MOVE_DATAMOVE_DATA procedure.
AUTHID CURRENT_USER
Constants
Name Data Type Value
SYNC_ERROR_NOT_OK NUMBER 1
SYNC_ERROR_OK_ON_RETRY NUMBER 2
SYNC_ERROR_OK_ALWAYS NUMBER 3
SYNC_RETRY NUMBER 1
Dependencies Only STANDARD
Documented No
First Available 19c ... see Purpose statement above
Security Model Owned by SYS with EXECUTE granted to the EXECUTE_CATALOG_ROLE role
Source {ORACLE_HOME}/rdbms/admin/dbmsappcon.sql
Subprograms
MOVE_DATA    
 
MOVE_DATAMOVE_DATA
Use to move data between partitions after split partition on container map partitions. Data movement is for PDBs in the same CDB and intra CDB dblinks should be enabled before calling this proc. Movement will be according to the map constraints and data will be moved from old to new only. This proc affects all container_map enabled tables. dbms_pdb_app_con.move_data(
old_partition_name IN VARCHAR2,
new_partition_name IN VARCHAR2);
exec dbms_pdb_app_con.move_data('MAPPED_PART_OLD', 'MAPPED_PART_NEW');

Related Topics
Built-in Functions
Built-in Packages
DBMS_APPLICATION
DBMS_PDB
DBMS_PDB_ALTER_SHARING
DBMS_PDB_EXEC_SQL
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