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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Oracle Error

Re: Oracle Error

From: NeilC <nc1967_at_hotmail.com>
Date: Mon, 11 Sep 2000 11:39:21 +0100
Message-ID: <8picr4$juh$1@pheidippides.axion.bt.co.uk>

Alexander,

This is an Internal heap error - and is signalled whenever Oracle is trying to free up a chunk of memory but the pointer to that chunk is bogus, although this is likely to be an effect rather than the cause of the problem. The 2197310956 is a pointer to the chunk header.

You can set event:10235 to check memory manager internal structures. It is also possible that this is due to an OS memory overwrite problem

There were several bugs with version 7 as follows ;

7.3.2.3 Bug:393636 OERI 12700 or incorrect results from simple select on table with 2+ indexes.

7.2.3 Bug:309839 When using PDO and MTS simultaneously.

            Bug:293058 Problem with Character Sets.

7.3.4 Bug:451082 Affinity ON for Parallel Create Index

Hope that helps

NeilC

Alexander Chiu wrote in message <39BC4DCC.46D44FDF_at_hk.china.com>...
>Dear All:
>
>Have anyone got any idea on the following error code?
>
>ORA-00600: internal error code, arguments: [17112], [2197310956], [],
>[], [], []
>, [], []
>
>Regards
>Chewy
>
>
Received on Mon Sep 11 2000 - 05:39:21 CDT

Original text of this message

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