Versions Compared

Key

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

 How do we resend a plog?

 A plog can be resend from the mine process MINE process to the apply process by using an internal engine command. Please see API and Internal Commands for more information.

The process is:

  1. Stop the Mine and MINE and Apply process
  2. In the console type (use the plog sequence instead of X):

    No Format
    dbvrep> ENGINE MINE RESET TO PLOG X
  3. On the target database,
    run 
    SQL> delete dbvrep.dbrsapply_plog_history where sequence>=X;
  4. Restart Mine processMINE process
  5. Restart Apply process if this was stopped

...