返回顶部
首页 > 资讯 > 数据库 >ORA-00600: 内部错误代码, 参数: [qosdDirRead: dircnt mismatch], [809], [808],
  • 449
分享到

ORA-00600: 内部错误代码, 参数: [qosdDirRead: dircnt mismatch], [809], [808],

2024-04-02 19:04:59 449人浏览 独家记忆
摘要

问题描述:         上午一套RAC实例频繁报警ORA-00600: 内部错误代码, 参数: [qosdDirRead:

问题描述:

        上午一套RAC实例频繁报警ORA-00600: 内部错误代码, 参数: [qosdDirRead: dircnt mismatch], [809], [808]。经过MOS查询只发现在12.1中存在bug,但在12.2中已经被修复了。

数据库的版本:12.2.0.1

服务器OS版本:redhat 7.3

处理过程:

        无奈只能提交SR,通过SR的指示操作,问题解决。下面是操作过程

sql> col dir_own# for 9999999999999999
SQL> with aa as (select count(*) aa_cnt,dir_own# from opt_directive$ group by dir_own#)
select * from aa,opt_directive_own$ bb
where aa.dir_own#(+)=bb.dir_own#
and dir_cnt<>aa.aa_cnt;
    AA_CNT        DIR_OWN#          DIR_OWN#      DIR_CNT
---------- ----------------- ----------------- ----------
       809 ################# #################          808
SQL> col dir_own# for 99999999999999999999
SQL> /
    AA_CNT        DIR_OWN#          DIR_OWN#      DIR_CNT
---------- --------------------- --------------------- ----------
       809  11352894694518622562  11352894694518622562          808
SQL> update opt_directive_own$ a set dir_cnt=(select count(*) from opt_directive$ b where a.dir_own#=b.dir_own#)
where dir_own#=11352894694518622562;
  2  
1 row updated.
SQL> commit;
Commit complete.
SQL>  with aa as (select count(*) aa_cnt,dir_own# from opt_directive$ group by dir_own#)
select * from aa,opt_directive_own$ bb
where aa.dir_own#(+)=bb.dir_own#
and dir_cnt<>aa.aa_cnt;
  2    3    4  
no rows selected
SQL>
SQL> with aa as (select count(*) aa_cnt,dir_own# from opt_directive$ group by dir_own#)
select * from aa,opt_directive_own$ bb
where aa.dir_own#(+)=bb.dir_own#
and aa.dir_own#=11352894694518622562;
  2    3    4  
    AA_CNT        DIR_OWN#          DIR_OWN#      DIR_CNT
---------- --------------------- --------------------- ----------
       809  11352894694518622562  11352894694518622562          809

 

    

您可能感兴趣的文档:

--结束END--

本文标题: ORA-00600: 内部错误代码, 参数: [qosdDirRead: dircnt mismatch], [809], [808],

本文链接: https://lsjlt.com/news/46482.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作