DB2 provides other built-in procedures and features to move data within and between databases. These are as follows:
- SYSPROC.ADMIN_MOVE_TABLE (): Move the data in an active table into a new table object with the same name, while the data remains online and available for access
- SYSPROC.ADMIN_COPY_SCHEMA (): Copy a specific schema and all objects contained in it
- db2move: This data movement tool command facilitates the movement of large numbers of tables between DB2 databases