ORA-00607: Internal error occurred while making a change to a data block
721020May 5 2010 — edited May 5 2010When executing one of the stored procedures (in the scheduled task) in Oracle 8i, the following errors is encountered:
ORA-00607: Internal error occurred while making a change to a data block
ORA-00600: internal error code, arguments: [kcoapl_blkchk], [1], [12865], [6130], [], [], [], []
ORA-02049: timeout: distributed transaction waiting for lock
The first error (ORA-00607) should be related to data corruption. But I have no ideas on checking the problems.
Could anyone give me some advices on checking and fixing the above errors?
Many thanks!