Re: How can I see the SGA sizes with auto shared memory management

From: Finn Jorgensen <finn.oracledba_at_gmail.com>
Date: Wed, 16 Apr 2008 15:36:30 -0400
Message-ID: <74f79c6b0804161236o2ece367cyd221aaa12cbbe36@mail.gmail.com>


select name,bytes from v$sgainfo order by 1;

Finn

On 4/16/08, genegurevich_at_discover.com <genegurevich_at_discover.com> wrote:
>
> Hi everybody:
>
> I am a little confused as to how to see the real values of the SGA parts
> when auto memory management is available.
> I currently have SGA_TARGET set to 3648M (under oracle 10.2.0.2). When I
> enter
> show parameter shared_pool, the output is 304M - this is the value that I
> have set manually before turning on the auto memory management.
>
> When I look at OEM, it shows the size of shared_pool being 1568M. This
> does makes sense - oracle adjusting
> the memory parameters on the fly, but is there a way for me to see the
> same
> value from the SQL*Plus command line?
>
> thank you
>
> Gene Gurevich
>
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Apr 16 2008 - 14:36:30 CDT

Original text of this message