ORA-00371: not enough shared pool memory

问题背景:
客户数据库起不来,通过修改pfile.ora文件启动数据库报错
ORA-00371: not enough shared pool memory

问题描述

备库实例启动到nomount 状态,报错

复制代码
复制代码
1 sqlplus / as sysdba
2 
3 SQL*Plus: Release 11.2.0.3.0 Production on Tue Dec 2 09:44:26 2014
4 Copyright (c) 1982, 2011, Oracle. All rights reserved.
5 Connected to an idle instance.
6 
7 SQL> startup nomount pfile='home/oracle/pfile.ora';
8 
9 ORA-00371: not enough shared pool memory, should be atleast 750203385 bytes
复制代码
复制代码

 

参数文件内容
pfile.ora


解决方法
按照提示将sharepool size设置为要求的大小

pfile.ora
SHARED_POOL_SIZE=750203385

原因分析

这是oracle没有公布的一个bug
Bug 13606499 - PHSB: DEFAULT MEMORY PARAMETER(INIT.ORA) IS NOT BIG ENOUGH TO START A INSTANCE

该bug在12.1中修复
受影响的版本

OracleDatabase - Enterprise Edition - Version 10.1.0.2 to 11.2.0.4 [Release 10.1 to11.2]
Informationin this document applies to any platform.

参考文档
文档 ID 1560386.1

 

posted on   数据与人文  阅读(885)  评论(0编辑  收藏  举报

编辑推荐:
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
阅读排行:
· 分享4款.NET开源、免费、实用的商城系统
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示