暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

ORA-16188

yang 2024-01-03
549

RAC通过ADG方式迁移数据库后,使用以下命令清除DG参数后,单独启动集群数据库实例。

alter system set log_archive_config='' scope=both sid='*'


告警日志:
WARNING: The 'LOG_ARCHIVE_CONFIG' init.ora parameter settings
are inconsistent with another started instance. This may be
caused by the 'DB_UNIQUE_NAME' init.ora parameter being specified
differently on one or more of the other RAC instances; the
DB_UNIQUE_NAME parameter value MUST be identical for all
instances of the database.
Errors in file /u01/app/oracle/diag/rdbms/test/test1/trace/test1_lgwr_29612.trc:
ORA-16188: LOG_ARCHIVE_CONFIG settings inconsistent with previously started instance
Fri Oct 13 00:30:07 2023
ARC4 started with pid=43, OS id=32461
LGWR (ospid: 29612): terminating the instance due to error 16188



解决方法:
alter system set log_archive_config=NODG_CONFIG scope=both sid='*';

仅在故障节点操作时不能生效,需要在正常节点修改log_archive_config参数,然后再启动实例。

「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论