Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

 How do we resend a PLOG?

 A PLOG can be resent from the 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 APPLY processes
  2. In the console type (use the PLOG sequence instead of X):

    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 process
  5. Restart APPLY process if this was stopped

The following message in the log file may indicate that a PLOG needs to be resent if this message does not progress: 

WARN-2403: Incomplete PLOG X, but not an online log. Rerequesting it from mine, sleeping and trying again

 


 

  • No labels