Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: HASH JOINS -- PLEASE HELP ME
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:
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-lReceived on Sat Jun 24 2006 - 05:09:29 CDT