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: SQL plan different in dedicated vs. shared connection

Re: SQL plan different in dedicated vs. shared connection

From: Joel Garry <joel-garry_at_home.com>
Date: 14 Feb 2005 15:25:41 -0800
Message-ID: <1108423541.154160.75490@f14g2000cwb.googlegroups.com>


Look at the bugs fixed for 9.2.0.6. Between wrong results (2243979) and performance of queries affected there are some perturbing situations.

Do you see sort activity in temp? I think Yong was on the right trail with memory, maybe those sort params. Since the manual workarea policy moves session information to the SGA with shared server, something is telling CBO to do more sorting. And if that something is one of those bugs, well, I don't know what to say. Try upping the sort parameters for the session and see if the plan changes. And remember, plans lie, if you are getting to this level of detail, use traces as Daniel Roy said.

jg

--
@home.com is bogus.
http://www.nj.com/business/ledger/index.ssf?/base/business-0/110827537541270.xml#continue
Received on Mon Feb 14 2005 - 17:25:41 CST

Original text of this message

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