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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: SOS!!!....Process running out of memory.

Re: SOS!!!....Process running out of memory.

From: Terry Sutton <terrysutton_at_usa.net>
Date: Sun, 3 Oct 2004 10:08:30 -0700
Message-ID: <010301c4a96c$8bac3f20$6501a8c0@TerrySutton>


You're out of process memory, so you need to reduce memory areas so you either (1)need less or (2)have more available. One way to do #1 is reduce sort_area_size. One way to do #2 is reduce the SGA.

Not sure what "tuned the db correctly" means, but why on earth do you have a 52MB log buffer (#2)?

Do you really need a 10MB sort_area_size (#1)? If you don't have many concurrent sessions sorting it won't matter, but if you have a lot of sessions sorting it could be a problem.

Is there a reason that your shared_pool is 1GB (#2)?

Do your large pool and java pool need to be as big as they are (#2)?

--Terry

--
http://www.freelists.org/webpage/oracle-l
Received on Sun Oct 03 2004 - 12:10:44 CDT

Original text of this message

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