Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

DBCA

Raghav_DBAMar 11 2019 — edited Mar 11 2019

While running DBCA in ORACLE 12cR1 getting error

ORA-27125: unable to create shared memory segment

as per oracle recommendation I have done below on both node

cat >oracle <<"EOF"

#!/bin/bash

export DISABLE_HUGETLBFS=1

exec $ORACLE_HOME/bin/oracle.bin $@

EOF

chmod +x oracle

But issue not fixed.

Comments
Post Details
Added on Mar 11 2019
1 comment
469 views