ORA-00600: 內部錯誤程式碼, 引數: [qosdDirRead: dircnt mismatch], [809], [808],
問題描述:
上午一套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
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28572479/viewspace-2683635/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-00600: 內部錯誤程式碼, 引數: [19004]
- ORA-00600: 內部錯誤程式碼, 引數: [kcbnew_3]
- ORA-00600: 內部錯誤程式碼, 引數: [qcisSetPlsqlCtx:tzi init]SQL
- ORA-00600: 內部錯誤程式碼, 引數: [kcbchg1_14]
- 小程式內引數和掃碼引數統一
- ORA-00600: internal error code, arguments: [qosdExpStatRead: expcnt mismatch], [Error
- mybatis引數型別錯誤MyBatis型別
- [20181106]模擬ora-00600[4194]錯誤.txt
- [20181204]模擬ora-00600[4194]錯誤.txt
- [20181204]模擬ora-00600[4193]錯誤.txt
- 伺服器內部錯誤500的原因伺服器
- PHP HTTP 500 - 內部伺服器錯誤PHPHTTP伺服器
- 無法顯示頁面,因為發生內部程式錯誤
- Windows 錯誤程式碼Windows
- MySQL 錯誤程式碼MySql
- 除錯 Docker 容器內部程式除錯Docker
- 程式碼會引發 Notice: Undefined variable: undefined_variable 錯誤Undefined
- win10 mstsc出現內部錯誤怎麼修復_win10 mstsc出現內部錯誤解決方法Win10
- MySQL:錯誤程式碼:2059MySql
- VS錯誤程式碼列
- ora-00600兩個子錯誤733, 6006解決
- 行動硬碟引數錯誤怎麼解決?行動硬碟開啟出現引數錯誤的修復方法硬碟
- IDEA報錯java: 編譯失敗: 內部 java 編譯器錯誤IdeaJava編譯
- 什麼是http500內部伺服器錯誤?HTTP伺服器
- 伺服器出現遠端內部錯誤的原因伺服器
- Druid連線池引數maxWait配置錯誤引發的問題UIAI
- 全志AXP809電源系統管理晶片引數介紹晶片
- 如何在Docker內部使用gdb偵錯程式Docker
- 在Docker內部使用gdb偵錯程式報錯-Operation not permittedDockerMIT
- PostgreSQLjdbc錯誤程式碼對映(SQLSTATE)SQLJDBC
- 連線MYSQL 錯誤程式碼2003MySql
- python程式碼錯誤RuntimeError: Session is closedPythonErrorSession
- 常見 HTTP 錯誤程式碼大全HTTP
- C# WebService返回引數為DataTable報錯“XML文件有錯誤”C#WebXML
- group by 引發的錯誤
- 前端打包混編壓縮js程式碼,如何不重新打包,修改js檔案內部配置引數?前端JS
- go fiber:發生內部錯誤時統一返回json格式GoJSON
- ubuntu更新報錯Hash Sum mismatchUbuntu