Applies to upgrades with a starting schema version less than 7.5.0.0.
The synchronization framework supports the propagation of data between the source (IN_DOC) and destination (NEW_DOC) tables, which facilitate the uptime column modifications and data population and index creation of the new version of the IN_DOC table.
Note: The following steps are executed automatically when
UPGRADE_SETUP is executed if the schema version is less than 7.5.0.0 and therefore does
not need to be manually executed.
- To create and populate the IN_DB_UPGRADE_CONTROL_SYNC table, execute the
following procedure.
EXECUTE IN_DB_UPGRADE.SYNC_SETUP('IN_DOC')
- To create the synchronization framework for th IN_DOC table, execute the
following procedure.
EXECUTE IN_DB_UPGRADE.SYNC_SETUP_IN_DOC