현상 : ORA-03135: connection lost contact
원인 : 세션이 종료된 사용자가 다음에 SQL문을 실행할려고 할 경우 발생
조치 : sqlnet.ora에 클라이언트/서버 연결이 10 분마다 활성화되는지 확인하기 위한 "SQLNET.EXPIRE_TIME = 10"을 설정.
SQLNET.INBOUND_CONNECT_TIMEOUT = 300
SQLNET.EXPIRE_TIME = 300
SQLNET.SEND_TIMEOUT = 300
SQLNET.RECV_TIMEOUT = 300
'▶ Tuxedo > 오류 메시지(Oracle)' 카테고리의 다른 글
ORA-3121 (0) | 2010.07.06 |
---|---|
ORA-3114 Error( not connected to ORACLE )가 발생 (0) | 2010.07.06 |
ORA-03113: end-of-file on communication channel (0) | 2010.07.06 |
ORA-02303: cannot drop or replace a type with type or table dependents (0) | 2010.07.06 |
ORA-02291: integrity constraint (SCRJAPPR.A315_E007_FK) (0) | 2010.07.06 |