日期:2014-05-16  浏览次数:20679 次

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 启动数据库。