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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: AW: Extremely slow querry

RE: AW: Extremely slow querry

From: Alex Hillman <alex_hillman_at_physia.com>
Date: Sat, 5 Aug 2000 12:36:55 -0400
Message-Id: <10580.113912@fatcity.com>


This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible.

------_=_NextPart_001_01BFFEFB.5DDFBE30
Content-Type: text/plain;

        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

You should analyze FOR TABLE FOR ALL INDEXES FOR ALL COLUMNS, not only = FOR
ALL INDEXED COLUMNS. Optimizer gets useful info from analyzing = non-indexed
columns also.

Alex Hillman

-----Original Message-----
From: Vidya Kalyanaraman [mailto:kvidya13_at_hotmail.com] Sent: Friday, August 04, 2000 11:58 AM
To: Multiple recipients of list ORACLE-L Subject: Re: AW: Extremely slow querry

Hi Volker

Normally when u analyze a table, all the associated indexes are=20 automatically analyzed as well.
But from 7.3.4, you have a better way to analyze table/indexes with "FOR" clause of ANALYZE command.
ANALYZE TABLE table_name COMPUTE STATISTICS FOR TABLE FOR ALL INDEXED=20 COLUMNS; You can specify the percentage sampling for ESTIMATE statistics, but = again=20
if you specifiy more than 40% or 50%(I am not really sure about exact=20 value), it is similar to COMPUTE statistics.

Hope it helps
Thanks
Vidya

Reply-To: ORACLE-L_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Date: Fri, 04 Aug 2000 02:18:43 -0800

analyze table PS_JOB JOB compute statistics; analyze table PS_FAST_SCRTY_2 SEC compute statistics;

do the same for indexes on this tables

analyze index i???? compute statistics;

Volker Sch=F6n
E-Mail: mailto:v.schoen_at_inplan.de <mailto:v.schoen_at_inplan.de> http://www.inplan.de <http://www.inplan.de/>

-----Urspr=FCngliche Nachricht-----
Von: Siva_Chintalapati [mailto:Siva_Chintalapati_at_satyam.com] Gesendet: Freitag, 4. August 2000 08:34
An: Multiple recipients of list ORACLE-L Betreff: RE: Extremely slow querry

Hello ,
Please say me how to compute and estimate stastics.

Regards
Siva



Reply To: ORACLE-L_at_fatcity.com
Sent: Thursday, August 03, 2000 7:16 PM To: Multiple recipients of list ORACLE-L

        Just a thought,
Try analyzing the indexes on those tables. Also, if possible, try to use COMPUTE instead of ESTIMATE.

        Do the Explain Plan again and compare it with the previous one.

        Suggestion: you might want to run a script to analyze the objects(tables,
indexes, etc.) on a regular basis using cron.

        HTP.         Gunawan Yuwono
Oracle DBA
Kansas City, MO

	>--- Original Message ---

>From: "Jack van Zanen" <nlzanen1_at_ey.nl>
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Date: 8/3/00 11:25:28 AM
>
	>

>
>
>Hi All,
>
>
>Peoplesoap database
>Oracle 8.0.5
>AIX 4.3.2
>
>
>*************
>SELECT
> JOB.EMPLID,
> JOB.EMPL_RCD#,
> SEC.OPRCLASS,
> SEC.ACCESS_CD
>FROM
> PS_JOB JOB,
> PS_FAST_SCRTY_2 SEC
>WHERE
> SEC.ACCESS_CD =3D 'Y'
> AND SEC.SETID =3D JOB.SETID_DEPT
> AND SEC.DEPTID =3D JOB.DEPTID
>
>****************
>
>This is a select that is part of a PS view (stripped version)
and takes 30
>minutes to run
>The explain plan shows just a nested loop with the smaller table
>(ps_fast_scrty_2 5500 records) as the driving table
>and the large table (180.000 records) is not even accessed,
all needed
>information comes out of the index.
>
>This is a small database on a machine that should be capable
of a lot more.
>
>Anybody any idea???
>
>

 =
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>De informatie verzonden met dit E-mail bericht is uitsluitend
bestemd voor
>de geadresseerde. Gebruik van deze informatie door anderen dan
de
>geadresseerde is verboden. Openbaarmaking, vermenigvuldiging,
verspreiding
>en/of verstrekking van deze informatie aan derden is niet toegestaan.
>Ernst & Young staat niet in voor de juiste en volledige overbrenging
van de
>inhoud van een verzonden E-mail, noch voor tijdige ontvangst
daarvan.
 =
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>The information contained in this communication is confidential
and may be
>legally privileged. It is intended solely for the use of the
individual or
>entity to whom it is addressed and others authorised to receive
it. If you
>are not the intended recipient you are hereby notified that
any disclosure,
>copying, distribution or taking any action in reliance on the
contents of
>this information is strictly prohibited and may be unlawful.
Ernst &
>Young is neither liable for the proper and complete transmission
of the
>information contained in this communication nor for any delay
in its
>receipt.

 =
>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>
>
>
>--
>Author: Jack van Zanen
> INET: nlzanen1_at_ey.nl
>
>Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
>San Diego, California -- Public Internet access / Mailing
Lists
>--------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: ListGuru_at_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).
>
>


Sent from a WebBox - http://www.webbox.com <http://www.webbox.com> FREE Web based Email, Files, Bookmarks, Calendar, People and Great Ways to Share them with Others!

        --
Author: Gunawan Yuwono

   INET: gunawan.yuwono_at_webbox.com

	Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_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).
________________________________________________________________________=

Get Your Private, Free E-mail from MSN Hotmail at = http://www.hotmail.com

--=20
Author: Vidya Kalyanaraman
  INET: kvidya13_at_hotmail.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_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_01BFFEFB.5DDFBE30
Content-Type: text/html;

        charset="iso-8859-1"
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=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version = 5.5.2448.0">
<TITLE>RE: AW: Extremely slow querry</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>You should analyze FOR TABLE FOR ALL INDEXES FOR ALL = COLUMNS, not only FOR ALL INDEXED COLUMNS. Optimizer gets useful info = from analyzing non-indexed columns also.</FONT></P>

<P><FONT SIZE=3D2>Alex Hillman</FONT>
</P>

<P><FONT SIZE=3D2>-----Original Message-----</FONT> <BR><FONT SIZE=3D2>From: Vidya Kalyanaraman [<A = HREF=3D"mailto:kvidya13_at_hotmail.com">mailto:kvidya13_at_hotmail.com</A>]</F=

ONT>
<BR><FONT SIZE=3D2>Sent: Friday, August 04, 2000 11:58 AM</FONT>
<BR><FONT SIZE=3D2>To: Multiple recipients of list ORACLE-L</FONT>
<BR><FONT SIZE=3D2>Subject: Re: AW: Extremely slow querry</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Hi Volker</FONT>
</P>

<P><FONT SIZE=3D2>Normally when u analyze a table, all the associated =

indexes are </FONT>
<BR><FONT SIZE=3D2>automatically analyzed as well.</FONT>
<BR><FONT SIZE=3D2>But from 7.3.4, you have a better way to analyze =
table/indexes with</FONT>
<BR><FONT SIZE=3D2>&quot;FOR&quot; clause of ANALYZE command.</FONT> <BR><FONT SIZE=3D2>ANALYZE TABLE table_name COMPUTE STATISTICS FOR = TABLE FOR ALL INDEXED </FONT>
<BR><FONT SIZE=3D2>COLUMNS;</FONT>
</P>

<P><FONT SIZE=3D2>You can specify the percentage sampling for ESTIMATE = statistics, but again </FONT>
<BR><FONT SIZE=3D2>if you specifiy more than 40% or 50%(I am not really = sure about exact </FONT>
<BR><FONT SIZE=3D2>value), it is similar to COMPUTE statistics.</FONT> </P>

<P><FONT SIZE=3D2>Hope it helps</FONT>
<BR><FONT SIZE=3D2>Thanks</FONT>
<BR><FONT SIZE=3D2>Vidya</FONT>
</P>
<BR>

<P><FONT SIZE=3D2>Reply-To: ORACLE-L_at_fatcity.com</FONT> <BR><FONT SIZE=3D2>To: Multiple recipients of list ORACLE-L = &lt;ORACLE-L_at_fatcity.com&gt;</FONT>
<BR><FONT SIZE=3D2>Date: Fri, 04 Aug 2000 02:18:43 -0800</FONT> </P>

<P><FONT SIZE=3D2>analyze table PS_JOB JOB compute statistics;</FONT> <BR><FONT SIZE=3D2>analyze table PS_FAST_SCRTY_2 SEC&nbsp; compute = statistics;</FONT>
</P>

<P><FONT SIZE=3D2>do the same for indexes on this tables</FONT> </P>

<P><FONT SIZE=3D2>analyze index i???? compute statistics;</FONT> </P>

<P><FONT SIZE=3D2>Volker Sch=F6n</FONT>
<BR><FONT SIZE=3D2>E-Mail: <A =
HREF=3D"mailto:v.schoen_at_inplan.de">mailto:v.schoen_at_inplan.de</A> &lt;<A = HREF=3D"mailto:v.schoen_at_inplan.de">mailto:v.schoen_at_inplan.de</A>&gt;</FO= NT>
<BR><FONT SIZE=3D2><A HREF=3D"http://www.inplan.de" = TARGET=3D"_blank">http://www.inplan.de</A> &lt;<A = HREF=3D"http://www.inplan.de/" =
TARGET=3D"_blank">http://www.inplan.de/</A>&gt;</FONT> </P>

<P><FONT SIZE=3D2>-----Urspr=FCngliche Nachricht-----</FONT> <BR><FONT SIZE=3D2>Von: Siva_Chintalapati [<A = HREF=3D"mailto:Siva_Chintalapati_at_satyam.com">mailto:Siva_Chintalapati_at_sa= tyam.com</A>]</FONT>

<BR><FONT SIZE=3D2>Gesendet: Freitag, 4. August 2000 08:34</FONT>
<BR><FONT SIZE=3D2>An: Multiple recipients of list ORACLE-L</FONT>
<BR><FONT SIZE=3D2>Betreff: RE: Extremely slow querry</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=3D2>Hello ,</FONT>
<BR><FONT SIZE=3D2>Please say me how to compute and estimate = stastics.</FONT>
</P>

<P><FONT SIZE=3D2>Regards</FONT>
<BR><FONT SIZE=3D2>Siva</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT = SIZE=3D2>----------</FONT>
<BR><FONT SIZE=3D2>Reply To:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = ORACLE-L_at_fatcity.com</FONT>
<BR><FONT SIZE=3D2>Sent:&nbsp;&nbsp; Thursday, August 03, 2000 7:16 = PM</FONT>
<BR><FONT SIZE=3D2>To:&nbsp;&nbsp;&nbsp;&nbsp; Multiple recipients of = list ORACLE-L</FONT>
</P>
<BR>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>Just a = thought,</FONT>
<BR><FONT SIZE=3D2>Try analyzing the indexes on those tables. Also, if = possible,</FONT>
<BR><FONT SIZE=3D2>try to use COMPUTE instead of ESTIMATE.</FONT> </P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>Do the = Explain Plan again and compare it with the previous one.</FONT> </P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT = SIZE=3D2>Suggestion: you might want to run a script to analyze = the</FONT>

<BR><FONT SIZE=3D2>objects(tables,</FONT>
<BR><FONT SIZE=3D2>indexes, etc.) on a regular basis using cron.</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT = SIZE=3D2>HTP.</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>Gunawan = Yuwono</FONT>

<BR><FONT SIZE=3D2>Oracle DBA</FONT>
<BR><FONT SIZE=3D2>Kansas City, MO</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>&gt;--- = Original Message ---</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;From: &quot;Jack van Zanen&quot; = &lt;nlzanen1_at_ey.nl&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;To: Multiple recipients of list ORACLE-L = &lt;ORACLE-L_at_fatcity.com&gt;</FONT>

<BR><FONT SIZE=3D2>&nbsp;&gt;Date: 8/3/00 11:25:28 AM</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT = SIZE=3D2>&gt;</FONT>

<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;Hi All,</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;Peoplesoap database</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;Oracle 8.0.5</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;AIX 4.3.2</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;*************</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;SELECT</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;&nbsp;&nbsp;&nbsp; JOB.EMPLID,</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;&nbsp;&nbsp;&nbsp; JOB.EMPL_RCD#,</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;&nbsp;&nbsp;&nbsp; SEC.OPRCLASS,</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;&nbsp;&nbsp;&nbsp; SEC.ACCESS_CD</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;FROM</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;&nbsp;&nbsp;&nbsp; PS_JOB JOB,</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;&nbsp;&nbsp;&nbsp; PS_FAST_SCRTY_2 =
SEC</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;WHERE</FONT> <BR><FONT SIZE=3D2>&nbsp;&gt;&nbsp;&nbsp;&nbsp;&nbsp; SEC.ACCESS_CD = =3D&nbsp; 'Y'</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;&nbsp;&nbsp;&nbsp; = AND&nbsp;&nbsp;&nbsp;&nbsp; SEC.SETID =3D JOB.SETID_DEPT</FONT> <BR><FONT SIZE=3D2>&nbsp;&gt;&nbsp;&nbsp;&nbsp; = AND&nbsp;&nbsp;&nbsp;&nbsp; SEC.DEPTID =3D JOB.DEPTID</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;****************</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;This is a select that is part of a PS view =
(stripped version)</FONT>
<BR><FONT SIZE=3D2>and takes 30</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;minutes to run</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;The explain plan shows just a nested loop =
with the smaller table</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;(ps_fast_scrty_2&nbsp; 5500 records) as = the driving table</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;and the large table (180.000 records) is = not even accessed,</FONT>
<BR><FONT SIZE=3D2>all needed</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;information comes out of the index.</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;This is a small database on a machine that =
should be capable</FONT>
<BR><FONT SIZE=3D2>of a lot more.</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;Anybody any idea???</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
<BR><FONT =

SIZE=3D2>&nbsp;&gt;=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D</FONT>

<BR><FONT SIZE=3D2>&nbsp;&gt;De informatie verzonden met dit E-mail = bericht is uitsluitend</FONT>
<BR><FONT SIZE=3D2>bestemd voor</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;de geadresseerde. Gebruik van deze = informatie door anderen dan</FONT>
<BR><FONT SIZE=3D2>de</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;geadresseerde is verboden. Openbaarmaking, = vermenigvuldiging,</FONT>
<BR><FONT SIZE=3D2>verspreiding</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;en/of verstrekking van deze informatie aan = derden is niet toegestaan.</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;Ernst &amp; Young staat niet in voor de = juiste en volledige overbrenging</FONT>
<BR><FONT SIZE=3D2>van de</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;inhoud van een verzonden E-mail, noch voor = tijdige ontvangst</FONT>
<BR><FONT SIZE=3D2>daarvan.</FONT>
<BR><FONT =
SIZE=3D2>&nbsp;&gt;=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D</FONT>

<BR><FONT SIZE=3D2>&nbsp;&gt;The information contained in this = communication is confidential</FONT>
<BR><FONT SIZE=3D2>and may be</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;legally privileged. It is intended solely = for the use of the</FONT>
<BR><FONT SIZE=3D2>individual or</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;entity to whom it is addressed and others = authorised to receive</FONT>
<BR><FONT SIZE=3D2>it. If you</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;are not the intended recipient you are = hereby notified that</FONT>
<BR><FONT SIZE=3D2>any disclosure,</FONT> <BR><FONT SIZE=3D2>&nbsp;&gt;copying,&nbsp; distribution or taking any = action in reliance on the</FONT>
<BR><FONT SIZE=3D2>contents of</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;this information is strictly prohibited = and may be unlawful.</FONT>
<BR><FONT SIZE=3D2>Ernst &amp;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;Young is neither liable&nbsp; for the = proper and complete transmission</FONT>
<BR><FONT SIZE=3D2>of the</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;information contained in this = communication nor for any delay</FONT>
<BR><FONT SIZE=3D2>in its</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;receipt.</FONT>
<BR><FONT =

SIZE=3D2>&nbsp;&gt;=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;--</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;Author: Jack van Zanen</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;&nbsp; INET: nlzanen1_at_ey.nl</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;Fat City Network = Services&nbsp;&nbsp;&nbsp; -- (858) 538-5051&nbsp; FAX: (858) = 538-5051</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;San Diego, = California&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Public Internet = access / Mailing</FONT>
<BR><FONT SIZE=3D2>Lists</FONT>
<BR><FONT =
SIZE=3D2>&nbsp;&gt;-----------------------------------------------------=
---------------</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;To REMOVE yourself from this mailing list, = send an E-Mail message</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;to: ListGuru_at_fatcity.com (note EXACT = spelling of 'ListGuru')</FONT>
<BR><FONT SIZE=3D2>and in</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;the message BODY, include a line = containing: UNSUB ORACLE-L</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;(or the name of mailing list you want to = be removed from).</FONT>
<BR><FONT SIZE=3D2>You may</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;also send the HELP command for other = information (like subscribing).</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
<BR><FONT SIZE=3D2>&nbsp;&gt;</FONT>
<BR><FONT SIZE=3D2>----------------</FONT>
<BR><FONT SIZE=3D2>Sent from a WebBox - <A =
HREF=3D"http://www.webbox.com" =
TARGET=3D"_blank">http://www.webbox.com</A> &lt;<A = HREF=3D"http://www.webbox.com" =
TARGET=3D"_blank">http://www.webbox.com</A>&gt;</FONT> <BR><FONT SIZE=3D2>FREE Web based Email, Files, Bookmarks, Calendar, = People and</FONT>
<BR><FONT SIZE=3D2>Great Ways to Share them with Others!</FONT>
</P>
<BR>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>--</FONT>
<BR><FONT SIZE=3D2>Author: Gunawan Yuwono</FONT>
<BR><FONT SIZE=3D2>&nbsp;&nbsp; INET: gunawan.yuwono_at_webbox.com</FONT> </P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=3D2>Fat City = Network Services&nbsp;&nbsp;&nbsp; -- (858) 538-5051&nbsp; FAX: (858) = 538-5051</FONT>
<BR><FONT SIZE=3D2>San Diego, =
California&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Public Internet = access / Mailing Lists</FONT>
<BR><FONT =

SIZE=3D2>---------------------------------------------------------------=
-----</FONT>
<BR><FONT SIZE=3D2>To REMOVE yourself from this mailing list, send an = E-Mail message</FONT>
<BR><FONT SIZE=3D2>to: ListGuru_at_fatcity.com (note EXACT spelling of = 'ListGuru') and in</FONT>
<BR><FONT SIZE=3D2>the message BODY, include a line containing: UNSUB = ORACLE-L</FONT>
<BR><FONT SIZE=3D2>(or the name of mailing list you want to be removed = from).&nbsp; You may</FONT>
<BR><FONT SIZE=3D2>also send the HELP command for other information = (like subscribing).</FONT>
</P>
<BR>

<P><FONT =

SIZE=3D2>_______________________________________________________________=
_________</FONT>
<BR><FONT SIZE=3D2>Get Your Private, Free E-mail from MSN Hotmail at <A = HREF=3D"http://www.hotmail.com" =
TARGET=3D"_blank">http://www.hotmail.com</A></FONT> </P>
<P><FONT SIZE=3D2>-- </FONT>
<BR><FONT SIZE=3D2>Author: Vidya Kalyanaraman</FONT>
<BR><FONT SIZE=3D2>&nbsp; INET: kvidya13_at_hotmail.com</FONT>
</P>

<P><FONT SIZE=3D2>Fat City Network Services&nbsp;&nbsp;&nbsp; -- (858) = 538-5051&nbsp; FAX: (858) 538-5051</FONT> <BR><FONT SIZE=3D2>San Diego, =
California&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Public Internet = access / Mailing Lists</FONT>
<BR><FONT =

SIZE=3D2>---------------------------------------------------------------=
Received on Sat Aug 05 2000 - 11:36:55 CDT

Original text of this message

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