ORA-00600: internal error code, arguments: [krvxbpns01], [], [], [], [], [],

oracle_ace發表於2008-04-14
通過start_logmnr分析好日誌檔案後,通常都是通過檢視GV$LOGMRN_CONTENTS來查詢分析結果,但是在我自己的測試環境中,卻報瞭如下錯誤:
SQL> select count(*) from GV$LOGMNR_CONTENTS;
select count(*) from GV$LOGMNR_CONTENTS
                     *
ERROR at line 1:
ORA-00600: internal error code, arguments: [krvxbpns01], [], [], [], [], [],
[], []


SQL> select status from v$instance;

STATUS
------------
OPEN

查尋一下oracle的軟體的版本:
SQL> select * from v$version;

BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
PL/SQL Release 10.2.0.3.0 - Production
CORE    10.2.0.3.0      Production
TNS for IBM/AIX RISC System/6000: Version 10.2.0.3.0 - Productio
NLSRTL Version 10.2.0.3.0 - Production

由於這個錯誤之前從來沒有遇到過,可能自己在做日誌挖掘的時候都是在9i上進行的。那麼面對這個問題,只好求助於metelink了.

通過metalink將這個錯誤摘出來,發現原來是oracle 10.2.0.3的BUG。

這裡是這樣描述的:
Logminer ad-hoc can hang or fail with an ORA-600  when mining logs
from a RAC database that has thread enable and disables or if there are
missing sequences from the log list.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12361284/viewspace-235731/,如需轉載,請註明出處,否則將追究法律責任。

相關文章