我是靠谱客的博主 落后丝袜,最近开发中收集的这篇文章主要介绍Warning: ORA-16824: multiple warnings, including fast-start failover-related war,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

报错: 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/

最后

以上就是落后丝袜为你收集整理的Warning: ORA-16824: multiple warnings, including fast-start failover-related war的全部内容,希望文章能够帮你解决Warning: ORA-16824: multiple warnings, including fast-start failover-related war所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(46)

评论列表共有 0 条评论

立即
投稿
返回
顶部