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
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);