欢迎投稿

今日深度:

oracle 10gr2 ORA-27125: unable to create shared memory segme

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


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 !!

www.htsjk.Com true http://www.htsjk.com/shujukunews/7748.html NewsArticle oracle 10gr2 ORA-27125: unable to create shared memory segment when run DBCA,10gr2ora-27125 I have installed 10gR2 on linux environment, When running DBCA it got filed with below error ORA-27125: unable to create shared memory segment SOL...
相关文章
    暂无相关文章
评论暂时关闭