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: Shared memory used

Re: Shared memory used

From: tmgn <tmgn_at_excite.com>
Date: Tue, 24 Aug 1999 15:15:37 -0400
Message-ID: <37C2EF59.14B2DFFD@excite.com>


Hi Sunita,

Select bytes from v$SGASTAT where name='free memory' ;

will show you the Free Memory in the Shared Pool . To calculate the amount used,just subtract this number from the Init.ora setting for SHARED_POOL_SIZE .. Hope this helps,

-Thiru

Sunita Ajmani wrote:

> Hi,
>
> Can you let me know how to calculate the shared memory which is in use
> at the current time?
>
> Thanks
> Sunita
Received on Tue Aug 24 1999 - 14:15:37 CDT

Original text of this message

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