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-00603 (java.sql.SQLRecoverableException: IO 오류: Got minus one from a read call, connect lapse 27864 ms., Authentication lapse 0 ms.) 본문

Oracle

ORA-00603 (java.sql.SQLRecoverableException: IO 오류: Got minus one from a read call, connect lapse 27864 ms., Authentication lapse 0 ms.)

HeeLee_ 2022. 8. 4. 15:00
반응형


ORA-00603

증상 - DB가 간헐적으로 접속되었다 안되었다함
체크 - crsctl status resource -t 클러스터 상태 체크, 세션 수 체크
해결 - WAS 재기동하여 해결, was에서 db메모리를 해지하지 않아서 생기는 현상

-DB connection error-
java.sql.SQLRecoverableException: IO 오류: Got minus one from a read call, connect lapse 27864 ms., Authentication lapse 0 ms.

-alert log-
skgxpvfynet: mtype: 61 process 1145 failed because of a resource problem in the OS. The OS has most likely run out of buffers (rval: 4)
Errors in file /oracle/oracle_base/diag/rdbms/.../trace/..._ora_1145.trc (incident=240546):
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
Incident details in: /oracle/oracle_base/diag/rdbms/.../incident/incdir_240546/..._ora_1145_i240546.trc
opiodr aborting process unknown ospid (1145) as a result of ORA-603

참조
https://support.oracle.com/knowledge/Oracle%20Database%20Products/1524444_1.html
https://developpaper.com/on-the-handling-of-error-report-in-ora-00603-ora-27504-ora-27300-ora-27301-ora-27302/

반응형