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: 9.2 trace file - row source operation and execution plan section

Re: 9.2 trace file - row source operation and execution plan section

From: Senthil Ramanujam <sramanujam_at_comcast.net>
Date: Tue, 29 Jun 2004 06:51:54 -0400
Message-ID: <40E149CA.5070703@comcast.net>

>Dear list,
>In a 9.2 trace file, there is two sections titled "row source operation" and "execution plan" after the SQL stmt. Sometime they showed the same plan but other times they are different. I am wondering what the plan under "row source operation" mean and why they can be different.
>Thanks
>Jos
>
>
>

looks like "explain" option is used in tkprof command. I believe "Row source operation" is the plan _used_ by Oracle and "Execution plan" is the plan generated after the fact. if the option "explain" is used in the tkprof command, then it is going to generate the plan when the tkprof command is executed and display it under "Execution plan". the difference in plan may be because there is a difference in init parameter value at the session and system level or may be the difference in statistics.

hope that helps.

thanks.

senthil



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Tue Jun 29 2004 - 05:48:42 CDT

Original text of this message

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