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 -> Which is the actual shared pool size?

Which is the actual shared pool size?

From: Jeffrey Yee <jeffyee_at_hotmail.com>
Date: 3 Aug 2003 19:08:28 -0700
Message-ID: <ec4cec95.0308031808.5105345@posting.google.com>


Hi,

When i execute the following sql, I get 33,554,432 bytes.   SELECT * FROM v$system_parameter WHERE NAME = 'shared_pool_size';

But when i execute the following sql, I get 67,108,864 bytes.   SELECT pool, SUM(bytes)
  FROM v$sgastat
  WHERE pool = 'shared pool'
  GROUP BY pool;

So, I'm confuse on which is the actual size of the shared pool in SGA.

Please advice. Thank you.

Best Regards,
Jeffrey Yee Received on Sun Aug 03 2003 - 21:08:28 CDT

Original text of this message

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