Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> ORA-600 kills the instance

ORA-600 kills the instance

From: Graham Tritt <graham.tritt_at_bfi.admin.ch>
Date: Thu, 23 Mar 2000 22:51:16 +0100
Message-ID: <38DA91D4.AFDC3161@bfi.admin.ch>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US