Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Query to measure memory usage by subpool ?

Re: Query to measure memory usage by subpool ?

From: <dimensional.dba_at_comcast.net>
Date: Sat, 30 Jun 2007 20:19:31 +0000
Message-Id: <063020072019.16594.4686BAD300031BC1000040D222064244139D0A059D0E9FD29B9B0E03@comcast.net>


That FAQ has been replaced by the doc listed in the other email 396940.1

> Ranko Mosic schrieb:
> >> From 9i and on shared pool is broken down into subpools.
> > I need query to find out free/used memory by subpool.
> >
>
> you could query x$ksmsp:
>
> select ksmchidx subpool, ksmchcom, ksmchcls status, sum(ksmchsiz) size
> from x$ksmsp group by ksmchidx, ksmchcom, ksmchcls;
>
>
> i think, metalink has some documents about shared pool and it's
> subpools. search for "FAQ ORA-4031".
>
> regards,
> -ap
> --
> http://www.freelists.org/webpage/oracle-l
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Sat Jun 30 2007 - 15:19:31 CDT

Original text of this message

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