Oracle Database 26ai will be available on generic Linux platforms in January and soon on AIX and Windows
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.
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);