解決Heap size *K exceeds notification threshold(2048K)

lsm_3036發表於2011-04-12

Memory Notification: Library Cache Object loaded into SGA


Heap size 3827K exceeds notification threshold (2048K)

原因:

Oracle 10.2.0.1,隱含引數_kgl_large_heap_warning_threshold預設值為2m,過小;在10.2.0.2中預設值修改為50m;

解決辦法:

將引數_kgl_large_heap_warning_threshold值修改為50m(或0以及其他較大值),過程如下

1、登入資料庫

$ sqlplus "/ as sysdba"

2、設定_kgl_large_heap_warning_threshold 引數

SQL> alter system set "_kgl_large_heap_warning_threshold"=52428800 scope=spfile;

3、重啟資料庫

SQL> shutdown immediate

SQL> startup

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/16978544/viewspace-692270/,如需轉載,請註明出處,否則將追究法律責任。

相關文章