12cR2 RAC+RAC+ADG ORA-16854

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了12cR2 RAC+RAC+ADG ORA-16854相关的知识,希望对你有一定的参考价值。

近期在某银行生产搭建了一套RAC+RAC+ADG+BROKER的生产系统,遇到了不少坑,再此做一个记录。大家有疑问,可以给我留言,一起讨论学习。

1、环境描述
Oralce 12cR2 RAC+RAC ADG broker

2、类似现象
DGMGRL> show configuration verbose

Configuration - FSF

Protection Mode: MaxAvailability
Members:
test_a - Primary database
standby_c - Physical standby database
standby_b - Physical standby database
Warning: ORA-16854: apply lag could not be determined
##告警ORA-16854 无法确认应用延迟,告警现象和我遇到的是一模一样的。

3、解决方法
MOS 官方提供了两个方法,具体情况还需要进一步分析
1)有可能是BUG
Workaround: set the ApplyLagThreshold=0 but this means you will not receive notifications of apply lag in Broker for the specified Standby database:

dgmgrl> edit database <standby db_unique_name> set property ApplyLagThreshold=0;

Please download and apply existing fix for BUG 28803345 or open SR and request backport of BUG 28803345 to resolve the issue.
2)重建控制文件
To solve this issue, recreate the standby controlfile.

Here steps for how to recreated the standby controlfile:

Steps to recreate a Physical Standby Controlfile (Doc ID 459411.1)

Please note in few cases apply lag in v$dataguard_stats was null in the database and Clearing ORLs in standby helped resolve the NULL value issue.

4、开SR
有条件或者服务的朋友可以开一个SR,明确一下问题。

以上是关于12cR2 RAC+RAC+ADG ORA-16854的主要内容,如果未能解决你的问题,请参考以下文章

Oracle 12C Rac到Rac搭建ADG

Linux系统Oracle 12cR2 RAC集群安装与维护管理(12.2)专题

RHEL 7.2 + Oracle 12cR2 + RAC

Linux系统Oracle12.2 RAC集群实施维护_Oracle数据库12cR2(项目实战之五)

Redhat 7 安装 Oracle 12CR2 RAC 完全避坑宝典

Oracle 12cR2 RAC安装配置及一些坑