Applies to upgrades with a starting schema version less than 7.5.0.0.
The following procedures are used to manage the synchronization portion of the upgrade. For more details, refer to the SYNC_TABLE_IN_DOC usage notes and parameters section. Complete the following steps as needed.
- To synchronize the new version of the IN_DOC table (NEW_DOC) with the existing version (IN_DOC),
based on the rows in the staging table (SYNC_STAGE_DOC), execute the following
procedure. This procedure accepts the MAX_MINUTES parameter, among
others.
EXECUTE INUSER.IN_DB_UPGRADE.SYNC_TABLE_IN_DOC
- To view the current status of the synchronization between the source (IN_DOC) and destination
(NEW_DOC) tables, execute the following procedure.
EXECUTE IN_DB_UPGRADE.SYNC_GET_STATUS('IN_DOC')
The procedure displays a report on the current state, and history, and performance of the synchronization events.