Return-Path: <root@fatcity.com>
Received: from ensim.rackshack.net (root@localhost)
 by orafaq.net (8.11.6/8.11.6) with ESMTP id h51GqKN05531
 for <oracle-l@orafaq.net>; Sun, 1 Jun 2003 11:52:20 -0500
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 h51GqKP05526
 for <oracle-l@orafaq.net>; Sun, 1 Jun 2003 11:52:20 -0500
Received: from fatcity.com (uucp@localhost)
 by newsfeed.cts.com (8.9.3/8.9.3) with UUCP id HAA71433;
 Sun, 1 Jun 2003 07:33:15 -0700 (PDT)
Received: by fatcity.com (26-Feb-2001/v1.0g-b72/bab) via UUCP id 005A7BC9; Sun, 01 Jun 2003 06:54:39 -0800
Message-ID: <F001.005A7BC9.20030601065439@fatcity.com>
Date: Sun, 01 Jun 2003 06:54:39 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: <Govind.Arumugam@alltel.com>
Sender: root@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: <Govind.Arumugam@alltel.com>
Subject: RE: Parallel Query Server died
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_01C32845.6CECF4C6"
------_=_NextPart_001_01C32845.6CECF4C6
Content-Type: text/plain;
 charset="big5"
Content-Transfer-Encoding: quoted-printable

Shuan,
=20
Please let me know whether you are on 9i.  When was the database bounced =
cleanly?  After shutting down the oracle instance,=20
check to make sure that no other orphaned background processes are =
present.
=20
ie. ps -ef | grep -i oracle should return nothing.
=20
We got burnt by this ORA-12805 several weeks back.  We did bounce the =
database cleanly while implementing one of our application patches and =
the no. of ORA-12805 occurrences have come down dramatically. =20
=20
Also, the query plans have changed in 9i.  If you see more full table =
scans in 9i than in 8i versions, try to compare the query plans with =
these session level settings.
=20
CBO Hidden parameter to generate 8.1.7 like query plans:
=20
alter session set "_UNNEST_SUBQUERY" =3D FALSE;
alter session set "_ORDERED_NESTED_LOOP" =3D FALSE;
alter session set "_ALWAYS_SEMI_JOIN" =3D off;

explain plan for
<your parallel query>;
=20
HTH.
=20
Govind

-----Original Message-----
Sent: Saturday, May 31, 2003 10:48 PM
To: Multiple recipients of list ORACLE-L


This server is dead. It has gone to meet its maker. It is no more. It's =
pushing up the lillies....... This... is an ex-server.

Thanks to Monty Python.

Jamadagni, Rajendra wrote:


Funeral at 8pm EST, movie at 11pm EST on TNT ...
=20
Raj

-----Original Message-----
Sent: Saturday, May 31, 2003 2:50 AM
To: Multiple recipients of list ORACLE-L


After long time ..
=20
LOL .........  ;-)

-----Original Message-----
Barac
Sent: Friday, May 30, 2003 2:35 PM
To: Multiple recipients of list ORACLE-L



Kool, now some cyber funeral will take place...

----- Original Message -----=20
To: Multiple recipients of list ORACLE-L <mailto:ORACLE-L@fatcity.com> =20
Sent: Friday, May 30, 2003 11:19

Dear all DBAs,
=20
What should i check for this error?
"ORA-12805: parallel query server died unexpectedly"
=20
The SQL statement was running well before.
There's nothing in the alert log about this error.
=20
I'm using Oracle 8.1.6 on Redhat 7.2.
=20
Thanks and have a nice day.



  _____ =20


*********************************************************************This=
 e-mail message is confidential, intended only for the named =
recipient(s) above and may contain information that is privileged, =
attorney work product or exempt from disclosure under applicable law. If =
you have received this message in error, or are not the named =
recipient(s), please immediately notify corporate MIS at (860) 766-2000 =
and delete this e-mail message from your computer, Thank =
you.*********************************************************************=
1

 =20



------_=_NextPart_001_01C32845.6CECF4C6
Content-Type: text/html;
 charset="big5"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; charset=3Dbig5">
<TITLE></TITLE>

<META content=3D"MSHTML 5.00.2920.0" name=3DGENERATOR></HEAD>
<BODY>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
class=3D505144813-01062003>Shuan,</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
class=3D505144813-01062003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
class=3D505144813-01062003>Please=20
let me know whether you are on 9i.&nbsp; When was the database bounced=20
cleanly?&nbsp; After shutting down the oracle instance, =
</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
class=3D505144813-01062003>check=20
to make sure that no other orphaned background processes are=20
present.</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
class=3D505144813-01062003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
class=3D505144813-01062003>ie. ps=20
-ef | grep -i oracle should return&nbsp;nothing.</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
class=3D505144813-01062003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
class=3D505144813-01062003>We got=20
burnt&nbsp;by this ORA-12805 several weeks back.&nbsp; We did bounce the =

database cleanly while implementing&nbsp;one of our application patches =
and the=20
no. of ORA-12805 occurrences have come down=20
dramatically.&nbsp;&nbsp;</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
class=3D505144813-01062003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
class=3D505144813-01062003>Also,=20
the query plans have changed in 9i.&nbsp; If&nbsp;you see more full =
table scans=20
in 9i than in 8i versions, try to compare&nbsp;the query plans with =
these=20
session level settings.</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
class=3D505144813-01062003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
class=3D505144813-01062003>CBO=20
Hidden parameter to generate 8.1.7 like query plans:</SPAN></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN =
class=3D505144813-01062003>alter=20
session set "_UNNEST_SUBQUERY" =3D FALSE;<BR>alter session set=20
"_ORDERED_NESTED_LOOP" =3D FALSE;<BR>alter session set =
"_ALWAYS_SEMI_JOIN" =3D=20
off;<BR></SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
class=3D505144813-01062003>explain plan for</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
class=3D505144813-01062003>&lt;your =
parallel&nbsp;query&gt;;</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
class=3D505144813-01062003>&nbsp;</DIV></SPAN></FONT>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
class=3D505144813-01062003>HTH.</SPAN></FONT></DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
class=3D505144813-01062003></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#0000ff face=3DArial size=3D2><SPAN=20
class=3D505144813-01062003>Govind</DIV></SPAN></FONT>
<BLOCKQUOTE>
  <DIV align=3Dleft class=3DOutlookMessageHeader dir=3Dltr><FONT =
face=3DTahoma=20
  size=3D2>-----Original Message-----<BR><B>From:</B> Mogens N?rgaard=20
  [mailto:mln@miracleas.dk]<BR><B>Sent:</B> Saturday, May 31, 2003 10:48 =

  PM<BR><B>To:</B> Multiple recipients of list =
ORACLE-L<BR><B>Subject:</B> Re:=20
  Parallel Query Server died<BR><BR></DIV></FONT>This server is dead. It =
has=20
  gone to meet its maker. It is no more. It's pushing up the =
lillies.......=20
  This... is an ex-server.<BR><BR>Thanks to Monty =
Python.<BR><BR>Jamadagni,=20
  Rajendra wrote:<BR>
  <BLOCKQUOTE cite=3D"midF001.005A78C0.20030531084939@fatcity.com" =
type=3D"cite">
    <META content=3D"MSHTML 5.50.4926.2500" name=3DGENERATOR>
    <STYLE></STYLE>

    <DIV><SPAN class=3D636375015-31052003><FONT color=3D#0000ff =
face=3DArial=20
    size=3D2>Funeral at 8pm EST, movie&nbsp;at&nbsp;11pm EST on TNT=20
    ...</FONT></SPAN></DIV>
    <DIV><SPAN class=3D636375015-31052003></SPAN>&nbsp;</DIV>
    <DIV><SPAN class=3D636375015-31052003><FONT color=3D#0000ff =
face=3DArial=20
    size=3D2>Raj</FONT></SPAN></DIV>
    <BLOCKQUOTE dir=3Dltr style=3D"MARGIN-RIGHT: 0px">
      <DIV align=3Dleft class=3DOutlookMessageHeader dir=3Dltr><FONT =
face=3DTahoma=20
      size=3D2>-----Original Message-----<BR><B>From:</B> Rajesh Dayal =
[<A=20
      class=3Dmoz-txt-link-freetext=20
      =
href=3D"mailto:Rajesh@ohitelecom.com">mailto:Rajesh@ohitelecom.com</A>]<B=
R><B>Sent:</B>=20
      Saturday, May 31, 2003 2:50 AM<BR><B>To:</B> Multiple recipients =
of list=20
      ORACLE-L<BR><B>Subject:</B> RE: Parallel Query Server=20
      died<BR><BR></FONT></DIV>
      <DIV><SPAN class=3D496470910-30052003><FONT color=3D#0000ff =
face=3DArial=20
      size=3D2>After long time ..</FONT></SPAN></DIV>
      <DIV><SPAN class=3D496470910-30052003><SPAN=20
      class=3D496470910-30052003></SPAN></SPAN>&nbsp;</DIV>
      <DIV><SPAN class=3D496470910-30052003><SPAN =
class=3D496470910-30052003><FONT=20
      color=3D#0000ff face=3DArial size=3D2>LOL .........&nbsp;=20
      ;-)</FONT></SPAN></SPAN></DIV>
      <P><FONT face=3DTahoma size=3D2>-----Original =
Message-----<BR><B>From:</B> <A=20
      class=3Dmoz-txt-link-abbreviated=20
      href=3D"mailto:root@fatcity.com">root@fatcity.com</A> [<A=20
      class=3Dmoz-txt-link-freetext=20
      href=3D"mailto:root@fatcity.com">mailto:root@fatcity.com</A>]<B>On =
Behalf Of=20
      </B>Vladimir Barac<BR><B>Sent:</B> Friday, May 30, 2003 2:35=20
      PM<BR><B>To:</B> Multiple recipients of list =
ORACLE-L<BR><B>Subject:</B>=20
      Re: Parallel Query Server died<BR><BR></FONT></P>
      <BLOCKQUOTE dir=3Dltr style=3D"MARGIN-RIGHT: 0px">
        <DIV><STRONG><FONT face=3DVerdana size=3D2>Kool, now some cyber =
funeral will=20
        take place...</FONT></STRONG></DIV>
        <BLOCKQUOTE dir=3Dltr=20
        style=3D"BORDER-LEFT: rgb(0,0,0) 2px solid; MARGIN-LEFT: 5px; =
MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
          <DIV=20
          style=3D"FONT: 10pt arial; font-stretch: normal; =
font-size-adjust: none">-----=20
          Original Message ----- </DIV>
          <DIV=20
          style=3D"BACKGROUND: rgb(228,228,228) 0% 50%; FONT: 10pt =
arial; font-stretch: normal; font-size-adjust: none"><B>From:</B>=20
          <A href=3D"mailto:shuan.tay@pci.co.id"=20
          title=3Dshuan.tay@pci.co.id>shuan.tay(PCI=BEG=B8R=B3=D4)</A> =
</DIV>
          <DIV=20
          style=3D"FONT: 10pt arial; font-stretch: normal; =
font-size-adjust: none"><B>To:</B>=20
          <A href=3D"mailto:ORACLE-L@fatcity.com"=20
          title=3DORACLE-L@fatcity.com>Multiple recipients of list =
ORACLE-L</A>=20
          </DIV>
          <DIV=20
          style=3D"FONT: 10pt arial; font-stretch: normal; =
font-size-adjust: none"><B>Sent:</B>=20
          Friday, May 30, 2003 11:19</DIV>
          <DIV=20
          style=3D"FONT: 10pt arial; font-stretch: normal; =
font-size-adjust: none"><B>Subject:</B>=20
          Parallel Query Server died</DIV>
          <DIV><BR></DIV>
          <DIV><FONT face=3DMingLiu size=3D2>Dear all DBAs,</FONT></DIV>
          <DIV>&nbsp;</DIV>
          <DIV><FONT face=3D=B2=D3=A9=FA=C5=E9 size=3D2>What should i =
check for this=20
          error?</FONT></DIV>
          <DIV><FONT face=3D=B2=D3=A9=FA=C5=E9 size=3D2>"ORA-12805: =
parallel query server died=20
          unexpectedly"</FONT></DIV>
          <DIV>&nbsp;</DIV>
          <DIV><FONT face=3D=B2=D3=A9=FA=C5=E9 size=3D2>The SQL =
statement was running&nbsp;well=20
          before.</FONT></DIV>
          <DIV><FONT face=3D=B2=D3=A9=FA=C5=E9 size=3D2>There's nothing =
in the alert log about this=20
          error.</FONT></DIV>
          <DIV>&nbsp;</DIV>
          <DIV><FONT face=3D=B2=D3=A9=FA=C5=E9 size=3D2>I'm using Oracle =
8.1.6 on Redhat=20
          7.2.</FONT></DIV>
          <DIV>&nbsp;</DIV>
          <DIV><FONT face=3D=B2=D3=A9=FA=C5=E9 size=3D2>Thanks and have =
a nice=20
        day.</FONT></DIV></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><PRE =
wrap=3D""><HR SIZE=3D4 width=3D"90%">
*********************************************************************This=
 e-mail message is confidential, intended only for the named =
recipient(s) above and may contain information that is privileged, =
attorney work product or exempt from disclosure under applicable law. If =
you have received this message in error, or are not the named =
recipient(s), please immediately notify corporate MIS at (860) 766-2000 =
and delete this e-mail message from your computer, Thank =
you.*********************************************************************=
1
  </PRE></BLOCKQUOTE><BR></BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01C32845.6CECF4C6--
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: <Govind.Arumugam@alltel.com
  INET: Govind.Arumugam@alltel.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).

