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: PL/SQL Performance Issue or Slow Cursor?

Re: PL/SQL Performance Issue or Slow Cursor?

From: Yong Huang <yong321_at_yahoo.com>
Date: 25 Sep 2001 08:37:58 -0700
Message-ID: <b3cb12d6.0109250737.72c2423f@posting.google.com>


That suggestion is only useful if you use RULE based optimizer. If it's CBO, use the /*+ ORDERED */ hint and try different orders of the tables again (and make sure you have good statistics).

Yong Huang
yong321_at_yahoo.com

vwu_at_anacomp.com (Vance Wu) wrote in message news:<c3d4638a.0109241217.5e3587e2_at_posting.google.com>...
> Michael,
>
> Thanks for your response, I did what you said to change the order of
> tables in the FROM clause, it didn't make any different, it still too
> slow.
Received on Tue Sep 25 2001 - 10:37:58 CDT

Original text of this message

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