`
- 浏览:
527308 次
- 性别:
- 来自:
北京
-
Memory Notification: Library Cache Object loaded into SGA
问题:alert_SID.log出现
Memory Notification: Library Cache Object loaded into SGA
Heap size 2289K exceeds notification threshold (2048K)
Oracle10g中,在load较大的对象进library cache中时,会记录以上警告。在版本10.2.0.1中,这个定义大对象的阈值是2M,这是有隐含参数_kgl_large_heap_warning_threshold指定的,如果系统中需要load很多大对象,又不想在alert中看到太多这类的警告信息,可以修改该参数:
SQL> alter system set "_kgl_large_heap_warning_threshold"=8388608 scope=spfile;
参数值以字节为单位,设置完后需要重启实例才能生效。
从10.2.0.2起,这个参数的默认值被修改为50M.
下面是oracle上的metalink信息:
Memory Notification: Library Cache Object Loaded Into Sga
In 10g we have a new undocumented parameter that sets the KGL heap size warning threshold. This parameter was not present in 10gR1.Warnings are written if heap size exceeds this threshold.
Set _kgl_large_heap_warning_threshold to a reasonable high value or zero to prevent these warning messages. Value needs to be set in bytes.
If you want to set this to 8192 (8192 * 1024) and are using an spfile:
(logged in as "/ as sysdba")
SQL> alter system set "_kgl_large_heap_warning_threshold"=8388608 scope=spfile ;
SQL> shutdown immediate
SQL> startup
SQL> show parameter _kgl_large_heap_warning_threshold
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
_kgl_large_heap_warning_threshold integer 8388608
If using an "old-style" init parameter,
Edit the init parameter file and add
_kgl_large_heap_warning_threshold=8388608
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, please contact Oracle Support Services for further investigation of any possible shared pool problems.
分享到:
Global site tag (gtag.js) - Google Analytics
相关推荐
苗条的通知 苗条的组件安装$ npm i -S @tadashi/svelte-notification原料药actions.add(notification:Object):无效通知财产类型必需的默认描述模式细绳不'普通的' 箱型信息细绳不'' 框内消息一生数字不0 在几...
与Vue 2.x兼容演示版要在线观看演示: : 安装npm install @mathieustan/vue-notification --save 或者yarn add @mathieustan/vue-notification import VueNotification from '@mathieustan/vue-notification' ;...
monasca_notification::default 钥匙 类型 描述 默认 [:monasca_notification][:user] 细绳 守护进程的系统用户 monasca-通知 [:monasca_notification][:group] 细绳 守护进程的系统组 monasca-通知 [:monasca_...
1. Notification:这是应用层创建和使用的通知对象,包含了可见内容(如标题、图标、文本描述)以及行为(如点击事件、声音、震动等)。 2. NotificationRecord:在系统层面,NotificationManagerService 使用这个类...
Plugin.LocalNotification 本地通知插件提供了一种显示来自Xamarin.Forms应用程序的本地通知的方法。 建立 可在NuGet上使用的Plugin.LocalNotification : : Plugin.LocalNotification 安装到特定于平台的项目...
* IW54 - Create Service Notification :Problem notification:创建服务通知:问题通知 * IW55 - Create Service Notification :Activity Request:创建服务通知:活动请求 * IW56 - Create Service Notification :...
rc通知React Notification UI组件安装用法import Notification from 'rc-notification' ;Notification . newInstance ( { } , notification => { notification . notice ( { content : 'content' } ) ;} ) ;兼容性 ...
当任务被notification:change事件拦截时,通知模式应该包含: { notificationType: 'requestFriend', from: userId, to: userId } 可能的通知类型: 请求好友 接受朋友 依赖关系 hoodie install hoodie-...
这个"Chrome-Notification:将消息推送到 Chrome"的主题主要涉及如何利用JavaScript在Chrome浏览器中实现通知功能。 首先,Chrome通知是基于Web Notifications API,这是一个标准化的浏览器API,它允许网站或Web应用...
局限性: Windows 8.1仅支持单个图像,最后一个图像(图标,英雄,图像)将是吐司上的一个图像用法# Cargo.toml[ dependencies ]winrt-notification = " 0.2.4 "例子extern crate winrt_notification;use winrt_...
1. Toast Notification: Toast是一种短暂的通知方式,它在屏幕上显示一段时间后自动消失,不会抢占用户界面。适用于提供非关键性的信息提示,如“文件已保存”。使用Toast非常简单,只需通过`Toast.makeText()`...
Zabbix-Telegram-Notification:电报上的Zabbix通知
伏特::通知Volt 的 HTML5 通知 API 的实现安装将此行添加到应用... NotificationMessage.say('Title','Body of the message') 要向登录用户发送通知,请向 current_user 添加 NotificationMessage: Volt.current_use
本文将深入探讨“notification:通知系统(仅前端侧)”这一主题,主要关注JavaScript技术在构建此类系统中的应用。 首先,我们要了解前端通知系统的基本构成。它通常包括以下几个关键部分: 1. **触发机制**:当...
@ dafcoe / vue-notification 使用Vue3构建的易于使用,可自定义的通知/吐司库。 在页面上查看操作。安装使用yarn或npm将软件包安装为项目依赖项: $ yarn add @dafcoe/vue-notification--- or ---$ npm install --...
显示通知显示通知(macOS 10.9+)安装$ npm install display-notification用法import displayNotification from 'display-notification' ;await displayNotification ( {title : 'Unicorns' ,subtitle : 'Rainbows' ...
react-native-in-app-notification的基本外观: 您可以使用自定义组件来使react-native-in-app-notification : 安装 yarn add react-native-in-app-notification 要么 npm install react-native-in-app-...
yarn add vue-toast-notification # npm npm install vue-toast-notification 用法 import Vue from 'vue' ; import VueToast from 'vue-toast-notification' ; // Import one of the available themes //import '...
pull_to_refresh_notification 语言:| 小部件以构建拉动以刷新效果。 样品4个糖果 样品5糖果 用代码刷新 刷新指标模式 enum RefreshIndicatorMode { drag, // Pointer is down. armed, // Dragged far enough ...
npm install --save vue-notification 将依赖项添加到您的main.js : import Vue from 'vue' import Notifications from 'vue-notification' /* or for SSR: import Notifications from 'vue-notification/dist/...