当前位置: 代码迷 >> Oracle技术 >> ORA-04031:unable to allocate 2851414 bytes of shared momory,该怎么解决
  详细解决方案

ORA-04031:unable to allocate 2851414 bytes of shared momory,该怎么解决

热度:548   发布时间:2016-04-24 08:18:03.0
ORA-04031:unable to allocate 2851414 bytes of shared momory
修改了一下数据库的最大连接数,随即启动数据库提示04031错误,然后修改了init.ora文件shared_pool_size为10G但是问题依旧...大家帮帮忙...
------解决方案--------------------
sqlplus / as sysdba
进去后create pfile='d:\init.pfile' from spfile;
然后修改d:\init.pfile的内容,把最大连接数改回去。
然后create spfile from pfile='d:\init.pfile';
然后startup 启动数据库。
  相关解决方案