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 -> Re: Free memory in SGA

Re: Free memory in SGA

From: Jurij Modic <jurij.modic_at_mf.sigov.mail.si>
Date: 1997/01/03
Message-ID: <32CCB7D5.5529@mf.sigov.mail.si>#1/1

Peter Rak wrote:
>
> Hi all,
>
> How can I calculate amount of memory allocated by all cursors in shared
> pool by SELECT command ???
>
> Thanks in advice, Peter.

Take a look at V$SGASTAT view.
Query

  SELECT bytes FROM v$sgastat WHERE name = 'free memory';

will return jou the amount of free memory, available in shared pool.


 ! Jurij Modic                            Republic of Slovenia !
 !  tel: +386 61 178 55 14                Ministry of Finance  !
 !  fax: +386 61  21 45 84                Zupanciceva 3        !
 !  e-mail: jurij.modic_at_mf.sigov.mail.si  Ljubljana 1000       !
 ===============================================================
Received on Fri Jan 03 1997 - 00:00:00 CST

Original text of this message

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