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: Too Many Cursors?

Re: Too Many Cursors?

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 3 Oct 2005 19:11:22 -0700
Message-ID: <1128391882.422024.140380@g49g2000cwa.googlegroups.com>


Helge, you comment that another table is involved in the join indicates that you are not showing the real query. Removing excess columns is fine but I think to provide valid advice board readers need to see the real join conditions. Where is the explain plan for the query? Have you tried replacing the 0 = subquery with a not exists subquery?

HTH -- Mark D Powell -- Received on Mon Oct 03 2005 - 21:11:22 CDT

Original text of this message

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