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: HASH JOINS -- PLEASE HELP ME

Re: HASH JOINS -- PLEASE HELP ME

From: Alex Gorbachev <gorbyx_at_gmail.com>
Date: Sat, 24 Jun 2006 12:09:29 +0200
Message-ID: <c2213f680606240309o2f26d8d3te5cf4827fcba7dfd@mail.gmail.com>


RTFM - http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14211/optimops.htm#sthref1394

You can set large hash_area_size and use parallel query. The best way to speed it up is to avoid it if nested loop does a better job.

But before you get into details of this I suggest something like:

http://www.amazon.com/gp/product/059600527X/sr=8-1/qid=1151143483/ref=pd_bbs_1/103-0991714-8826217?ie=UTF8

http://www.amazon.com/gp/product/007222729X/sr=8-3/qid=1151143483/ref=pd_bbs_3/103-0991714-8826217?ie=UTF8

http://www.amazon.com/gp/product/1590596366/sr=8-1/qid=1151143562/ref=pd_bbs_1/103-0991714-8826217?ie=UTF8

Or even old but good one:
http://www.amazon.com/gp/product/0072131454/sr=8-1/qid=1151143598/ref=sr_1_1/103-0991714-8826217?ie=UTF8

If you can't get those. Look at least at http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14211/toc.htm

And you don't need ALL CAPS - our monitors are pretty good to read it non-capitalized. ;-)

2006/6/24, Ravindra K Singh <s.sethi_at_telserra.com>:
>
>
>
>
>
>
> WHAT IS HASH JOIN IN ORACLE , HOW TO MAKE FAST HASH JOINS
>
>
>
>
>
>
>
> Thanking You.
>
> With Best Regards
>
> SACHIN
>
>

-- 
Best regards,
Alex Gorbachev

http://blog.oracloid.com
--
http://www.freelists.org/webpage/oracle-l
Received on Sat Jun 24 2006 - 05:09:29 CDT

Original text of this message

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