Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Maintaining the BMCXCOPY table
Control table expansion by reviewing BMCXCOPY periodically and deleting old rows and orphaned rows.
To control expansion of the BMCXCOPY table
To delete all rows from the BMCXCOPY table that are older than 30 days, run an SQL DELETE statement, using the following statement as an example:
DELETE FROM <creatorName>.CMN_BMCXCOPY WHERE DAYS(CURRENT TIMESTAMP) - DAYS(TIMESTAMP) > 30;
To delete orphaned rows from the BMCXCOPY table, use the XCOPYDEL option on a MODIFY job. For more information, see OPTIONS-syntax-option-description.