Oracle错误:ORA-27121: unable to determine size of shared memory segment
生活随笔
收集整理的這篇文章主要介紹了
Oracle错误:ORA-27121: unable to determine size of shared memory segment
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
為什么80%的碼農都做不了架構師?>>> ??
今天在用SQLPLUS登陸數據庫時,忽然報了一個錯誤,錯誤的代碼如下:
ORA-01034: ORACLE not available
ORA-27121: unable to determine size of shared memory segment
Linux Error: 13: Permission denied
?
怎么回事,剛才還用PL/SQL登陸來著,重新登陸PL/SQL,同樣的錯誤,怎么回事?
百度,google了半天,終于鬧明白了,主要是因為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
?
轉載于:https://my.oschina.net/adairs/blog/634591
總結
以上是生活随笔為你收集整理的Oracle错误:ORA-27121: unable to determine size of shared memory segment的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 使用T-SQL找出执行时间过长的作业
- 下一篇: [MySQL]关于amd.dll后门病毒