- 最后登录
- 2015-4-16
- 在线时间
- 3 小时
- 威望
- 0
- 金钱
- 11
- 注册时间
- 2013-4-21
- 阅读权限
- 10
- 帖子
- 6
- 精华
- 0
- 积分
- 0
- UID
- 1062
|
5#
发表于 2015-3-6 14:55:49
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.3 to 11.2.0.3 [Release 11.2]
Information in this document applies to any platform.
Goal
This document explains why databases have multiple shared segments after upgrading to 11.2.0.3, without making any change in the settings and parameters.
Solution
From 11.2.0.3, all databases are expected to have multiple shared memory segments.
The additional shared memory segments are an expected side effect of the fix for unpublished Bug 12654172 included 11.2.0.3. Part of that fix is to ensure that each shared memory segment making up the SGA only contains sub-areas with an identical alignment requirement - hence we end up spreading the SGA over more separate SHM segments..
In cases of very large numbers of databases this change may require the customer to review of the OS parameter SHMMNI (or equivalent), but otherwise this change should not be a problem - we have always allowed the SGA to split over multiple SHM segments - this change just adds an additional reason that can cause the split.
|
|