ora-01034 ora-27121 Cannot allocate memory錯誤解決
1.資料庫錯誤如下:
oracle
ora-01034
ora-27121
Linux-x86_64 Error: 12: Cannot allocate memory
出現情況是:環境為:Linux tomcatserver 2.6.32-431.el6.x86_64 ,oracle 11.2 有使用者反映,資料庫連線不上,報如上錯誤ora-01034,ora-27121 。檢視當前記憶體:
[oracle@rac2 ~]$ free -m
total used free shared buffers cached
Mem: 8000 7866 134 0 23 3374
-/+ buffers/cache: 4469 3531
Swap: 8191 7438 753
分析:我們看上面,swap只有753M可用的,MEM只要134M。
解決辦法:把不相關的程式幹掉後,再次連線資料就可以了。檢視當前記憶體:
[oracle@rac2 tmp]$ free -m
total used free shared buffers cached
Mem: 8000 5923 2077 0 18 2088
-/+ buffers/cache: 3816 4184
Swap: 8191 6244 1947
問題解決。
oracle
ora-01034
ora-27121
Linux-x86_64 Error: 12: Cannot allocate memory
出現情況是:環境為:Linux tomcatserver 2.6.32-431.el6.x86_64 ,oracle 11.2 有使用者反映,資料庫連線不上,報如上錯誤ora-01034,ora-27121 。檢視當前記憶體:
[oracle@rac2 ~]$ free -m
total used free shared buffers cached
Mem: 8000 7866 134 0 23 3374
-/+ buffers/cache: 4469 3531
Swap: 8191 7438 753
分析:我們看上面,swap只有753M可用的,MEM只要134M。
解決辦法:把不相關的程式幹掉後,再次連線資料就可以了。檢視當前記憶體:
[oracle@rac2 tmp]$ free -m
total used free shared buffers cached
Mem: 8000 5923 2077 0 18 2088
-/+ buffers/cache: 3816 4184
Swap: 8191 6244 1947
問題解決。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30393770/viewspace-2122082/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Ubuntu Cannot allocate memory 錯誤解決方案Ubuntu
- 關閉tomcat報錯Cannot allocate memoryTomcat
- Redis 寫磁碟出錯 Cannot allocate memoryRedis
- fork failed - Cannot allocate memoryAI
- cenots7.6系統報“fork:Cannot allocate memory” 報錯的解決方法(實操)
- VM warning: INFO: OS::commit_memory Cannot allocate memoryMIT
- redis : Can't save in background: fork: Cannot allocate memoryRedis
- 【ASK_ORACLE】檢查點錯誤“Cannot allocate new log”和“Checkpoint not complete”Oracle
- ORA-27121: unable to determine size of shared memory segment
- ORA-04030: out of process memory ...(initSubHeap:qk...)的錯誤解決
- SyntaxError: Non-ASCII character 與 Cannot decode using encoding "ascii" 錯誤解決ErrorASCIIEncoding
- mongodb錯誤解決辦法-bash: ./mongod: cannot execute binary file: Exec format errorMongoDBORMError
- ORA-01034: ORACLE not available的解決辦法OracleAI
- Ocelot錯誤解決
- Go 自定義日期時間格式解析解決方案 - 解決 `parsing time xx as xx: cannot parse xx as xx` 錯誤Go
- 解決 Python UnicodeEncodeError 錯誤PythonUnicodeError
- 關於Allowed memory size of (PHP記憶體溢位)錯誤的可能原因及解決方案PHP記憶體溢位
- 解決String cannot be cast to java.util.List報錯ASTJava
- dbfread報錯ValueError錯誤解決方法Error
- eclipse中:The type java.lang.object cannot be resolved錯誤(jdk配置錯誤)EclipseJavaObjectJDK
- PbootCMS 404 錯誤解決方法boot
- Linux下錯誤解決方案Linux
- latex 錯誤以及解決方案
- MogDB 安裝解壓錯誤:cannot run bzip2: No such file or directory
- HTTP 錯誤 500.19- Internal Server Error 錯誤解決方法HTTPServerError
- steam磁碟寫入錯誤怎麼解決 steam磁碟寫入錯誤解決方法大全
- 使用pillow開啟TIFF檔案報tempfile.tif: Cannot read TIFF header錯誤的解決方案Header
- undefined reference to錯誤的解決方法Undefined
- Cocopods的升級錯誤解決
- ORA-12005 錯誤的解決
- SAXParseException的錯誤解決之二Exception
- ORA-28000錯誤解決方案
- dedecms提示500錯誤解決方法
- PHP curl error 60 錯誤解決PHPError
- linux解決“XXX is not in the sudoers file”錯誤Linux
- 解決java.lang.NoSuchMethodError錯誤JavaError
- HTTP代理錯誤怎麼解決?HTTP
- TCP網路除錯助手提示錯誤:“1035:未知錯誤” 解決方案TCP除錯
- 解決MySQL server has gone away錯誤的解決方案MySqlServerGo