Return-Path: <ml-errors@fatcity.com>
Received: from ensim.rackshack.net (root@localhost)
 by orafaq.net (8.11.6/8.11.6) with ESMTP id h6UKvKU21859
 for <oracle-l@orafaq.net>; Wed, 30 Jul 2003 15:57:20 -0500
X-ClientAddr: 66.27.56.210
Received: from ns3.fatcity.com (rrcs-west-66-27-56-210.biz.rr.com [66.27.56.210])
 by ensim.rackshack.net (8.11.6/8.11.6) with ESMTP id h6UKvCp21851
 for <oracle-l@orafaq.net>; Wed, 30 Jul 2003 15:57:15 -0500
Received: from ns3.fatcity.com (localhost.localdomain [127.0.0.1])
 by ns3.fatcity.com (8.12.5/8.12.5) with ESMTP id h6UIKL7s000861
 for <oracle-l@orafaq.net>; Wed, 30 Jul 2003 11:23:33 -0700
Received: (from root@localhost)
 by ns3.fatcity.com (8.12.5/8.12.5/Submit) id h6UEZOCN005828
 for oracle-l@orafaq.net; Wed, 30 Jul 2003 07:35:28 -0700
Received: by fatcity.com (05-Jun-2003/v1.0g-b73/bab) via fatcity.com id 005C7D6F; Wed, 30 Jul 2003 07:29:35 -0800
Message-ID: <F001.005C7D6F.20030730072935@fatcity.com>
Date: Wed, 30 Jul 2003 07:29:35 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: "Jamadagni, Rajendra" <Rajendra.Jamadagni@espn.com>
Sender: ml-errors@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: "Jamadagni, Rajendra" <Rajendra.Jamadagni@ESPN.COM>
Subject: RE: clustering
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 73; ListGuru (c) 1996-2003 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: multipart/mixed;	boundary="----=_NextPartTM-000-82d70750-5552-4c64-aa28-dac90b0a0add"
------=_NextPartTM-000-82d70750-5552-4c64-aa28-dac90b0a0add
Content-Type: multipart/alternative;
 boundary="----_=_NextPart_001_01C356A7.3FC5BB9A"
------_=_NextPart_001_01C356A7.3FC5BB9A
Content-Type: text/plain;
 charset="iso-8859-1"

Bala,
 
Do you have a bug# associated with this one? We are on AIX, so this is
*very* interesting to me.
 
TIA
Raj
----------------------------------------------------------------------------
---- 
Rajendra dot Jamadagni at nospamespn dot com 
All Views expressed in this email are strictly personal. 
QOTD: Any clod can have facts, having an opinion is an art ! 

-----Original Message-----
Sent: Tuesday, July 29, 2003 6:09 PM
To: Multiple recipients of list ORACLE-L


We used to experience problems in our RAC environment when there's an
interconnect failure. There's a workaround for that problem, that was worked
for us -
 
Create a directory under $ORACLE_HOME/rdbms called ".aixopt". Create (touch)
a file called SUSTAIN_IPC_FAILURE (uppercase - 0 byte file).
 
 
We're using 9.2.0.3 2node RAC on AIX 5L / HACMP 4.4
 
Does Sun or Tru64 have similar workarounds or does it work flawlessly
without the workaound. Having this workaround tells RAC to make sure atleast
there's one surviving instance in the cluster instead of all instances
crashing. Here's the section from alert log file with an example of handling
failures of all 3 interconnects.
 
Marking down Network with IP 192.168.17.11
Thu Apr 10 23:29:28 2003
Marking down Network with IP 192.168.18.11
Thu Apr 10 23:29:28 2003
Marking down Network with IP 192.168.18.11
Thu Apr 10 23:29:28 2003
Marking down Network with IP 192.168.18.11
Thu Apr 10 23:29:28 2003
Marking down Network with IP 192.168.18.11
Thu Apr 10 23:29:29 2003
Marking down Network with IP 192.168.18.11
Thu Apr 10 23:29:29 2003
Marking down Network with IP 192.168.18.11
Thu Apr 10 23:29:29 2003
Marking down Network with IP 192.168.18.11
Thu Apr 10 23:29:30 2003
Marking down Network with IP 192.168.18.11
Thu Apr 10 23:29:33 2003
Marking down Network with IP 192.168.19.11
WARNING!!! NO COMMON NETWORKS FOR ALL NODES TO COMMUNICATE
SUSTAINING IPC FAILURE
THIS SHOULD BE THE ONLY INSTANCE RUNNING IN THIS CLUSTER


-----Original Message-----
Sent: Tuesday, July 29, 2003 9:29 AM
To: Multiple recipients of list ORACLE-L


 
Hrrrmm - well, we've never seen the problem you describe, and we've got a
pretty big RAC environment here (clusters from two to six nodes, and we
combine dev clusters to build bigger ones as we need).  What the situation
you describe sounds like is what happens when there's interconnect failure.
Each node thinks independently that its been separated from the rest of the
cluster and (effectively) shoots itself in the head.  This causes every
instance to hang.  This is why the crafty RAC Jedi designs well their
interconnect architecture.
 
But yes, if you're willing to take the "completely 2n capacity" cluster
route and have two databases, double the oracle licenses, two storage
arrays, two fibre channel networks, etc. , that is the highest
availability/reliability cluster you can have - although at the highest cost
and complexity.
 
Which clustering solution is right for you?  Cheap and inelegant?  Expensive
and bullet-proof?  Well, that's why we get paid the big bucks, right? :)
 
Thanks,
Matt

--
Matthew Zito
GridApp Systems
Email: mzito@gridapp.com
Cell: 646-220-3551
Phone: 212-358-8211 x 359
http://www.gridapp.com <http://www.gridapp.com/>  

-----Original Message-----
Tanel Poder
Sent: Monday, July 28, 2003 7:05 PM
To: Multiple recipients of list ORACLE-L


However, failed transactions must be handled from client side. Queries may
migrate to surviving nodes transparently.
Also, currently RAC has many problems, such all nodes hanging when one node
dies. Completely separate systems are still (an will always be) the most
available solution.
 
Tanel.
 
----- Original Message ----- 

To: Multiple recipients of list  <mailto:ORACLE-L@fatcity.com> ORACLE-L 
Sent: Monday, July 28, 2003 7:49 PM


Another Important different is that RAC is best High Availability solution
in case of System/Instance Failure where in case of HP or Veritas Cluster,
all of the resource get stopped on live system/node of the cluster and then
get started on second node and hence user will be affected. But in case of
system or Instance failure, there is seamless transition of the User session
in RAC 


Indy Johal




	"Ron Rogers" <RROGERS@galottery.org> 
Sent by: ml-errors@fatcity.com 


07/28/03 12:29 PM 
Please respond to ORACLE-L 


        
        To:        Multiple recipients of list ORACLE-L
<ORACLE-L@fatcity.com> 
        cc:         
        Subject:        Re: clustering	



ak,
As I understand it, an HP cluster is 2 boxes that have the capability
to access the same disks and data but only one can have the oracle
instance running and accessing the datafiles(active). Sort of like a
high availability option.
With RAC both boxes can access the instance and datafiles at the same
time.
List, Correct me if I need it.
Ron

>>> oramagic@hotmail.com 07/28/03 12:14PM >>>
Hi Guys ,
I am new to this clustering concept. Just trying to understand few
basics . Need ur help .

what is differece between oracle running on sun /hp cluster with 2
nodes and oracle with RAC running on 2 nodes ?  

thanks,
-ak
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Ron Rogers
 INET: RROGERS@galottery.org

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).





------_=_NextPart_001_01C356A7.3FC5BB9A
Content-Type: text/html;
 charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Message</TITLE>

<META content="MSHTML 5.50.4926.2500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#e0e0e0>
<DIV><SPAN class=009433014-30072003><FONT face="Courier New" color=#0000ff 
size=2>Bala,</FONT></SPAN></DIV>
<DIV><SPAN class=009433014-30072003><FONT face="Courier New" color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=009433014-30072003><FONT face="Courier New" color=#0000ff 
size=2>Do you have a bug# associated with this one? We are on AIX, so this is 
*very* interesting to me.</FONT></SPAN></DIV>
<DIV><SPAN class=009433014-30072003><FONT face="Courier New" color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=009433014-30072003><FONT face="Courier New" color=#0000ff 
size=2>TIA</FONT></SPAN></DIV>
<DIV><SPAN class=009433014-30072003><FONT face="Courier New" color=#0000ff 
size=2>Raj</FONT></SPAN></DIV>
<DIV><SPAN class=009433014-30072003></SPAN><FONT face="Courier New" 
size=2>--------------------------------------------------------------------------------</FONT> 
<BR><FONT face="Courier New" size=2>Rajendra dot Jamadagni at nospamespn dot 
com</FONT> <BR><FONT face="Courier New" size=2>All Views expressed in this email 
are strictly personal.</FONT> <BR><FONT face="Courier New" size=2>QOTD: Any clod 
can have facts, having an opinion is an art !</FONT> </DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> Balakrishnan, Ashok - VSCM 
  [mailto:Balakrishnan.Ashok@vectorscm.com]<BR><B>Sent:</B> Tuesday, July 29, 
  2003 6:09 PM<BR><B>To:</B> Multiple recipients of list 
  ORACLE-L<BR><B>Subject:</B> RE: clustering<BR><BR></FONT></DIV>
  <DIV><SPAN class=555574618-29072003><FONT face=Verdana color=#0000ff size=2>We 
  used to experience problems in our RAC environment when there's an 
  interconnect failure. There's a workaround for that problem, that was worked 
  for us -</FONT></SPAN></DIV>
  <DIV><SPAN class=555574618-29072003><FONT face=Verdana color=#0000ff 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=555574618-29072003><FONT face=Verdana color=#0000ff 
  size=2>Create a directory under $ORACLE_HOME/rdbms called ".aixopt". Create 
  (touch) a file called SUSTAIN_IPC_FAILURE (uppercase - 0 byte 
  file).</FONT></SPAN></DIV>
  <DIV><SPAN class=555574618-29072003></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=555574618-29072003><FONT face=Verdana color=#0000ff 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=555574618-29072003><FONT face=Verdana color=#0000ff 
  size=2>We're using 9.2.0.3 2node RAC on AIX 5L / HACMP 4.4</FONT></SPAN></DIV>
  <DIV><SPAN class=555574618-29072003><FONT face=Verdana color=#0000ff 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=555574618-29072003><FONT face=Verdana color=#0000ff 
  size=2>Does Sun or Tru64 have similar workarounds or does it work flawlessly 
  without the workaound. Having this workaround tells RAC to make sure atleast 
  there's one surviving instance in the cluster instead of all instances 
  crashing. Here's the section from alert log file&nbsp;with an example of 
  handling failures of all 3 interconnects.</FONT></SPAN></DIV>
  <DIV><SPAN class=555574618-29072003><FONT face=Verdana color=#0000ff 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=555574618-29072003><FONT face=Verdana color=#0000ff 
  size=2>Marking down Network with IP 192.168.17.11<BR>Thu Apr 10 23:29:28 
  2003<BR>Marking down Network with IP 192.168.18.11<BR>Thu Apr 10 23:29:28 
  2003<BR>Marking down Network with IP 192.168.18.11<BR>Thu Apr 10 23:29:28 
  2003<BR>Marking down Network with IP 192.168.18.11<BR>Thu Apr 10 23:29:28 
  2003<BR>Marking down Network with IP 192.168.18.11<BR>Thu Apr 10 23:29:29 
  2003<BR>Marking down Network with IP 192.168.18.11<BR>Thu Apr 10 23:29:29 
  2003<BR>Marking down Network with IP 192.168.18.11<BR>Thu Apr 10 23:29:29 
  2003<BR>Marking down Network with IP 192.168.18.11<BR>Thu Apr 10 23:29:30 
  2003<BR>Marking down Network with IP 192.168.18.11<BR>Thu Apr 10 23:29:33 
  2003<BR>Marking down Network with IP 192.168.19.11<BR>WARNING!!! NO COMMON 
  NETWORKS FOR ALL NODES TO COMMUNICATE<BR><FONT color=#ff0000>SUSTAINING IPC 
  FAILURE</FONT><BR>THIS SHOULD BE THE ONLY INSTANCE RUNNING IN THIS 
  CLUSTER<BR></FONT></SPAN></DIV>
  <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
    <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
    size=2>-----Original Message-----<BR><B>From:</B> Matthew Zito 
    [mailto:mzito@gridapp.com]<BR><B>Sent:</B> Tuesday, July 29, 2003 9:29 
    AM<BR><B>To:</B> Multiple recipients of list ORACLE-L<BR><B>Subject:</B> RE: 
    clustering<BR><BR></FONT></DIV>
    <DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
    <DIV><SPAN class=218151115-29072003><FONT face=Arial color=#0000ff 
    size=2>Hrrrmm - well, we've never seen the problem you describe, and we've 
    got a pretty big RAC environment here (clusters from two to six nodes, and 
    we combine dev clusters to build bigger ones as we need).&nbsp; What the 
    situation you describe sounds like is what happens when there's interconnect 
    failure.&nbsp; Each node thinks independently that its been separated from 
    the rest of the cluster and (effectively) shoots itself in the head.&nbsp; 
    This causes every instance to hang.&nbsp; This is why the crafty RAC Jedi 
    designs well their interconnect architecture.</FONT></SPAN></DIV>
    <DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
    class=218151115-29072003>But yes, if you're willing to take the "completely 
    2n capacity" cluster route and have two databases, double the oracle 
    licenses, two storage arrays, two fibre channel networks, etc.&nbsp;, that 
    is the highest availability/reliability cluster you can have - although at 
    the highest cost and complexity.</SPAN></FONT></DIV>
    <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
    class=218151115-29072003></SPAN></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
    class=218151115-29072003>Which clustering solution is right for you?&nbsp; 
    Cheap and inelegant?&nbsp; Expensive and bullet-proof?&nbsp; Well, that's 
    why we get paid the big bucks, right? :)</SPAN></FONT></DIV>
    <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
    class=218151115-29072003></SPAN></FONT>&nbsp;</DIV>
    <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
    class=218151115-29072003>Thanks,</SPAN></FONT></DIV>
    <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
    class=218151115-29072003>Matt</SPAN></FONT></DIV><!-- Converted from text/plain format -->
    <P><FONT size=2>--<BR>Matthew Zito<BR>GridApp Systems<BR>Email: 
    mzito@gridapp.com<BR>Cell: 646-220-3551<BR>Phone: 212-358-8211 x 359<BR><A 
    href="http://www.gridapp.com/">http://www.gridapp.com</A></FONT> </P>
    <BLOCKQUOTE dir=ltr 
    style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
      <DIV></DIV>
      <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
      face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> 
      ml-errors@fatcity.com [mailto:ml-errors@fatcity.com] <B>On Behalf Of 
      </B>Tanel Poder<BR><B>Sent:</B> Monday, July 28, 2003 7:05 
      PM<BR><B>To:</B> Multiple recipients of list ORACLE-L<BR><B>Subject:</B> 
      Re: clustering<BR><BR></FONT></DIV>
      <DIV><FONT face=Arial size=2>However, failed transactions must be handled 
      from client side. Queries may migrate to surviving nodes 
      transparently.</FONT></DIV>
      <DIV><FONT face=Arial size=2>Also, currently RAC has many problems, such 
      all nodes hanging when one node dies. Completely separate systems are 
      still (an will always be) the most available solution.</FONT></DIV>
      <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
      <DIV><FONT face=Arial size=2>Tanel.</FONT></DIV>
      <DIV><FONT face=Arial size=2></FONT><FONT face=Arial 
      size=2></FONT>&nbsp;</DIV>
      <DIV>----- Original Message ----- </DIV>
      <BLOCKQUOTE 
      style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
        <DIV 
        style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
        <A title=Indy.Johal@prnewswire.com 
        href="mailto:Indy.Johal@prnewswire.com">Indy Johal</A> </DIV>
        <DIV style="FONT: 10pt arial"><B>To:</B> <A title=ORACLE-L@fatcity.com 
        href="mailto:ORACLE-L@fatcity.com">Multiple recipients of list 
        ORACLE-L</A> </DIV>
        <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, July 28, 2003 7:49 
        PM</DIV>
        <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: clustering</DIV>
        <DIV><BR></DIV><BR><FONT face=sans-serif size=2>Another Important 
        different is that RAC is best High Availability solution in case of 
        System/Instance Failure where in case of HP or Veritas Cluster, all of 
        the resource get stopped on live system/node of the cluster and then get 
        started on second node and hence user will be affected. But in case of 
        system or Instance failure, there is seamless transition of the User 
        session in RAC</FONT> <BR><BR><BR><FONT face=sans-serif size=2>Indy 
        Johal<BR></FONT><BR><BR><BR>
        <TABLE width="100%">
          <TBODY>
          <TR vAlign=top>
            <TD>
            <TD><FONT face=sans-serif size=1><B>"Ron Rogers" 
              &lt;RROGERS@galottery.org&gt;</B></FONT> <BR><FONT face=sans-serif 
              size=1>Sent by: ml-errors@fatcity.com</FONT> 
              <P><FONT face=sans-serif size=1>07/28/03 12:29 PM</FONT> <BR><FONT 
              face=sans-serif size=1>Please respond to ORACLE-L</FONT> <BR></P>
            <TD><FONT face=Arial size=1>&nbsp; &nbsp; &nbsp; &nbsp; 
              </FONT><BR><FONT face=sans-serif size=1>&nbsp; &nbsp; &nbsp; 
              &nbsp; To: &nbsp; &nbsp; &nbsp; &nbsp;Multiple recipients of list 
              ORACLE-L &lt;ORACLE-L@fatcity.com&gt;</FONT> <BR><FONT 
              face=sans-serif size=1>&nbsp; &nbsp; &nbsp; &nbsp; cc: &nbsp; 
              &nbsp; &nbsp; &nbsp;</FONT> <BR><FONT face=sans-serif 
              size=1>&nbsp; &nbsp; &nbsp; &nbsp; Subject: &nbsp; &nbsp; &nbsp; 
              &nbsp;Re: clustering</FONT></TD></TR></TBODY></TABLE><BR><BR><BR><FONT 
        face="Courier New" size=2>ak,<BR>As I understand it, an HP cluster is 2 
        boxes that have the capability<BR>to access the same disks and data but 
        only one can have the oracle<BR>instance running and accessing the 
        datafiles(active). Sort of like a<BR>high availability option.<BR>With 
        RAC both boxes can access the instance and datafiles at the 
        same<BR>time.<BR>List, Correct me if I need 
        it.<BR>Ron<BR><BR>&gt;&gt;&gt; oramagic@hotmail.com 07/28/03 12:14PM 
        &gt;&gt;&gt;<BR>Hi Guys ,<BR>I am new to this clustering concept. Just 
        trying to understand few<BR>basics . Need ur help .<BR><BR>what is 
        differece between oracle running on sun /hp cluster with 2<BR>nodes and 
        oracle with RAC running on 2 nodes ? &nbsp;<BR><BR>thanks,<BR>-ak<BR>-- 
        <BR>Please see the official ORACLE-L FAQ: http://www.orafaq.net<BR>-- 
        <BR>Author: Ron Rogers<BR>&nbsp;INET: RROGERS@galottery.org<BR><BR>Fat 
        City Network Services &nbsp; &nbsp;-- 858-538-5051 
        http://www.fatcity.com<BR>San Diego, California &nbsp; &nbsp; &nbsp; 
        &nbsp;-- Mailing list and web hosting 
        services<BR>---------------------------------------------------------------------<BR>To 
        REMOVE yourself from this mailing list, send an E-Mail message<BR>to: 
        ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in<BR>the 
        message BODY, include a line containing: UNSUB ORACLE-L<BR>(or the name 
        of mailing list you want to be removed from). &nbsp;You may<BR>also send 
        the HELP command for other information (like 
        subscribing).<BR></FONT><BR><BR></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01C356A7.3FC5BB9A--


------=_NextPartTM-000-82d70750-5552-4c64-aa28-dac90b0a0add
Content-Type: text/plain;
 name="ESPN_Disclaimer.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="ESPN_Disclaimer.txt"

********************************************************************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.*********************************************************************2

------=_NextPartTM-000-82d70750-5552-4c64-aa28-dac90b0a0add--

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jamadagni, Rajendra
  INET: Rajendra.Jamadagni@espn.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).

