Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: _gby_hash_aggregation_enabled=false

RE: _gby_hash_aggregation_enabled=false

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Fri, 30 Nov 2007 08:49:20 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C450987F62D@NT15.oneneck.corp>


When you set it, did it stop the query from using HASH GROUP BY?  

If you don't mind, could you please check and see what you get from the following query:  

select count(distinct plan_hash_value) from v$sql_plan where operation = 'HASH' and options = 'GROUP BY';  

Thanks,
Brandon


From: Taylor, Chris David [mailto:Chris.Taylor_at_ingrambarge.com]

Well I was going to say we had set it and have not experienced any problems.  

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Nov 30 2007 - 09:49:20 CST

Original text of this message

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