Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When a new table is added to the replication, it is usually necessary to ensure that the historical data is in the target table before the replication starts. To ensure there is no gap between loading the historical data and starting the replication, we recommend the following steps:

  1. Pause the replication apply process (PAUSE MINEAPPLY)
  2. PREPARE the new table. Dbvisit Replicate will give the SCN of where the table will be replicated from.
  3. Use the SCN from step 2 to load the historical data (Example use datapump with flashback_scn=xxx)
  4. Resume the replication (RESUME MINEAPPLY)

Adding new schemas

 

Removing tables & schemas

...