Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Does inactive sessions consume RAM
Hi Philippe,
The answer to your question is "yes". Idle Oracle processes keep consuming
memory resources.
An accurate method, I know, to find out the current PGA for an Oracle
process is to take a heapdump level 1 for that process. Another possibility
is
to check at the OS level how much memory that process is holding, not by
checking the SZ field in the standard ps but using commands such as
svmon in aix or pmap in solaris.
HTH
Regards,
Diego.
> Hi list,
> I have an instance with many inactive sessions because my users always
> forgot to disconnect from db.
> Does thoses sessions consume RAM or any resources ?
> How can I prove it ? (which v$?)
> Thank in advance !
> Philippe
>
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to: oracle-l-request_at_freelists.org
> put 'unsubscribe' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------
>
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Thu May 27 2004 - 07:34:58 CDT
![]() |
![]() |