Re: DLPAR and Memory



Funny this should come up... we just went through this last week...
It appears that in the default oracle settings with 9i, it allocates
the maximum real memory it finds for SGA... then, as connections come
in and oracle has to spawn new processes off, there is no more real
memory to operate in (since it "pre-allocated" it) and it begins
swapping like mad, eventually bringing the server to it's knees. Our
DBA had to set the SGA to use a fixed amout of memory, and now the
servers run perfectly.
so, make sure to set SGA_MAX_SIZE to some reasonable amount.
The other problem you can run into is if Oracle has set the *_AREA_SIZE
params (sort, hash etc) individually... if so, then each user is
allocated those size chunks individually, even if they are not used...
if you set the PGA_AGGREGATE_TARGET to say 4GB, then you limit the
total area size used to that one chunk, and all users share it, only
using what they need for their transactions then releasing it back to
the pool.

.



Relevant Pages

  • [HPADM] Summary: vmunix: file: table is full & oracle client ORA-12500: TNS:listener failed
    ... Oracle, we never have this issue as the settings closely ... NFILE should be changed to 5000, ... 4Gb memory and he ever encounter a case on this server that if these are ...
    (HP-UX-Admin)
  • Re: Oracle 10g on Windows 2003 x64 Memory Useage
    ... We are running Oracle 10g on a Quad Dual Core Windows 2003 x64 ... Enterprise Server with 16GB of memory. ... I notice that the Oracle ...
    (comp.databases.oracle.server)
  • 64-bit: Memory issue with Oracle Provider for OLE DB
    ... When executing "SELECT INTO" queries from linked Oracle servers using the ... Is there a OLE DB Provider for Windows 2003 ... Datacentre Server 64-bit ia64? ... Is there a fix for the memory leak on the ...
    (microsoft.public.data.oledb)
  • Re: tag Thre poolmon
    ... Oracle Release 10.2.0.1.0 is the memory leaker! ... I notice that each time I called the SQL Loader the 'Thre'tag ... I will carry on my "Yet another day in the life of a memory leak ... I still did not found the solution for my server. ...
    (microsoft.public.windows.server.general)
  • Re: Oracle on AIX/Power5 LPARs
    ... > running AIX with our Oracle application server and database server ... > installations running in AIX logical partitions (LPARs) on the same ... Dynamic allocation of CPU and memory is easy and works well. ...
    (comp.databases.oracle.server)