HI All,
We are receiveing ORA-00600 when execute below query for select or delete. Database is oracle 10.2.0.4.0 (64bit) and OS is AIX 6.1 (64bit).
SQL> select * FROM UMCSYS.CMPAK_SMS_SEND where status=1 and ROWNUM<2;
select * FROM UMCSYS.CMPAK_SMS_SEND where status=1 and ROWNUM<2
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [kdsgrp1], [], [], [], [], [], [],
[]
------------------------------
SQL> delete FROM UMCSYS.CMPAK_SMS_SEND where status=1 and ROWNUM<2;
delete FROM UMCSYS.CMPAK_SMS_SEND where status=1 and ROWNUM<2
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [kdsgrp1], [], [], [], [], [], [],
[]