Updated on 2023-01-05 GMT+08:00

Checking the Physical Standby Database

Oracle Synchronization

Table 1 Physical standby database check

Check Item

Physical standby database check

Description

If the source Oracle database is in the incremental migration phase, the instance type of the source must be the same as that of the destination. Otherwise, the migration fails.

Item to Be Confirmed and Handling Suggestion

Item to be confirmed:

  1. The physical standby database does not generate logs. It replicates them from the primary database. Check whether supplemental logging of the primary database meets the incremental synchronization requirements.

    Handling suggestion: For details, see How Do I Check Supplemental Logging of the Source Oracle Database?

  2. The physical standby database does not generate logs, resulting in synchronization task delay. You can shorten the interval for archiving logs from the primary database to the physical standby database. However, extremely low values can result in a large number of logs, so your advised to synchronize data from the logical standby database. Run the following statement on the primary database to specify the log archive interval:
    alter system set archive_lag_target=seconds;