June 2018
Intermediate to advanced
478 pages
10h 52m
English
The procedure ADMIN_MOVE_TABLE_UTIL can be used to adjust a running ADMIN_MOVE_TABLE procedure attribute. The ADMIN_MOVE_TABLE procedure must be running under the authority of the user executing ADMIN_MOVE_TABLE_UTIL. The procedure modifies values in the ADMIN_MOVE_TABLE protocol table. The syntax of the call is as follows:
SYSPROC.ADMIN_MOVE_TABLE_UTIL ([TableSchema], [TableName], [Action], [Key], [Value])
Let's review a use case. Move the table ERP.EMPLOYEE, keeping the table in the same tablespace(s). Before the COPY phase, set the commit frequency to 20 to keep log usage low:
CALL SYSPROC.ADMIN_MOVE_TABLE -- Starts the Move ('ERP','EMPLOYEE','','','','','','','','','INIT'); CALL SYSPROC.ADMIN_MOVE_TABLE_UTIL ...Read now
Unlock full access