Warning: ORA-16824: multiple warnings, including fast-start failover-related war

本文探讨了在Oracle数据库的Data Guard配置中,DB_FILE_NAME_CONVERT参数的重要性。通过实例展示了清空此参数后,尝试进行数据库切换时遇到的ORA-16824错误,并分享了解决方案。

报错: switchover to 'SBDB1' ORA-16824: multiple warnings, including fast-start failover-related warnings, detected for the database

原因:DG搭建后,感觉DB_FILE_NAME_CONVERT='PROD1','SBDB1' 这个参数没有用,于是清空了。

测试:

  1. 主库创建表空间,备库即时生效。证明没有受到该参数的影响。

  2. switchover to 'SBDB1' ,报错: ORA-16824: multiple warnings, including fast-start failover-related warnings, detected for the database。这个报错没有明细指出问题。

    show configuration 报错: ORA-16824: multiple warnings, including fast-start failover-related warnings, detected for the database。这个报错也没有明细指出问题。

    show database verbose ‘SBDB1' 报错:Warning: ORA-16714: the value of property DbFileNameConvert is inconsistent with the database setting( 警告:ORA-16714:属性DbFileNameConvert的值与数据库设置不一致 )明确说明的问题。

    证明这个命令很好用要记住。

  3. 清空 db_broker 中   DB_FILE_NAME_CONVERT 参数,

    EDIT DATABASE 'PROD1' set PROPERTY DbFileNameConvert='';

    EDIT DATABASE 'SBDB1' set PROPERTY DbFileNameConvert='';

  4. 重启主备库,执行switchover to  ‘SBDB1' ,主备库切换成功。

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/31557076/viewspace-2374628/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/31557076/viewspace-2374628/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值