Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> ORA-600 kills the instance
When i try to execute:
SELECT kuerzel, name , directory
FROM Abteilung WHERE projektId IN (SELECT id FROM Projekt WHERE kuerzel = 'test') ORDER BY strukturInfo DESC
the oracle dbd driver returns the following error message:
ORA-00600: internal error code, arguments: [17112], [153569064], [], [], [], [], [], []
(DBD ERROR: OCIStmtExecute)
The error also can kill a remote database!
Thu Mar 23 19:09:15 2000
Errors in file /sw/app/oracle/admin/R060/bdump/dbw0_11986_r060.trc:
ORA-00600: internal error code, arguments: [kcbbzo_2], [3], [4013], [],
[], [], [], []
Thu Mar 23 19:09:18 2000
Instance terminating due to error 600
Instance terminated by DBW0, pid = 11986
Thu Mar 23 19:22:56 2000
Starting ORACLE instance (normal)
It seems a bad OCI driver, which is part of a new Oracle 8.1.5 database which we loaded a few days ago.
Any ideas? Thanks from Matthias and Graham in Switzerland Received on Thu Mar 23 2000 - 15:51:16 CST
![]() |
![]() |