ORA-27125: unable to create shared memory segment
cd /bin
mv oracle oracle.bin
cat >oracle <<"EOF"
export DISABLE_HUGETLBFS=1 exec /bin/oracle.bin $@ EOF
chmod +x oracle
mv oracle oracle.bin
cat >oracle <<"EOF"
export DISABLE_HUGETLBFS=1 exec /bin/oracle.bin $@ EOF
chmod +x oracle

Kommentare
Noch keine Kommentare für diesen Eintrag vorhanden