Liu Maclean(刘相兵 发表于 2013-12-26 15:16:20

ASM使用中 ORA-00600 [Kfcmount54]一例

ASM使用中 ORA-00600 一例

客户在使用 dbca 创建 asm diakgroup 时发生ora 600 错误,错误如下


经过现场查询后发现此错误符合文档
Adding ASM Diskgroup Fails With ORA-00600 中的描述触发了bug Bug 6833626
Symptoms

The ORA-15097 during a shutdown on an ASM instance, and then after that not able to perform operations on the ASM instance (they may crash with an ORA-600) .

Adding ASM diskgroup failed with ORA-600 error
SQL> CREATE DISKGROUP TEST_DG EXTERNAL REDUNDANCY DISK
2 'ORCL:TEST1' SIZE 500 M;
CREATE DISKGROUP TEST_DG EXTERNAL REDUNDANCY DISK
*
ERROR at line 1:
ORA-15018: diskgroup cannot be created
ORA-00600: internal error code, arguments: , [], [], [], [], [],


Call Stack may contain the functions:
kfcMount kfgInitCache kfgFinalizeCreation kfgscFinalize kfgForEachKfgsc kfgsoFinalize kfgFinalize kfxdrvCreate kfxdrvEntry

修复方式为安装补丁
One-off patches are available for some platforms on top of 10.2.0.3 & 10.2.0.4, check the MOS for patch availability:Patch 6833626

Following workaround is available :-

Bounce the ASM instance and then try adding diskgroup.
The bug is fixed in 10.2.0.5 and 11.2.0.1 versions.

Liu Maclean(刘相兵 发表于 2013-12-26 15:17:04

数据库ASM 安装补丁
One-off patches are available for some platforms on top of 10.2.0.3 & 10.2.0.4, check the MOS for patch availability:Patch 6833626
或者升级至10.2.0.5
页: [1]
查看完整版本: ASM使用中 ORA-00600 [Kfcmount54]一例