Hi all
i have created a standby database and log sequence on the primary and standby are not in sync.
Primary= 14211
standby=14204
When I checked the alert log there is no error mesage not

PROCESS STATUS CLIENT_P SEQUENCE# BLOCK# ACTIVE_AGENTS KNOWN_AGENTS
--------- ------------ -------- ---------- ---------- ------------- ------------
ARCH CONNECTED ARCH 0 0 0 0
ARCH CONNECTED ARCH 0 0 0 0
MRP0 WAIT_FOR_LOG N/A 14205 0 0 0

The following statement also is showing that dest_id 3 which the standby in question destination is "inactive"


SQL> select dest_id, status from v$archive_dest;

DEST_ID STATUS
---------- ---------
1 VALID
2 VALID
3 INACTIVE
4 INACTIVE
5 INACTIVE

What to do when MRP0 WAIT_FOR_LOG ?
Please advise
Thanks