從上面的警告日志中的一個告警資訊告訴我們這個系統在啟動的時候需要建立一個大小為0x0000000000800000 size的segment失敗,雖然不是一個緻命的問題,但是同時告訴我們去修改shm參數可以提高性能。
既然問題已經弄清楚了,那麼下一步我們解決該問題就很簡單了,擴大/de/shm 的值
If the value of max_target is set to a value greater than the allocation for the /dev/shm size, then you may encounter the error ORA-00845: MEMORY_TARGET not supported on this system.