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

You May Also Like

How to change sysman password for oracle 12c cloud control
How to recreate MGMT database in ORACLE 12C GRID
ERROR: No checkpoint table specified for ADD REPLICAT
Apply patch on oracle 12.2 database ( Release update)
Alert log rotation script in oracle
How to install postgres database on mac os/linux
DEFERRED_SEGMENT_CREATION parameter in oracle
Setting up Table replication in oracle goldengate
SET ROWLIMIT in oracle 18C - New feature
What is colored sql_id in dba_hist_colored_sql

From This Website

Shell script to monitor goldengate process
EMCLI command - OEM 12C
How to change the case (Lower to Upper and Vice Versa) in R
DBMS_PARALLEL_EXECUTE in oracle PL/SQL
How to get the execution plan for a SQL between two AWR snapshots
Purge AUD$ table using DBMS_AUDIT_MGMT
How to generate AWR report in RAC
shell script for file system alert
How to Read CSV files in R studio
Important views in For Oracle DBA in daily usage