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

Home -> Community -> Usenet -> c.d.o.server -> Re: Slow down of query?

Re: Slow down of query?

From: zamo <ozamorap_at_hotmail.com>
Date: Tue, 9 Apr 2002 09:51:11 -0400
Message-ID: <T5Cs8.32174$VM5.14812567@e3500-atl1.usenetserver.com>


Its a matter of creating indexes in the join columns and recomputing statistics.

I have a 12-table join where two of them have more than 1 million rows, and returns results (small set) right away.
Check your explain plan to see where is it costing the most to oracle.

Oscar Received on Tue Apr 09 2002 - 08:51:11 CDT

Original text of this message

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