Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: _gby_hash_aggregation_enabled=false
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-lReceived on Fri Nov 30 2007 - 09:49:20 CST