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 -> explain plan and sql ?

explain plan and sql ?

From: Steve Perry <sperry_at_sprynet.com>
Date: Mon, 12 Feb 2001 05:46:19 GMT
Message-ID: <LMKh6.28183$iB1.2371214@typhoon.austin.rr.com>

Is it possible to look at an explain plan and match the steps to the joins in the SQL statement?
for example:
a join where a.col1 = b.col1
would have a step in the explain plan for a nested-loop join

I think Quest will show you, but I'm curious how they are able to map it out, so maybe the question is how do they do it.

thanks,
steve Received on Sun Feb 11 2001 - 23:46:19 CST

Original text of this message

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