ORA-00845: MEMORY_TARGET not supported on this system
ORA-00845: MEMORY_TARGET not supported on this system
說/dev/shm小於SGA_MAX_SIZE 把/dev/shm改大即可
[root@linux5 ~]# df -m
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/sda2 9689 7549 1640 83% /
/dev/sda5 16003 11162 4016 74% /db
/dev/sda1 99 12 82 13% /boot
tmpfs 502 0 502 0% /dev/shm
[root@linux5 ~]# umount /dev/shm
[root@linux5 ~]# vi /etc/fstab
[root@linux5 ~]# cat /etc/fstab
LABEL=/ / ext3 defaults 1 1
LABEL=/db /db ext3 defaults 1 2
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults,size=1024m 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
LABEL=SWAP-sda3 swap swap defaults 0 0
[root@linux5 ~]# mount /dev/shm
再次啟動資料庫就OK了
SQL> startup
ORACLE instance started.
Total System Global Area 626327552 bytes
Fixed Size 2215944 bytes
Variable Size 599789560 bytes
Database Buffers 20971520 bytes
Redo Buffers 3350528 bytes
Database mounted.
Database opened.
SQL>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/27146953/viewspace-740326/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-00845 MEMORY_TARGET not supported on this system
- startup ORA-00845: MEMORY_TARGET not supported on this system
- Oracle報錯: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 on this system報錯解決
- Oracle11g ORA-00845: MEMORY_TARGET not supported on this systemOracle
- ORA-00845 MEMORY_TARGET not supported on this system報錯解決
- ORA-00845 MEMORY_TARGET not supported
- MEMORY_TARGET not supported on this system
- Oracle 11g報錯"ORA-00845: MEMORY_TARGET not supported on this system"Oracle
- oracle 11g報錯ORA-00845: MEMORY_TARGET not supported on this systemOracle
- 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 失敗的解決方案
- Oracle11g啟動報:ORA-00845: MEMORY_TARGET not supported on this systemOracle
- 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
- ORA-00845 memory_target needs larger /dev/shmdev
- Oracle Fusion Middleware Supported System check,jdk,java .etc requirementsOracleJDKJavaUIREM
- memory_max_target/memory_target設定過大報ORA-00845錯誤
- Linux下安裝Oracle11g , MEMORY_TARGET(AMM)小於/dev/shm處理(ORA-00845)LinuxOracledev
- ASP.Net Core 3.1 With Autofac ConfigureServices returning an System.IServiceProvider isn't supported.ASP.NETIDE
- 解決The given version [xx] is not supported, only version 1 to 10 is supported in this buildUI
- ORA-00845 解決
- GoldenGate - What is supported and what is not ....Go
- SGA PGA MEMORY_TARGET 關係
- ORA-00845 錯誤處理
- let definitions are not supported by current javascript versionJavaScript
- Project facet Java version 1.8 is not supportedProjectJava
- The ENU localization is not supported by this SQL Server mediaSQLServer
- KSQLException: The authentication type 10 is not supported.SQLException
- Oracle11g修改MEMORY_TARGETOracle
- 如何解決ORA-00845錯誤
- 解決 Lumen 中 client charset is not supportedclient
- lambda expressions are not supported at this language level intellijExpressIntelliJ