解決辦法:ORA-00845: MEMORY_TARGET not supported on thi
ORA-00845: MEMORY_TARGET not supported on this system
RA:Linux系統的shm大小比SGA設定的小造成的,SGA設定為4G,而shm只有1G
解決辦法:
1.臨時解決
mount -o size=8G -o nr_inodes=1000000 -o noatime,nodiratime -o remount /dev/shm
2.永久解決
調整shm大小,
vim /etc/fstab
tmpfs /dev/shm tmpfs defaults 0 0
改成
tmpfs /dev/shm tmpfs defaults,size=6G 0 0
wq儲存退出
重新mount,使shm生效
mount -o remount /dev/shm
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25469263/viewspace-2703519/,如需轉載,請註明出處,否則將追究法律責任。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69970129/viewspace-2704707/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MEMORY_TARGET not supported on this system
- 使用pip install安裝.whl檔案出現is not a supported wheel on this platform解決辦法Platform
- 解決The given version [xx] is not supported, only version 1 to 10 is supported in this buildUI
- 解決 Lumen 中 client charset is not supportedclient
- github慢解決辦法Github
- Namespoace Terminating 解決辦法
- 檔案無法粉碎解決辦法
- 公寓噪音的解決辦法
- height:100%失效解決辦法
- 解決Project facet Java version 1.8 is not supported.ProjectJava
- 記vscode無法啟動解決辦法VSCode
- -bash: XXX: command not found解決辦法
- cnpm link 報錯解決辦法NPM
- mysql事件關閉解決辦法MySql事件
- IDEA 找不到包解決辦法Idea
- 資料傾斜解決辦法
- SpringBoot 迴圈引用解決辦法Spring Boot
- VScode 更新失敗解決辦法VSCode
- npm install 失敗解決辦法NPM
- github訪問受限解決辦法Github
- 跨域問題解決辦法跨域
- SqlServer鎖表解鎖解決辦法SQLServer
- ModuleNotFoundError: No module named ‘DBUtils‘解決辦法Error
- tomcat埠被佔用解決辦法Tomcat
- Vue 下 ESLint 的 error 解決辦法VueEsLintError
- 表碎片起因及解決辦法(zt)
- [git]warning: LF will be replaced by CRLF in 解決辦法Git
- ERROR 1290 (HY000) 解決辦法Error
- iOS 大圖顯示解決辦法iOS
- Access restriction: The type 'Resource' is not API 解決辦法RESTAPI
- 畢設之錯誤解決辦法
- git報錯400的解決辦法Git
- celery Discarding revoked task: ... 的解決辦法
- NPM run dev 失敗解決辦法NPMdev
- SSH 連線卡頓解決辦法
- ClassNotFoundException: org.json.JSONObject解決辦法ExceptionJSONObject
- Row size too large (> 8126)解決辦法
- PermissionError: [Errno 13] Permission denied解決辦法Error