Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Setting up Standby Database / Dataguard

PeterNKSep 28 2017 — edited Oct 4 2017

Hello,

I am trying to create a physical standby database with Data Guard.  I am following setup instructions (https://docs.oracle.com/database/121/SBYDB/create_ps.htm#SBYDB00424).

When I get to the last step, '3.2.7 Creating a Physical Standby Task 7: Verify the Physical Standby Database Is Performing Properly', and run the query

SQL> SELECT CLIENT_PROCESS, PROCESS, THREAD#, SEQUENCE#, STATUS FROM

V$MANAGED_STANDBY WHERE CLIENT_PROCESS='LGWR' OR PROCESS='MRP0';

I get

CLIENT_PROCESS PROCESS THREAD# SEQUENCE# STATUS

--------------------------- --------------- -------------- ------------------ -----------------------

N/A                            MRP0         1                31                   WAIT_FOR_LOG

instead of

CLIENT_PROCESS PROCESS THREAD# SEQUENCE# STATUS

--------------------------- --------------- -------------- ------------------ -----------------------

N/A                           MRP0          1               80                   APPLYING_LOG

LGWR                      RFS             1               80                   IDLE

So I do not believe I have it working correctly.

Any suggestions on what I should look at?

Thank you in advance

This post has been answered by PeterNK on Oct 4 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 1 2017
Added on Sep 28 2017
13 comments
1,255 views