Helmut,

   I don't know how you are measuring your numbers, but beware that what the operating 
system reports is often somewhat misleading. Typically, shared memory is often 
'attributed' to each and every process linked to it. When you think about it it makes 
sense, but at the same time it does mean that n processes will really use much less 
than n * the amount of memory reported as used by one process. This is true both of 
the 'program' part of user memory (shared libraries) and of the 'data' part of it 
(SGA). When your process connects, it attaches the SGA and some shared libraries, and 
more shared libraries come into play as it starts doing something.
You may have a better view of what is really used by your process by checking into 
V$SESSTAT, which holds a number of values about it.

HTH,

SF

>----- ------- Original Message ------- -----
>From: "Daiminger, Helmut" <[EMAIL PROTECTED]>
>To: Multiple recipients of list ORACLE-L
><[EMAIL PROTECTED]>
>Sent: Sun, 16 Nov 2003 23:09:26
>
>Hi,
>
>we are running 9.2 on HP-UX here.
>
>We have pg_aggregate_target configured, but I
>realized (in my opinion) very
>high memory consumption of Oracle Unix processes.
>
>a) How come that one Oracle Connection (i.e.
>dedicated Unix process on HP)
>is using up at least 22 MB of RAM? It is using 22
>MB if the user is just
>connected, not doing anything. 
>
>Any way I can modify this?
>
>b) If the user is querying data and the like, the
>memory consumption goes up
>to 60 MB. How come?
>
>Thanks!
>
>Regards,
>Helmut
>
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Stephane Faroult
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to