Return-Path: <root@fatcity.com>
Received: from ensim.rackshack.net (root@localhost)
 by orafaq.net (8.11.6/8.11.6) with ESMTP id h2VMJCW02824
 for <oracle-l@orafaq.net>; Mon, 31 Mar 2003 16:19:12 -0600
X-ClientAddr: 209.68.248.164
Received: from newsfeed.cts.com (newsfeed.cts.com [209.68.248.164])
 by ensim.rackshack.net (8.11.6/8.11.6) with ESMTP id h2VMJCg02819
 for <oracle-l@orafaq.net>; Mon, 31 Mar 2003 16:19:12 -0600
Received: from fatcity.com (uucp@localhost)
 by newsfeed.cts.com (8.9.3/8.9.3) with UUCP id LAA32116;
 Mon, 31 Mar 2003 11:00:16 -0800 (PST)
Received: by fatcity.com (26-Feb-2001/v1.0g-b72/bab) via UUCP id 005767C5; Mon, 31 Mar 2003 10:34:48 -0800
Message-ID: <F001.005767C5.20030331103448@fatcity.com>
Date: Mon, 31 Mar 2003 10:34:48 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: Jacques Kilchoer <Jacques.Kilchoer@quest.com>
Sender: root@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: Jacques Kilchoer <Jacques.Kilchoer@quest.com>
Subject: RE: ORA-600 [12501] Error ??
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 72; ListGuru (c) 1996-2001 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: multipart/alternative;	boundary="----_=_NextPart_001_01C2F7B4.86CFBB50"
------_=_NextPart_001_01C2F7B4.86CFBB50
Content-Type: text/plain;
 charset="windows-1252"

Couldn't find it on Metalink. Perhaps you should open a TAR for it?
Oracle version? Server version? Is there a trace file? Can you show us the
DDL for the table including its indexes?

> -----Original Message-----
> From: Prem Khanna J [mailto:jprem@kssnet.co.jp]
> 
> I came across this error in ALRT log file.
> 
> ORA-00600 Internal error [12501]
> 
>  It happened during this SELECT statement and it returned no rows, 
> 	after i dropped an index on FROMPROFNO column.
> 
> SELECT NAME,AGE,SEX FROM MSGHISTORY WHERE 
> 	( MEMNO = 123 AND PROFNO = 456 AND FROMMEMNO = 789 AND 
> FROMPROFNO = 910 AND SEX='MALE' AND POINT=1)
> OR
> 	( MEMNO = 124 AND PROFNO = 457 AND FROMMEMNO = 789 AND 
> FROMPROFNO = 910 AND SEX='MALE' AND POINT=1)
> 
> this statement was working fine and was returning rows b4 i 
> dropped the index.
> 
> as soon as i created an index on FROMPROFNO , it returned rows.
> 
> why is it behaving so ? 
> whether is there or not , i should be getting the rows.
> but it is not so ? 
> 
> if there is index , i get the data and if it is not there i 
> dont get data.
> 
> and what may be reason of ORA 600 [12501] error ?
> when  is this error expected ?

------_=_NextPart_001_01C2F7B4.86CFBB50
Content-Type: text/html;
 charset="windows-1252"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dwindows-1252">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2654.45">
<TITLE>RE: ORA-600 [12501] Error ??</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>Couldn't find it on Metalink. Perhaps you should open =
a TAR for it?</FONT>
<BR><FONT SIZE=3D2>Oracle version? Server version? Is there a trace =
file? Can you show us the DDL for the table including its =
indexes?</FONT>
</P>

<P><FONT SIZE=3D2>&gt; -----Original Message-----</FONT>
<BR><FONT SIZE=3D2>&gt; From: Prem Khanna J [<A =
HREF=3D"mailto:jprem@kssnet.co.jp">mailto:jprem@kssnet.co.jp</A>]</FONT>=

<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; I came across this error in ALRT log =
file.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; ORA-00600 Internal error [12501]</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt;&nbsp; It happened during this SELECT statement =
and it returned no rows, </FONT>
<BR><FONT SIZE=3D2>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; after i dropped =
an index on FROMPROFNO column.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; SELECT NAME,AGE,SEX FROM MSGHISTORY WHERE =
</FONT>
<BR><FONT SIZE=3D2>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ( MEMNO =3D 123 =
AND PROFNO =3D 456 AND FROMMEMNO =3D 789 AND </FONT>
<BR><FONT SIZE=3D2>&gt; FROMPROFNO =3D 910 AND SEX=3D'MALE' AND =
POINT=3D1)</FONT>
<BR><FONT SIZE=3D2>&gt; OR</FONT>
<BR><FONT SIZE=3D2>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ( MEMNO =3D 124 =
AND PROFNO =3D 457 AND FROMMEMNO =3D 789 AND </FONT>
<BR><FONT SIZE=3D2>&gt; FROMPROFNO =3D 910 AND SEX=3D'MALE' AND =
POINT=3D1)</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; this statement was working fine and was =
returning rows b4 i </FONT>
<BR><FONT SIZE=3D2>&gt; dropped the index.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; as soon as i created an index on FROMPROFNO , =
it returned rows.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; why is it behaving so ? </FONT>
<BR><FONT SIZE=3D2>&gt; whether is there or not , i should be getting =
the rows.</FONT>
<BR><FONT SIZE=3D2>&gt; but it is not so ? </FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; if there is index , i get the data and if it is =
not there i </FONT>
<BR><FONT SIZE=3D2>&gt; dont get data.</FONT>
<BR><FONT SIZE=3D2>&gt; </FONT>
<BR><FONT SIZE=3D2>&gt; and what may be reason of ORA 600 [12501] error =
?</FONT>
<BR><FONT SIZE=3D2>&gt; when&nbsp; is this error expected ?</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C2F7B4.86CFBB50--
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jacques Kilchoer
  INET: Jacques.Kilchoer@quest.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

