Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: SORT_AREA_SIZE parameter
My guess...
10M is enough to completely exhaust the virtual memory on the box. 2M is enough to completely exhaust the *physical* memory on the box. The key process is slowing down due to extreme paging I/O. Take a look at "top" or similar utility and see if there's a huge disparity between the total process size and the resident size or use iostat to look for heavy I/O to the swap partitions. There's also vmstat but which statistic to use varies by OS, OS version, and who wrote the last white paper you read.
If it is a paging/memory problem, here's my quick & dirty suggestions:
As for the ORA-03232, check out 75183.1 and 125271.1 on Metalink. The HASH_AREA_SIZE (which is derived from SORT_AREA_SIZE) needs to "fit" the TEMP extent size.
S-
On Fri, 23 May 2003, Craig Healey wrote:
> Thanks for the replies. I've had to set the parameters back to their
> starting positions (SORT_AREA_SIZE=64k, SORT_AREA_RETAINED_SIZE=64k).
> I still don't understand why this parameter caused the problem. Guess
> I'll have to find time to RTFM. I *think* the temp tablespace next
> extent size is 10M. Maybe I need to look at that too. That'll be the
> ORA-03232 error I tried to correct. Oh well, Monday is a bank holiday,
> so I don't have to think about it for 3 days :-)
>
> Craig
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Steve Rospo INET: srospo_at_watchmark.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri May 23 2003 - 13:52:31 CDT