PROBLEM:

We have observed below error in dgmgrl :

DGMGRL> show database prdstby

Database - prdstby

Role: PHYSICAL STANDBY
Intended State: APPLY-ON
Transport Lag: 9 minutes 24 seconds (computed 0 seconds ago)
Apply Lag: 9 minutes 24 seconds (computed 0 seconds ago)
Average Apply Rate: 488.00 KByte/s
Real Time Query: ON
Instance(s):
prdstby

Database Warning(s):
ORA-16853: apply lag has exceeded specified threshold
ORA-16855: transport lag has exceeded specified threshold

Database Status:
WARNING

DGMGRL> show configuration

Configuration - dg_config_PRD

Protection Mode: MaxPerformance
Members:
ne - Primary database
prdby - Physical standby database
prdstby - Physical standby database
Warning: ORA-16809: multiple warnings detected for the member

Fast-Start Failover: DISABLED

SOLUTION:

1.Check for the delaymin parametr:

DGMGRL> show database verbose prdstby DelayMins
DelayMins = -0-

2. Change the value to a higher value

DGMGRL> edit database prdstby set property DelayMins=15;
Property -delaymins" updated
DGMGRL>

3. Now check again:

DGMGRL> show database prdstby

Database - prdstby

Role: PHYSICAL STANDBY
Intended State: APPLY-ON
Transport Lag: 0 seconds (computed 0 seconds ago)
Apply Lag: 0 seconds (computed 0 seconds ago)
Average Apply Rate: 502.00 KByte/s
Real Time Query: ON
Instance(s):
prdstby

Database Status:
SUCCESS

 

 

 

dgmgrlORA- TROUBLESHOOTING


Related Topics

ORA-30034: Undo tablespace cannot be specified as temporary tablespace
ORA-32771: cannot add file to bigfile tablespace
ORA-16855: transport lag has exceeded specified threshold
ORA-02304: invalid object identifier literal while import with CREATE TYPE OID
ORA-32774: more than one file was specified for bigfile tablespace
ORA-01536: space quota exceeded for tablespace
TNS-12542: TNS:address already in use
ORA-20101: TABLESPACE is not a ASSM (Automatic Segment Space Management) tablespace
TNS-01106: Listener using listener name has already been started
ORA-32773: operation not supported for smallfile tablespace

You May Also Like

How to flashback a Pluggable database ( PDB) in oracle 12.2
How to find weblogic version in oracle weblogic 12
TRUST_EXISTING_TABLE_PARTITIONS in oracle 12.2 datapump
Schema replication using oracle goldengate
How to install oracle client in silent mode using response file
How to create encrypted tablespace in PDB( oracle 12c)
Generate custom report from OEM cloud control
resumable_timeout parameter in oracle database
How to add a tempfile in primary database in dataguard
Ansible script to run script on remote server and fetch the output

From This Website

Shared Pool Advisory in oracle
How to generate AWR report in RAC
Generate custom report from OEM cloud control
ORA-30034: Undo tablespace cannot be specified as temporary tablespace
Oswatcher tool for collecting server diagnostic information
How to change sysman password for oracle 12c cloud control
Multinode Hadoop installation steps
Steps To Set Up Master Slave Replication in MySQL
Standby redologs in oracle dataguard
Purge AUD$ table using DBMS_AUDIT_MGMT