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

Home -> Community -> Mailing Lists -> Oracle-L -> Instance allocated more memory to the shared pool than set by the parameters

Instance allocated more memory to the shared pool than set by the parameters

From: djordjej <djordjej_at_home.com>
Date: Sat, 07 Apr 2001 17:15:38 -0700
Message-ID: <F001.002E4970.20010407165527@fatcity.com>

Hi,

Instance has allocated more memory to the shared pool(~ 20M) than set by parameters (13M). Any ideas why? :

SYSTEM_at_PROD> select name, value from v$parameter where name like 'shared_pool%';

Object

Name                           VALUE
------------------------------ --------------------
shared_pool_size               13000000
shared_pool_reserved_size      1000000

shared_pool_reserved_min_alloc 4K

 SYSTEM_at_PROD> select sum(bytes) from v$sgastat where pool='shared pool';   SUM(BYTES)



  20689724

  SYSTEM_at_PROD> select * from v$sga;
  NAME VALUE

Thanks.

Djordje

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: djordjej
  INET: djordjej_at_home.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Sat Apr 07 2001 - 19:15:38 CDT

Original text of this message

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