Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Help with intermittant slow down

Re: Help with intermittant slow down

From: Joel Garry <joel-garry_at_home.com>
Date: 27 Jun 2005 17:48:03 -0700
Message-ID: <1119919683.266751.58500@g47g2000cwa.googlegroups.com>


Just a brief addition, run the unix program "top" when the slowdown is happening. You may see something like your cpu being pinned by any of various things that could be using it to figure out where stuff is or should be on your disks. For example, if it is something with fs in the process name, that would point towards a unix admin issue, if it has dbw or your instance ID in the name, towards oracle, biod, towards networking. Or if you are lucky, directly towards the user issue. Also, as superuser, run swapinfo -at (I think, see your man page) to be sure you don't have some situation of simply running out of memory and swapping temporarily. On other platforms, I've seen some settings of SGA and pga_aggregate_target suddenly use way more memory and start swapping with just one more session running. Also, check exactly how much physical memory you have with dmesg.

jg

--
@home.com is bogus.
http://www.aemj.org/cgi/content/abstract/7/12/1341
Received on Mon Jun 27 2005 - 19:48:03 CDT

Original text of this message

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