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: 10gR2 Upgrade .. Watch out

RE: 10gR2 Upgrade .. Watch out

From: GovindanK <gkatteri_at_fastmail.fm>
Date: Thu, 28 Dec 2006 00:27:02 UT
Message-Id: <1167265622.12419.282198705@webmail.messagingengine.com>

>hash aggregation - if you have code that gets the data in
>the right order after doing a group by without an order
>by, you may now find the data coming out in the wrong
>order because oracle has switch to "hash group by"
>instead of "sort group by". Add order by clauses -
>or disable hash aggregation by setting
> _gby_hash_aggregation_enabled = false

'Group By' Does Not Sort If You Don'T Use Order By In 10g

Note:345048.1

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Dec 27 2006 - 18:27:02 CST

Original text of this message

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