博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Oracle Data Guard broker 现场遇到bug ,闪之~
阅读量:6872 次
发布时间:2019-06-26

本文共 2828 字,大约阅读时间需要 9 分钟。

最近在客户现场搭建一套容灾环境,发现遇到了BUG,在无法解决的情况下,放弃了broker,依旧可以实现ADG,Oracle无法实现双主,但是MySQL可以哈。官网说法记录一下。

OERR: ORA-16597 "Oracle Data Guard broker detects two or more primary databases" (varies by version) Reference Note (文档 ID 172973.1)
PURPOSEThis is a brief reference note to show the meaning of database error "ORA-16597". It includes the error text, "Cause" and "Action" from message files for each database version from 9.2 onwards, along with search links and details of any database bug issues related to the error.SCOPEThis note is intended for general audience as a starting point to check the meaning of "ORA-16597". It does not give detailed information about the error and does not give error message text for versions below 9.2 .DETAILSError Text, Cause and Action from Message File/s for ORA-16597Versions 12.1Error:  ORA-16597 Oracle Data Guard broker detects two or more primary databases ---------------------------------------------------------------------------Cause:  The Oracle Data Guard broker detected two or more primary databases in     the broker configuration and could not continue. Action: Contact Oracle Support Services. Versions 11.1, 11.2Error:  ORA-16597 Data Guard broker detects two or more primary databases ---------------------------------------------------------------------------Cause:  The Data Guard broker detected two or more primary databases in the     broker configuration and could not continue. Action: Contact Oracle Support Services. Versions 10.2Error:  ORA-16597 Data Guard broker detects two or more primary databases ---------------------------------------------------------------------------Cause:  The Data Guard broker detected two or more primary databases in the     broker configuration and cannot continue. Action: Contact Oracle Support Services. Versions 10.1Error:  ORA-16597 Data Guard broker detects two or more primaries. ---------------------------------------------------------------------------Cause:  The Data Guard broker detected two or more primary databases in the     broker configuration and cannot continue. Action: Contact Oracle Support Services. Versions 9.2Error:  ORA-16597 Data Guard broker detects two or more primaries ---------------------------------------------------------------------------Cause:  The Data Guard broker has detected two or more primaries in the     configuration and cannot continue. Action: Contact Oracle Support Services. Search Links for ORA-16597The links below can be used to locate ORA-16597 in the documentation, and to search for documents that give more information about the error.Search MOS for "ORA-16597 Troubleshooting" Search 12.1 documentation for ORA-16597Search 11.2 documentation for ORA-16597Search 11.1 documentation for ORA-16597Search 10.2 documentation for ORA-16597

转载于:https://blog.51cto.com/roidba/2141232

你可能感兴趣的文章
DB2表空间理论基础(原创)
查看>>
谈谈公司内部的技术分享
查看>>
Nginx与Apache工作方式
查看>>
屏蔽响应事件继续向父视图传递的category
查看>>
Java内存模型FAQ(八)Final字段如何改变它们的值
查看>>
Linux Socket学习--地址转换函数
查看>>
高可用Hadoop平台-Hue In Hadoop
查看>>
Java虚拟机详解03----常用JVM配置参数
查看>>
设计模式[9]-Template Method
查看>>
基于服务型特征,诚心求经,互利共嬴
查看>>
JHChainableAnimations
查看>>
MySQL源码:Range和Ref优化的成本评估
查看>>
关联本地仓库和Github远程仓库并对git push报错处理
查看>>
AAC架构系列二(DataBinding)
查看>>
react项目环境
查看>>
从线程模型的角度看 Netty 为什么是高性能的?
查看>>
策略模式
查看>>
了解 Shadow DOM v1
查看>>
js之三大家族+event事件对象
查看>>
rabbitmq消息队列——"工作队列"
查看>>