Notice
Recent Posts
Recent Comments
Link
반응형
«   2025/09   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Tags
more
Archives
Today
Total
관리 메뉴

HeeLee_DBA

ORA-603 (skgxpvfynet: mtype: 61 process 24645 failed because of a resource problem in the OS) 본문

Oracle

ORA-603 (skgxpvfynet: mtype: 61 process 24645 failed because of a resource problem in the OS)

HeeLee_ 2022. 11. 24. 10:28
반응형

증상  : error log 및 간헐적인 db connetion 실패

 

skgxpvfynet: mtype: 61 process 24645 failed because of a resource problem in the OS. The OS has most likely run out of buffers (rval: 4)

opiodr aborting process unknown ospid (24645) as a result of ORA-603

 

임시 조치하여 해결

--sync 후 메모리 초기화

sync

sysctl -w vm.drop_caches=1

 

** vm.min_free_kbytes 값 조정 필요

반응형