ORA-27125: unable to create shared memory segment

zhbvictor 2011-08-24

不进行创建数据库的操作;修改$ORACLE_HOME/bin下的oracle脚本。

cd$ORACLE_HOME/bin

mvoracleoracle.bin

cat>oracle<<"EOF"

#!/bin/bash

exportDISABLE_HUGETLBFS=1

exec$ORACLE_HOME/bin/oracle.bin$@

EOF

chmod+xoracle

这一步是为了解决ORA-27125:unabletocreatesharedmemorysegment这个错误。ORACLE的问题?Fedora的问题?

相关推荐