Home » Server Options » Data Guard » Recover Physical Standby Database Error (Oracle 11g database enterprise - 11.2.0.4.0 - RHEL 6)
|
|
|
|
Re: Recover Physical Standby Database Error [message #681566 is a reply to message #681564] |
Tue, 04 August 2020 10:22   |
 |
keenweng2001
Messages: 9 Registered: August 2020
|
Junior Member |
|
|
i have try using recover with current logfile option but same error . I could not start the redo transport. I try apply-off and apply-on in DGMGRL but it still showing Redo apply is stopped .
i think i need to resolve this error : ORA-16086 first before performing the recovery again . When can i find the exact problem when transferring the log file to standby server ? any trace log ?
DGMGRL> show configuration
Configuration - uat_dgConfig
Protection Mode: MaxAvailability
Databases:
uat - Primary database
Error: ORA-16810: multiple errors or warnings detected for the database
uat1 - Physical standby database
Error: ORA-16810: multiple errors or warnings detected for the database
Fast-Start Failover: DISABLED
Configuration Status:
ERROR
DGMGRL> show database uat1
Database - uat1
Role: PHYSICAL STANDBY
Intended State: APPLY-ON
Transport Lag: (unknown)
Apply Lag: 868 days 23 hours 2 minutes 25 seconds (computed 137 seconds ago)
Apply Rate: (unknown)
Real Time Query: OFF
Instance(s):
uat1
Database Error(s):
ORA-16766: Redo Apply is stopped
Database Status:
ERROR
SYS@uat>select dest_id, status, error from v$archive_dest where target='Y';
DEST_ID STATUS ERROR
-----------------------------------------------------------------
2 ERROR ORA-16086: Redo data cannot be written to the standby redo log
SQL> SELECT group#, type, member FROM v$logfile WHERE type = 'STANDBY' order by group#;
GROUP# TYPE MEMBER
--------------------------------------------------------------------------------
4 STANDBY /u01/app/oracle/oradata/uat/stndbyuat_01.log
5 STANDBY /u01/app/oracle/oradata/uat/stndbyuat_02.log
6 STANDBY /u01/app/oracle/oradata/uat/stndbyuat_03.log
7 STANDBY /u01/app/oracle/oradata/uat/stndbyuat_04.log
SQL> column DBID format a20
SQL> SELECT group#, dbid, thread#, sequence#, status FROM v$standby_log;
GROUP# DBID THREAD# SEQUENCE# STATUS
---------- -------------------- ---------- ---------- ----------
4 UNASSIGNED 0 0 UNASSIGNED
5 UNASSIGNED 0 0 UNASSIGNED
6 UNASSIGNED 0 0 UNASSIGNED
7 UNASSIGNED 0 0 UNASSIGNED
[Updated on: Tue, 04 August 2020 10:24] Report message to a moderator
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Tue Mar 11 12:02:03 CDT 2025
|