oracle 11g報錯ORA-00845: MEMORY_TARGET not supported on this system
SYS@PROD>startup
ORA-00845: MEMORY_TARGET not supported on this system
須要手工調整 tmpfs 大小。
df -h
tmpfs 586M 0 586M 0% /dev/shm
vim /dev/fstab
tmpfs /dev/shm tmpfs defaults,size=900m
在default 後面追加size=900m
然後
SYS@PROD>startup
ORACLE instance started.
Total System Global Area 835104768 bytes
Fixed Size 2217952 bytes
Variable Size 503318560 bytes
Database Buffers 318767104 bytes
Redo Buffers 10801152 bytes
Database mounted.
Database opened.
Oracle即可正常啟動。
ORA-00845: MEMORY_TARGET not supported on this system
須要手工調整 tmpfs 大小。
df -h
tmpfs 586M 0 586M 0% /dev/shm
vim /dev/fstab
tmpfs /dev/shm tmpfs defaults,size=900m
在default 後面追加size=900m
然後
SYS@PROD>startup
ORACLE instance started.
Total System Global Area 835104768 bytes
Fixed Size 2217952 bytes
Variable Size 503318560 bytes
Database Buffers 318767104 bytes
Redo Buffers 10801152 bytes
Database mounted.
Database opened.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9606353/viewspace-1063261/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 11g報錯"ORA-00845: MEMORY_TARGET not supported on this system"Oracle
- Oracle報錯:ORA-00845: MEMORY_TARGET not supported on this systemOracle
- ORA-00845: MEMORY_TARGET not supported on this system報錯解決
- ORA-00845 MEMORY_TARGET not supported on this system報錯解決
- ORA-00845 MEMORY_TARGET not supported on this system
- ORA-00845: MEMORY_TARGET not supported on this system
- Oracle11g啟動報:ORA-00845: MEMORY_TARGET not supported on this systemOracle
- startup ORA-00845: MEMORY_TARGET not supported on this system
- Oracle11g ORA-00845: MEMORY_TARGET not supported on this systemOracle
- ORA-00845: MEMORY_TARGET not supported on this system - Linux ServersLinuxServer
- ORA-00845 MEMORY_TARGET not supported
- MEMORY_TARGET not supported on this system
- HugePages與AMM不相容:ORA-00845: MEMORY_TARGET not supported on this system
- “ORA-00845: MEMORY_TARGET not supported on this system”不完全解決之道
- ORA-00845: MEMORY_TARGET not supported on this system 失敗的解決方案
- MEMORY_TARGET not supported on this system for linuxLinux
- linux下/dev/shm的大小引發ORA-00845: MEMORY_TARGET not supported on this systemLinuxdev
- 解決辦法:ORA-00845: MEMORY_TARGET not supported on thi
- ORA-00845 : MEMORY_TARGET not supported on this system(調大資料庫記憶體無法啟動)大資料資料庫記憶體
- ORA-00845: MEMORY_TARGET
- memory_max_target/memory_target設定過大報ORA-00845錯誤
- oracle 12C RAC 啟動報錯 ORA-00845Oracle
- ORA-00845 memory_target needs larger /dev/shmdev
- Oracle Fusion Middleware Supported System check,jdk,java .etc requirementsOracleJDKJavaUIREM
- oracle 11g安裝報錯Oracle
- Mac新建資料夾報錯,mkdir():Operation not supportedMac
- 解決Linux上11g的ORA-00845錯誤Linux
- ORACLE11G解決ORA-00845錯誤Oracle
- 用putty連線AWS,報錯“No supported authentication methods available"AI
- 解決報錯error the @annotation pointcut expression is only supported at Java 5ErrorExpressJava
- oracle 11g的新特性:memory_target的一些解析Oracle
- Oracle 11g 報錯 ORA-28000 the account is lockedOracle
- Linux下安裝Oracle11g , MEMORY_TARGET(AMM)小於/dev/shm處理(ORA-00845)LinuxOracledev
- SAP Table function 執行報錯 feature not supported 該如何分析Function
- Oracle 11g的新特性分割槽:System PartitionOracle
- SAP PP使用ECR去修改Recipe主資料,報錯:Generation not supported
- angular(2+)報錯處理之 -- 關於function 、lambda、not supported等AngularFunction
- windows下curl報錯:curl : (1) Protocol https not supported or disabled in libcurlWindowsProtocolHTTP