Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: help
Arvind,
Try cutting DB_BLOCK_BUFFERS in half. Yeah it's a strange concept, but if the swapper is running them giving back some memory to the system may stop it & the improvement in response time will more than make up for the additional wait in getting data into the cache.
Dick Goulet
-----Original Message-----
Sent: Tuesday, April 01, 2003 3:04 AM
To: Multiple recipients of list ORACLE-L
its a single instance system..here is some more details ...pls suggest if something needs to be corrected
SHARED_POOL_SIZE=190MB
DB_BLOCK_SIZE = 4KB
DB_BLOCK_BUFFERS = 125000 (488MB)
LOG_BUFFER = 5MB
SORT_AREA_SIZE = 2MB SORT_AREA_RETAINED_SIZE = 1MB DB_WRITER_PROCESSES =4
-----Original Message-----
Sent: Monday, March 31, 2003 10:19 PM
To: Multiple recipients of list ORACLE-L
Hi!
You didn't send your SHARED_POOL_SIZE parameter
value...
but...
usually, when the machine swaps is due to not enough memory allocated!
I would check your shared_pool_size, sort_area_size, and db_block_buffer for verifying that there's enough memory asigned.
Of course, you should diagnose memory problems on your OS and Oracle.
HTH
JL
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Jose Luis Delgado INET: joseluis_delgado_at_yahoo.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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Arvind Kumar INET: arvindk_at_sqlstarintl.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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Goulet, Dick INET: DGoulet_at_vicr.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 Tue Apr 01 2003 - 09:58:39 CST