Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: explain plan
Is this what you wanted?
col OPERATION for a60
col OPTIONS for a40
col object_name for a32
select lpad(' ',2*(level-1)) || operation || ' ' || decode(id, 0, 'Cost = '
|| position) "OPERATION", options, object_name from plan_table start with
id = 0 connect by prior id = parent_id
/
> -----Original Message-----
>
> List ,
>
> does anybody have or know where I can get a script that will
> explain all of
> the columns from the plan_table? Does anybody have any
> suggestions for
> using ultxpls.sql?
>
> thanks,
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Stephen Lee INET: [EMAIL PROTECTED] Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (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 Thu Jun 26 2003 - 11:52:14 CDT
![]() |
![]() |