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: UPDATE

Re: UPDATE

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 2 Feb 2005 07:49:32 -0800
Message-ID: <1107359372.948386.250130@o13g2000cwo.googlegroups.com>


What?

First, of all if you remove the index hint what does the explain plan look like and how long does it take to run?

Second, what happens to the table A columns when there is no matching row returned by the coordinated subquery or is there always a matching row? You may need to add an EXISTS condition to the outer query. HTH -- Mark D Powell -- Received on Wed Feb 02 2005 - 09:49:32 CST

Original text of this message

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