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: Optimizing a join

Re: Optimizing a join

From: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 19 Mar 2007 14:51:08 -0700
Message-ID: <1174341067.522797@bubbleator.drizzle.com>


tim wrote:
> Here's the XPLAN
>
> SELECT STATEMENT Cost = 699
> NESTED LOOPS
> TABLE ACCESS FULL STAFFWARE_CALLBACK_QT
> FILTER
> REMOTE
Unless you have a very old copy of Oracle this is not an Explain Plan. Please produce them for both the local and remote using DBMS_XPLAN. Also post your version. Both will help.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Mon Mar 19 2007 - 16:51:08 CDT

Original text of this message

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