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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Left outer join

Re: Left outer join

From: Andy Hassall <andy_at_andyh.co.uk>
Date: Thu, 13 Nov 2003 22:40:40 +0000
Message-ID: <9u18rvc07qcnttn2cjgsg9kaht8ev5sgi7@4ax.com>


On Thu, 13 Nov 2003 22:53:39 +0100, "Erik" <no_at_spam.com> wrote:

>> Predicate Information (identified by operation id):
>> ---------------------------------------------------
>>
>> 1 - filter("CC"."ATT"='C1')
>> 5 - access("AC"."ACCOUNT"="CC"."ACCOUNT"(+))
>
>How do I do to see this information?

 Provided you have Oracle 9.2, look up DBMS_XPLAN, and when you create your PLAN_TABLE make sure you use the latest version of the table definition, from $ORACLE_HOME/rdbms/admin/utlxplan.sql.

 Do an explain plan as normal "explain plan for select * from wherever", then do "select * from table(dbms_xplan.display())".

--
Andy Hassall (andy@andyh.co.uk) icq(5747695) (http://www.andyh.co.uk)
Space: disk usage analysis tool (http://www.andyhsoftware.co.uk/space)
Received on Thu Nov 13 2003 - 16:40:40 CST

Original text of this message

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