ORA-27121: unable to determine size of shared memory segment

bulletming發表於2019-03-28

轉自http://liubin.itpub.net/post/325/5340


遇到:"ORA-27121: unable to determine size of shared memory segment" 錯誤

ORA-01034: ORACLE not available
ORA-27121: unable to determine size of shared memory segment
Linux Error: 13: Permission denied

主要是因為oracle安裝程式沒有給oracle這個可執行程式設定正確的setuid。這樣設定一下:

$ cd $ORACLE_HOME/bin
$ chmod 6751 oracle

結果類似這樣就行了。

$ ls -l $ORACLE_HOME/bin/oracle
-rwsr-s--x 1 oracle oinstall 23352783 Aug 14 2001 /home/oracle/app/oracle/product/8.1.6/bin/oracle

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/82392/viewspace-144675/,如需轉載,請註明出處,否則將追究法律責任。

相關文章