oracle 9i2 ? shared pool 巨大?
http://www.itpub.net/showthread.php?threadid=853638&pagenumber=
今天,無意中發現shared pool很大,佔到4G,不知道是什麼問題?
show parameter shared
hi_shared_memory_address integer 0
max_shared_servers integer 20
shared_memory_address integer 0
shared_pool_reserved_size integer 4194304
shared_pool_size integer 83886080
shared_server_sessions integer 181
shared_servers integer 1
shared_pool_size大小僅僅80M.
select * from v$version
BANNER
----------------------------------------------------------------
Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
PL/SQL Release 9.2.0.8.0 - Production
CORE 9.2.0.8.0 Production
TNS for 32-bit Windows: Version 9.2.0.8.0 - Production
NLSRTL Version 9.2.0.8.0 - Production
5 rows selected.
SELECT *
FROM (SELECT *
FROM v$sgastat
WHERE pool = 'shared pool'
ORDER BY BYTES DESC)
WHERE ROWNUM <= 5
POOL NAME BYTES
----------- -------------------------- ----------
shared pool session param values 4293530440
shared pool free memory 67550256
shared pool miscellaneous 27355660
shared pool XDB Schema Cac 3889744
shared pool library cache 3709176
5 rows selected.
發現shared pool 的session param values佔用很大,目前系統執行正常,是遇到什麼BUG嗎?
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-83094/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle shared poolOracle
- 理解Oracle Shared PoolOracle
- Oracle Shared Pool Memory ManagementOracle
- ORACLE SGA之shared poolOracle
- zt_Oracle shared pool internals_共享池_shared_poolOracle
- oracle優化--shared_pool (3)Oracle優化
- oracle優化--shared_pool (2)Oracle優化
- oracle優化--shared_pool (1)Oracle優化
- 【Shared Pool】使用DBMS_SHARED_POOL包將PL/SQL大物件儲存到Shared PoolSQL物件
- oracle實驗記錄 (oracle 分析shared pool(1))Oracle
- oracle實驗記錄 (oracle 分析shared pool(2))Oracle
- _shared_pool_reserved_pct or shared_pool_reserved_size with ASMMASM
- ORACLE記憶體管理 之五 SGA variable pool,shared_pool,large_pool,java_poolOracle記憶體Java
- Oracle記憶體分配與使用小記(二)Shared Pool and Large PoolOracle記憶體
- SHARED POOL總結
- SHARED_POOL解析
- Oracle基礎包之DBMS_SHARED_POOL(十)Oracle
- zt_oracle shared pool分配機制_4031Oracle
- 使用DBMS_SHARED_POOL包將PL/SQL大物件儲存到Shared PoolSQL物件
- Oracle Shared Pool機制之——Latches, Locks, Pins and MutexesOracleMutex
- dbms_shared_pool keep物件到share pool中物件
- SHARED POOL 基礎知識
- 簡單分析shared pool(一)
- 簡單分析shared pool(二)
- 簡單分析shared pool(三)
- shared_pool_spare_free.sqlSQL
- oracle event heapdump_sga dump_shared pool_pga_ugaOracle
- Oracle記憶體結構(二)----Shared Pool的詳細資訊Oracle記憶體
- shared pool記憶體結構記憶體
- latch:shared pool的一點理解
- Shared Pool 的基本原理
- Shared Pool 的轉儲與分析
- 安裝DBMS_SHARED_POOL包
- PL/SQL Program Units and the Shared Pool (89)SQL
- 基於引數shared_pool_reserved_size進一步理解共享池shared pool原理
- Oracle記憶體結構(二)----Shared Pool的詳細資訊(轉)Oracle記憶體
- 《深入解析Oracle》第六章,Buffer Cache與Shared Pool原理Oracle
- shared_pool的sql命中率SQL