Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Slow response of forms
Raj wrote:
About this one below, can you create an index on PFPL_ZUG.PZUG_ID, refresh your statistics for those tables and try again ?
[]īs
Rangel
> SELECT A.FPL_ID,A.PZUG_ID,A.PZV_KEY,A.EINBRUCHZEIT,A.STRECKE_ID,
> A.BST_REIHENFOLGE,COUNT(*),B.ZN
> FROM
> PZV_BSTKETTE A,PFPL_ZUG B WHERE (A.PZUG_ID = B.PZUG_ID ) GROUP BY
> A.FPL_ID,
> A.PZUG_ID,A.PZV_KEY,A.EINBRUCHZEIT,A.STRECKE_ID,A.BST_REIHENFOLGE,B.ZN
> HAVING COUNT(*) > 1
>
> Rows Row Source Operation
> ------- ---------------------------------------------------
> 0 FILTER
> 44625 SORT GROUP BY
> 44624 NESTED LOOPS
> 3665 TABLE ACCESS FULL PFPL_ZUG
> 44624 TABLE ACCESS BY INDEX ROWID PZV_BSTKETTE
> 48288 INDEX RANGE SCAN (object id 6452)
>
> ********************************************************************************
Received on Thu Aug 31 2006 - 14:57:45 CDT