Configuring Database Resynchronization

Set up Oracle databases resynchronization.

  1. Stop replication processing by suspending Replication Agent.
  2. Place Replication Server in resync mode. While in resync mode, Replication Server skips transactions and purges replication data from replication queues in anticipation of the replicate database being repopulated from a dump taken from the primary database or trusted source.
  3. Obtain a dump from the primary database.
  4. Restart Replication Agent and send a resync database marker to Replication Server to indicate that a resynchronization effort is in progress.

    When Replication Server detects a dump marker that indicates the completion of the primary database dump, Replication Server stops skipping transactions and can determine which transactions to apply to the replicate database.

  5. Apply the dump to the replicate database.
  6. Reinitialize the replicate database.
  7. Resume replication.

You must use commands and parameters from both Replication Server and Replication Agent for Oracle for database resynchronization.

Related concepts
Database Resynchronization Scenarios