ORA-27121 錯(cuò)誤,找了好半天:(
遇到 ORA-27121 錯(cuò)誤
ORA-01034: ORACLE not available
ORA-27121: unable to determine size of shared memory segment
Linux Error: 13: Permission denied
主要是因?yàn)閛racle安裝程序沒(méi)有給oracle這個(gè)可執(zhí)行程序設(shè)置正確的setuid。這樣設(shè)置一下:
$ cd $ORACLE_HOME/bin
$ chmod 6751 oracle
結(jié)果類似這樣就行了。
$ 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
這個(gè)錯(cuò)誤的典型現(xiàn)象:使用oracle用戶一切正常,但是在使用其它用戶時(shí),使用sqlplus無(wú)法登錄,報(bào)告上面的錯(cuò)誤!
posted on 2007-07-17 17:03 john 閱讀(2118) 評(píng)論(1) 編輯 收藏 所屬分類: Oracle Technology