Oracle 11g報錯"ORA-00845: MEMORY_TARGET not supported on this system"
在透過RMAN恢復資料庫,啟動資料庫時報錯
RMAN> STARTUP FORCE NOMOUNT PFILE='/opt/oracle/11.2.0/dbs/initSPDB2.ora';
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of startup command at 12/15/2016 19:59:12
RMAN-04014: startup failed: ORA-00845: MEMORY_TARGET not supported on this system
報錯的原因:
OS可供分配的記憶體不足
解決方法:
修改記憶體引數
編輯引數檔案
[ora112@iZbp1fu4aqltezhc3ggvzuZ dbs]$ vi initSPDB2.ora
sga_target=629145600
RMAN> STARTUP FORCE NOMOUNT PFILE='/opt/oracle/11.2.0/dbs/initSPDB2.ora';
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of startup command at 12/15/2016 19:59:12
RMAN-04014: startup failed: ORA-00845: MEMORY_TARGET not supported on this system
報錯的原因:
OS可供分配的記憶體不足
解決方法:
修改記憶體引數
編輯引數檔案
[ora112@iZbp1fu4aqltezhc3ggvzuZ dbs]$ vi initSPDB2.ora
sga_target=629145600
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26506993/viewspace-2130758/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle 11g報錯ORA-00845: MEMORY_TARGET not supported on this systemOracle
- 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