oracle 10.2.0.1的小bug:Memory NotificationLibrary Cache Object Loaded Into Sga
os:aix 6
db:oracle10.2.0.1
早上在使用者現場檢查oracle的alert日誌,發現日誌大量出現
notification Memory Notification: Library Cache Object loaded into SGA Heap size 21019K exceeds notification threshold (2048K) KGL object name : xxxxxxxxx
google到一個解決辦法:
SQL> alter system set "_kgl_large_heap_warning_threshold"=8388608 scope=spfile ;
SQL> shutdown immediate
SQL> startup
oracle 的解釋
The default threshold in 10.2.0.1 is 2M. So these messages could show up frequently in some application environments.In 10.2.0.2, the threshold was increased to 50MB after regression tests, so this should be a reasonable and recommended value. If you continue to see the these warning messages in the alert log after applying 10.2.0.2 or higher, an SR may be in order to investigate if you are encountering a bug in the Shared Pool.
看來要解決該問題還是升級10.2.0.4比較好
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7417660/viewspace-1033372/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [轉]10.2.0.1的小bug:Memory NotificationLibrary Cache Object Loaded Into SgaObject
- Memory Notification: Library Cache Object loaded into SGAObject
- Memory Notification: Library Cache Object loaded into SGA 告警Object
- Memory Notification: Library Cache Object loaded into SGA問題Object
- 【問題處理】Memory Notification: Library Cache Object loaded into SGAObject
- Memory Notification: Library Cache Object Loaded Into Sga [ID 330239.1]Object
- Memory Notification: Library Cache Object loaded into SGA Heap size 2098K exceeds notification thresObject
- Oracle10.2.0.1的bugOracle
- Library Cache Object loaded into SGA Heap size 2226K exceeds notification threshold (2048K)Object
- 基於row cache object latch研究對於sga抖動的影響Object
- Flush an Object Out The Library Cache [SGA] Using The DBMS_SHARED_POOLObject
- ordebug 手動修改Oracle sga scnOracle
- oracle10.2.0.2 bug "AUTO SGA: Not freeOracle
- 關於memory_max_target,memory_target,sga_max_size,sga_target
- Linux Cache MemoryLinux
- Oracle srvctl的小bugOracle
- SGA PGA MEMORY_TARGET 關係
- Oracle_TimesTen_and_In-Memory_Database_Cache_11g_Ed_1OracleDatabase
- Oracle DBLink bug引發的故障(Session Hang Memory leak)OracleSession
- ceph-immmutable-object-cacheObject
- v$db_object_cacheObject
- Centos6.5上安裝oracle 10.2.0.1小記CentOSOracle
- ORACLE Active dataguard 一個latch: row cache objects BUGOracleObject
- memory_target、sga_target、pga_target的設定
- 10.2.0.1的crs的bug—Failed to restrieve procctx from htAIREST
- How to Match a Row Cache Object Child Latch to its Row CacheObject
- ORACLE SGA 的分配(轉)Oracle
- memory_max_target,memory_target,pga_aggregate_target,sga_target
- 【構建Android快取模組】(二)Memory Cache & File CacheAndroid快取
- oracle library cache之trace小記Oracle
- 基於oracle 10.2.0.1 rac使用oradebug dump hanganalyze 分析oracle hang系列四Oracle
- 基於oracle 10.2.0.1 rac使用oradebug dump hanganalyze 分析oracle hang系列五Oracle
- 基於oracle 10.2.0.1 rac使用oradebug dump hanganalyze 分析oracle hang系列六Oracle
- Oracle10g V$OSSTAT 關於PHYSICAL_MEMORY_BYTES 的 BugOracle
- 10.2.0.1的客戶端的bug,不能連上server客戶端Server
- sga_target設定大於100G遇到的一個bug ORA-00064: object is too largeObject
- 關於v$db_object_cacheObject
- Oracle SGA中的Granule(粒度)Oracle