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: 內部錯誤程式碼, 引數: [kzsrgpw]
- ORA-00600: 內部錯誤程式碼, 引數: [kcbnew_3]
- ORA-00600: 內部錯誤程式碼, 引數: [qcisSetPlsqlCtx:tzi init]SQL
- ORA-00600: 內部錯誤程式碼, 引數: [kqlnrc_1]
- ORA-00600: 內部錯誤程式碼, 引數: [qertbFetchByRowID], [], [],
- ORA-00600: 內部錯誤程式碼,引數: [6122]
- ORA-00600: 內部錯誤程式碼, 引數: [kolaslGetLength-1], [], [], [], [], [], [], []
- ORA-00600: 內部錯誤程式碼, 引數: [kcbchg1_14]
- ORA-00600: 內部錯誤程式碼,引數: [kcbgtcr_12], [1], [], [], [], [], [], []
- ORA-00600: 內部錯誤程式碼, 引數: [12333]
- ORA-00600: 內部錯誤程式碼, 引數: [kcblasm_1], [103], [], [], [], [], [], []ASM
- ORA-00600: 內部錯誤程式碼,引數: [6002], [6], [28], [1], [52], [], [], []
- ORA-00600: 內部錯誤程式碼, 引數: [ktspScanInit-l1], [], [], [], [], [], [], []
- ORACLE ORA-00600: 內部錯誤程式碼, 引數: [kokbcvb1]與merge intoOracle
- ORA-00600: 內部錯誤程式碼, 引數: [kcrf_pvt_strand_bind1]CRF
- ORA-00600:內部錯誤程式碼,引數:[qertbFetchByRowID],[],[],[],[],[],[],[]分析與處理
- 在刪除使用者時報ORA-00600: 內部錯誤程式碼, 引數: [13011]..
- ORA-00600: 內部錯誤程式碼, 引數: [ktspfmdb:objdchk_kcbnew_3], [9], [93111], [4],OBJ
- ORA-00600:內部錯誤程式碼,引數:[32695], [hash aggregation can't be done]的分析處理
- ora-00600錯誤系列-kokle_lob2lob13:input mismatch
- ORA-07445和ORA-00600系統內部錯誤查錯方法
- 版本9204中的內部錯誤:ORA-00600[qmxiUnpPacked2]
- ORA-00600: internal error code, arguments: [pfri.c: pfri8: plio mismatch ]錯誤Error
- namespace mismatch require錯誤處理方法namespaceUI
- Oracle DataGuard Standby database ID mismatch錯誤OracleDatabase
- 小程式內引數和掃碼引數統一
- mybatis引數型別錯誤MyBatis型別
- ORA-00600錯誤分析
- 除錯 Docker 容器內部程式除錯Docker
- PHP HTTP 500 - 內部伺服器錯誤PHPHTTP伺服器
- 伺服器內部錯誤500的原因伺服器
- ora-600內部錯誤的型別型別
- oracle錯誤之ORA-00600Oracle
- 一個SQL語句引發的ORA-00600錯誤排查(二)SQL
- 一個SQL語句引發的ORA-00600錯誤排查(一)SQL
- 關閉ubuntu討厭的內部錯誤提示Ubuntu
- zt_ora-600內部錯誤的型別型別