文档解释
ORA-16052: DB_UNIQUE_NAME attribute is required.
Cause: DB_UNIQUE_NAME attribute was not specified. The value of the LOG_ARCHIVE_DEST_n parameter for each remote redo transport destination must contain the DB_UNIQUE_NAME attribute if the LOG_ARCHIVE_CONFIG parameter value contains the DG_CONFIG attribute.
Action: Use the DB_UNIQUE_NAME attribute to specify the DB_UNIQUE_NAME for the destination.
ORA-16052 错误是指在创建数据库时缺少DB_UNIQUE_NAME属性。
官方解释
ORA-16052:DB_UNIQUE_NAME属性必须在实例登录设置中指定。该参数指定连接到数据库时使用的唯一数据库名称。
常见情况:
该错误通常发生在执行create database命令时,由于DB_UNIQUE_NAME属性未指定,而导致该错误产生。
一般处理方法及步骤
(1)运行SQL,指定DB_UNIQUE_NAME的值:
alter system set DB_UNIQUE_NAME = MyUniqueName scope=memory;
(2)保存当前设置:
shutdown immediate;
startup;
香港美国云服务器首选树叶云,2H2G首月10元开通。
树叶云(shuyeidc.com)提供简单好用,价格厚道的香港/美国云服务器和独立服务器。IDC+ISP+ICP资质。ARIN和APNIC会员。成熟技术团队15年行业经验。
文章来源网络,作者:运维,如若转载,请注明出处:https://shuyeidc.com/wp/264577.html<

