| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Use of TEMP tablespace other than sorting
"Anurag Varma" <avdbi_at_hotmail.com> wrote in message
news:v660f8jlmv0q83_at_corp.supernews.com...
> Decrease value of hash_area_size to 4M or drop recreate the temp
tablespace with uniform extent of at least 8M (or 8 * n M).
> I believe thats where the problem lies.
>
> Anurag
That, assuming Rick has a 16k block size, is exactly correct. Oracle is asking for 8m (512 16k blocks) for its hash join. I'd suggest at least initially that he try reducing the hash area, which seems somewhat large to me.
I must admit I've always thought that this behaviour, and the related behaviour of sorts if sort_area_size is set larger than the extent size in a uniform lmt temp tablespace is arguably a bug, perhaps by 11i Oracle will allocate MIN(sort_area_size,extent_size) for sorts.
-- Niall Litchfield Oracle DBA Audit Commission UK -- Niall Litchfield Oracle DBA Audit Commission UKReceived on Mon Mar 03 2003 - 03:03:02 CST
![]() |
![]() |