[轉]10.2.0.1的小bug:Memory NotificationLibrary Cache Object Loaded Into Sga
轉:
給一個客戶,處理了壞塊問題後,alert又開始迅速增加了,原來裡面多許多這樣的內容
我剛才檢視日誌,發現總是出現notification Memory Notification: Library Cache Object loaded into SGA Heap size 21019K exceeds notification threshold (2048K) KGL object name :SYS.ALERT_QUE
呵呵,Note:330239.1。
解決問題三步曲:
SQL> alter system set "_kgl_large_heap_warning_threshold"=8388608 scope=spfile ;
SQL> shutdown immediate
SQL> startup
Oracle對此的解釋是
NOTE: 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.
相關文章
- oracle 10.2.0.1的小bug:Memory NotificationLibrary Cache Object Loaded Into SgaOracleObject
- 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
- 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
- Oracle10.2.0.1的bugOracle
- 關於memory_max_target,memory_target,sga_max_size,sga_target
- Linux Cache MemoryLinux
- SGA PGA MEMORY_TARGET 關係
- ceph-immmutable-object-cacheObject
- v$db_object_cacheObject
- 【轉lis的文章】11g MEMORY_TARGET 引數對SGA 和PGA的影響
- 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
- memory_max_target,memory_target,pga_aggregate_target,sga_target
- 【構建Android快取模組】(二)Memory Cache & File CacheAndroid快取
- RMAN CROSSCHECK命令小bug(轉)ROS
- ORACLE SGA 的分配(轉)Oracle
- 10.2.0.1的客戶端的bug,不能連上server客戶端Server
- sga_target設定大於100G遇到的一個bug ORA-00064: object is too largeObject
- ordebug 手動修改Oracle sga scnOracle
- oracle10.2.0.2 bug "AUTO SGA: Not freeOracle
- 關於v$db_object_cacheObject
- Metlink:How to Match a Row Cache Object Child Latch to its Row CacheObject
- 轉貼_Oradebug hanganalyze分析library cache等待
- (轉):學習Oracle動態效能表-(15)-V$DB_OBJECT_CACHEOracleObject
- 【轉】SGA_MAX_SIZE與SGA_TARGET
- Latch: Row Cache Objects (One bug?)Object
- ASM例項使用CREATE PFILE FROM MEMORY的bugASM
- 11g MEMORY_TARGET 引數對SGA 和PGA的影響
- 11g MEMORY_TARGET 引數對SGA 和PGA的影響
- 【Cache】將常用的“小表”快取到Buffer Cache快取