ERROR
at line 1:
ORA-00600:
internal error code, arguments: [kfgpCreate_60], [10], [2], [65535], [65535],
[65535], [65535], [], [], [], [], []
This
will issue appear while dropping disk in ASM.
As
per MOS it’s a bug (metalink doc
2031394.1). Here is the post how I solved it
Alternate
way
SQL>
alter diskgroup <diskgroup_name> set attribute 'appliance.mode'='FALSE';
SQL>
Run <DROP the disk here>
For
example:
SQL>
alter diskgroup RECO_myexa set attribute 'appliance.mode'='FALSE';
Diskgroup
altered.
SQL>
alter diskgroup DISK42 drop disk DISK_myexad_DR_09_diskexecel01 force;
Diskgroup
altered.
No comments:
Post a Comment