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: Dedicated connections and Memory usage

Re: Dedicated connections and Memory usage

From: Rachel Carmichael <wisernet100_at_yahoo.com>
Date: Wed, 26 Jun 2002 05:33:28 -0800
Message-ID: <F001.004885AB.20020626053328@fatcity.com>


SGA is shared memory so it will show up looking as though the individual connections are as large as the SGA (or larger, to include the PGA). In reality they are sharing a large chunk of the memory

ipcs -m will show you the memory segment allocation for the SGA, subtract that from the memory each process is using to get the REAL memory size

There is also a unix command that will show the real memory allocation for a process, rssize is the field but I am sleep-deprived this morning and can't remember it off the top of my head... but someone here will know :)


Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rachel Carmichael
  INET: wisernet100_at_yahoo.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Wed Jun 26 2002 - 08:33:28 CDT

Original text of this message

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