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: Taylor, Chris David <Chris.Taylor_at_ingrambarge.com>
Date: Fri, 30 Nov 2007 09:51:57 -0600
Message-ID: <17E4CDE8F84DC44A992E8C00767402E0860D4A@spobmexc02.adprod.directory>


According to the explain plan, the queries went back to 'SORT (GROUP BY)' immediately. But I didn't run an extended trace to verify the execution was actually doing that.  

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


0 Rows    

Chris Taylor

Sr. Oracle DBA

Ingram Barge Company

Nashville, TN 37205

Office: 615-517-3355

Cell: 615-354-4799

Email: chris.taylor_at_ingrambarge.com


From: Allen, Brandon [mailto:Brandon.Allen_at_OneNeck.com] Sent: Friday, November 30, 2007 9:49 AM
To: Taylor, Chris David; oracle-l_at_freelists.org Subject: 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-l
Received on Fri Nov 30 2007 - 09:51:57 CST

Original text of this message

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