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: Diff between utlxplp.sql and utlxpls.sql ?

Re: Diff between utlxplp.sql and utlxpls.sql ?

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Wed, 21 Dec 2005 23:02:38 +0800
Message-ID: <43A96E8E.CB@yahoo.com>


Raaj wrote:
>
> Could anyone describe me about difference between utlxplp.sql and
> utlxpls.sql scripts.
>
> Thanks in Advance,
>
> Rajkumar.K

I don't have the software handy, but isn't one explain plan for serial, and explain plan for parallel

Either way

select * from table(dbms_xplan.display)

should be a better option

hth

-- 
Connor McDonald
Co-author: "Mastering Oracle PL/SQL - Practical Solutions"
Co-author: "Oracle Insight - Tales of the OakTable"

web: http://www.oracledba.co.uk
web: http://www.oaktable.net
email: connor_mcdonald_at_yahoo.com


"Semper in excremento, sole profundum qui variat."

------------------------------------------------------------
Received on Wed Dec 21 2005 - 09:02:38 CST

Original text of this message

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