Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ORA-600 kills the instance
Yep, ora-600 -> call Support, and provide them with the trace below.
Hth,
Sybrand Bakker, Oracle DBA
Graham Tritt <graham.tritt_at_bfi.admin.ch> wrote in message
news:38DA91D4.AFDC3161_at_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 - 16:29:53 CST
![]() |
![]() |