Synchronization Steps (EP2 7.5) - Perceptive Content Database Upgrade Package for Oracle Server - Foundation 24.1 - Foundation 24.1 - Ready - Perceptive Content - external

Perceptive Content Database Upgrade Package for Oracle Server

Platform
Perceptive Content
Product
Perceptive Content Database Upgrade Package for Oracle Server
Release
Foundation 24.1
License

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.