10.2.0.4 ON AIX 修改欄位屬性報錯ORA-00600 [kdsgrp1]

gaopengtttt發表於2015-06-19
今天一個網友告訴我修改欄位報錯及比如
alter table testfu modify table_name varchar2(200);
這種報錯
ORA-00600: internal error code, arguments: [kdsgrp1], [], [], [], [], [], [], []
檢視TRACE 檔案,其環境如下:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORACLE_HOME = /oracle/product/10.2.0/db_1
System name: AIX
Node name: Bbxqga_db1
Release: 1
Version: 6
Machine: 00F7F1E84C00
Instance name: jkdbutf8
Redo thread mounted by this instance: 1
Oracle process number: 50
Unix process pid: 3736630, image: oracle@Bbxqga_db1 (TNS V1-V3)


其報錯語句來自於:
ksedmp: internal or fatal error
ORA-00600: internal error code, arguments: [kdsgrp1], [], [], [], [], [], [], []
Current SQL statement for this session:
select o.owner#, u.name,        o.name,            o.namespace,    o.obj#,   d.d_timestamp, nvl(d.property,0), o.type#, o.subname, d.d_attrs  from dependency$ d, obj$ o, user$ u  where d.p_obj#=:1  and   (d.p_timestamp=:2 or d.property=2)  and   d.d_obj#=o.obj#  and   o.owner#=u.user#  order by o.obj#


檢視MOS如下:
SQL>  analyze table dependency$ validate structure cascade ;
 
analyze table dependency$ validate structure cascade
*
ERROR at line 1:
ORA-1499: table/index cross reference failure - see trace file
 
 
SQL> SQL> ALTER INDEX I_DEPENDENCY1 REBUILD ONLINE ;
 
 
Index altered.
 
SQL> SQL> ALTER INDEX I_DEPENDENCY2 REBUILD ONLINE ;
 
 
 
Index altered.
 
SQL> SQL> SQL>
SQL> analyze table dependency$ validate structure cascade ;


這個BUG資訊:
Bug 17804084 : ORA-600 [KDSGRP1]
單擊此項可新增到收藏夾 透過電子郵件傳送此文件的連結 可列印頁 轉到底部轉到底部






BUG屬性:
Bug 17804084 : ORA-600 [KDSGRP1]
 
型別 B - Defect 已在產品版本中修復
嚴重性 2 - Severe Loss of Service 產品版本 10.2.0.4
狀態 33 - Suspended, Req'd Info not Avail 平臺 212 - IBM AIX on POWER Systems (64-bit)
建立時間 2013-11-15 平臺版本 NO DATA
更新時間 2014-4-2 基本 Bug N/A
資料庫版本 10.2.0.4.0 影響平臺 Generic


可以看到這個錯誤由於dependency$索引損壞,重建索引後正常。
記錄於此


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

相關文章