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 -> Oracle process virtual memory management

Oracle process virtual memory management

From: <hermans_at_excite.com>
Date: Wed, 26 Jan 2000 16:15:51 +0100
Message-ID: <86n36k$1nrb8$1@reader1.wxs.nl>


The oracle background processes allocate virtual memory.

Check out with the unix commandline :

ps -ef -o vsz,user,user,comm | fgrep ora

When the user starts a session via Sqlnet*V2 (LOCAL=NO) the virtual memory on the Unix server is more or less the same as the background process. Why ?

Which parameters should I alter to influence (lower) the use of virtual memory on the unix server. Is it possible ?

Are there any FAQ's about this oracle memory management issue.

Yours Sincerely,

Frank, Received on Wed Jan 26 2000 - 09:15:51 CST

Original text of this message

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