首页 > 数据库技术 > 详细

oracle 10gr2 ORA-27125: unable to create shared memory segment when run DBCA

时间:2015-04-24 10:36:53      阅读:240      评论:0      收藏:0      [点我收藏+]

I have installed 10gR2 on linux environment, When running DBCA it got filed with below error

ORA-27125: unable to create shared memory segment

SOLUTION:

cd $ORACLE_HOME/bin
 
mv oracle oracle.bin
 
 
—- Paste it as one —
 
cat >oracle <<“EOF”
#!/bin/bash
export DISABLE_HUGETLBFS=1
exec $ORACLE_HOME/bin/oracle.bin $@
EOF
 
—- End of paste —

chmod +x oracle

Thank You !!

oracle 10gr2 ORA-27125: unable to create shared memory segment when run DBCA

原文:http://blog.csdn.net/cloudsnowe/article/details/45242559

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!