当前位置:   article > 正文

windows 下ORA-27102: out of memory错误_ora27102 out of memory windows

ora27102 out of memory windows

今天,在重启数据库,居然数据库起不来,提示如下错误:

SQL> startup
ORA-27102: out of memory
OSD-00025: additional error information
O/S-Error: (OS 1453) Insufficient quota to complete the requested service

out of memory这个错误一般是linux下面因为操作系统的限制有可能出现,但是我的系统是windows的,怎么会有这个提示??通过查询,原来是lock_sga参数的问题,是个bug引起的,bug号为7687937

ORA-27102 OSD-00025 O/S-Error: (OS 1453) When Lock_sga is Set to True [ID 1292225.1]



Applies to:

Oracle Server - Enterprise Edition - Version: 10.2.0.4 to 11.1.0.7 - Release: 10.2 to 11.1
Information in this document applies to any platform.

Symptoms


Instance fails to start with the errors:

ORA-27102: out of memory
OSD-00025: additional error information
O/S-Error: (OS 1453) Insufficient quota to complete the requested service.

LOCK_SGA is set to TRUE.

Cause


The cause of this problem has been identified in  Bug 7687937:

A ORA-27102 error can occur on startup when the LOCK_SGA initialization parameter is set to true for a large SGA size. Here the ORA-27102 occurs due to failure of VirtualLock with an error, which indicates that there is not enough minimum working set to lock the memory .

Solution


1. upgrade to 11.2 release where  Bug 7687937 is fixed

2. or use the workaround setting the following in the registry:

ORA_WORKINGSETMIN = Total SGA being locked + overhead (0.3% or higher of total SGA) in 
MBytes or check if it's available 10.2.0.4.0 Patch bundle 21 (10.2.0.4.21P) 32-Bit  Patch 8541774 
64-Bit (x64)  Patch 8541781 where the bug is fixed.

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/358786
推荐阅读
相关标签
  

闽ICP备14008679号