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 값 조정 필요
반응형
'Oracle' 카테고리의 다른 글
Oracle - SQL Monitor Active Report (0) | 2024.06.11 |
---|---|
ORA-12805: parallel query server died unexpectedly (0) | 2023.02.07 |
ORA-00600 내부 오류코드 kdsgrp1 (3) | 2022.11.18 |
Oracle - 슬로우 쿼리(Slow Query) 조회 쿼리 (3) | 2022.10.26 |
Oracle - Lock 종류와 Kill Session (2) | 2022.08.10 |