ORA-00600: internal error code
384048Dec 19 2002 — edited Dec 19 2002Hi,
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