David L Mansfield 씀:
I have figured out why some people get this error. If you are installing under FC2, then the workaround fails. If you are running a pre-existing installation it works. Here's why:when the DBCA launches the oracle process to create the instance, it doesn't carry the environment variables (i.e. DISABLE_HUGETLBFS=1) to the child process (java bug?). So you cannot create a database. My workaround is:
As oracle user:
cd $ORACLE_HOME/bin
mv oracle oracle.bin
cat >oracle << "EOF"
#!/bin/bashexport DISABLE_HUGETLBFS=1
exec $ORACLE_HOME/bin/oracle.bin $@
EOFchmod +x oracle
I just this second finished the install and it works!
댓글 없음:
댓글 쓰기