当前位置:首页 > 数据库 > Oracle

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

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

标签:oracle 10gr2 ora-271

本文系统来源:http://blog.csdn.net/cloudsnowe/article/details/45242559


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!

相关教程推荐

其他课程推荐