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: Exorbitant Parsingtime for view

Re: Exorbitant Parsingtime for view

From: Oliver Artelt <oli_at_md.transnet.de>
Date: Tue, 17 Oct 2000 18:42:29 +0200 (MESZ)
Message-Id: <10652.119508@fatcity.com>


And what's saying the optimizer? EXPLAIN PLAN... pls. Where are your indexes?

oli.=20

On Tue, 17 Oct 2000, Blum, Marc wrote:

> Dear all,

>=20
> we have a rather complex View containing several UNIONs and 5-7 tables pe=
r
> FROM-clause. Now if I query

>=20

> SELECT ...
> FROM my_view
> WHERE attribute =3D 'abc'
>=20

> the parsing may need 1s. Execution about 0.5s. If I query=20
>=20

> SELECT ...
> FROM my_view
> WHERE other_attribute =3D 'xyz' =20

>=20
> the parsing needs 30-45s. Execution about 0.5s. Now I don't want anybody =
to
> understand our data model or that view. But does anyone has any hints, wh=
ere
> to start searching? Any experience with such exorbitant parsing?
>=20

> Thanx in advance
>=20
>=20

> Mit freundlichen Gr=FC=DFen
>=20

> i.A. Marc Blum
>=20

> SOPTIM GmbH
> Gr=FCner Weg 22-24
> D-52070 Aachen
>=20

> Telefon:=09+49 241 / 9 18 79-33
> Fax:=09+49 241 / 15 40 38
>=20

> mailto:marc.blum_at_soptim.de
> http://www.soptim.de
>=20
>=20

> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Blum, Marc
> INET: blum_at_soptim.de
>=20

> 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).
Received on Tue Oct 17 2000 - 11:42:29 CDT

Original text of this message

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