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.