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

384048Dec 19 2002 — edited Dec 19 2002
Hi,

has anyone come accross the following error on
Oracle8i Enterprise Edition Release 8.1.7.3.0 - 64bit Production and maybe know of a patch to fix it?

Thanks

Gerry

<E05501> Database error occurred: "ORA-00600: internal error code, arguments: [kdourp-2], [18], [0], [], [], [], [], []"

It's happening when the following SQL is executed:
UPDATE customer_node
SET bill_run_id = :BillRunId,
bill_run_operation_id = :OpId,
process_identifier = :Pid
WHERE customer_node_id = :CustId AND
bill_run_id IS NULL
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 16 2003
Added on Dec 19 2002
1 comment
419 views