Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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

user3240461Sep 10 2013 — edited Sep 10 2013

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], [], [], [], [], [], [],

[]

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 8 2013
Added on Sep 10 2013
6 comments
2,862 views