Oracle Data Guard MPR Process
Stop the managed recovery process (MRP) on the physical standby using broker (DGMGRL)
DGMGRL> edit database XTSTBY set state=APPLY-OFF;
Succeeded.
Using broker (DGMGRL), start the managed recovery process (MRP).
DGMGRL> edit database XTSTBY set state=APPLY-ON;
Succeeded.
Comments
Post a Comment