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

5 thoughts on “ORA-27125: unable to create shared memory segment when run DBCA

  1. Pingback: Free Piano

  2. Pingback: ORA-27125: unable to create shared memory segment when run DBCA | prakash Blog

  3. Pingback: ORA-27125: unable to create shared memory segment when run DBCA | Prakash's DBA Blog

  4. Pingback: ORA-27125: unable to create shared memory segment when run DBCA with Oracle 10.2.0.4 – Teppi's Blog

Leave a comment