ORA-00603: ORACLE server session terminated by fatal error ORA-27504: IPC error creating OSD context ORA-27300: OS system dependent operation:sendmsg failed with status: 105 ORA-27301: OS failure message: No buffer space available ORA-27302: failure occurred at: sskgxpsnd2
※ 關鍵詞: ORA-2730x、status: 105、sskgxpsnd2。
一、問題分析
1、錯誤代碼解釋
通過 Oracle oerr 工具查看相關提示信息:
可以發(fā)現:ORA-2730x 顯示是OS系統層面的錯誤。
2、查詢 MOS 文檔
通過查詢MOS文檔,發(fā)現該錯誤相符合的文檔:
Troubleshooting ORA-27300 ORA-27301 ORA-27302 Errors (Doc ID 579365.1)
Oracle Linux: ORA-27301:OS Failure Message: No Buffer Space Available ( Doc ID 2041723.1 )
ORA-27301: OS Failure Message: No Buffer Space Available / ORA-27302: failure occurred at: sskgxpsnd2 Source Script ( Doc ID 2322410.1 )
根據文檔提示: 這是因為可用于網絡緩沖區(qū)預留的空間較少,可通過修改 vm.min_free_kbytes 參數和 MTU 來修復。