ORA-16745: unable to add DB_UNIQUE_NAME “string” into the DG_CONFIG list because it is f
文档解释
ORA-16745: unable to add DB_UNIQUE_NAME “string” into the DG_CONFIG list because it is full
Cause: The DG_CONFIG list of the LOG_ARCHIVE_CONFIG attribute was full and the Data Guard broker was not able to add the specified DB_UNIQUE_NAME to the list.
Action: Remove some unused entries in the DG_CONFIG list, then reenable the database.
ERROR:
ORA-16745: unable to add DB_UNIQUE_NAME “string” into the DG_CONFIG list because it is full
DETAILED EXPLANATION:
This Oracle Database error message indicates that the Data Guard configuration has reached its maximum membership of 32 databases. The Broker configuration is full and Oracle Database is skilling in adding a database. The name of the database trying to join the configuration is provided in the error string.
COMMON CASE:
An administrator is trying to add another database to an Oracle Data Guard Broker configuration but is not able to.
NORMAL PROCEDURE:
In order to resolve this error, the maximum configuration membership for the Data Guard Broker would have to be increased.
STEPS:
1. Stop the Data Guard Broker as follows:
ALTER SYSTEM SET DG_BROKER_START=FALSE;
2. Use the DBMS_DG Broker package to config the maximum configuration membership using the following command:
EXECUTE DBMS_DG.SET_MAX_CONFIGURATIONS(value);
3. Start the Data Guard Broer as follows:
ALTER SYSTEM SET DG_BROKER_START=TRUE;
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341