공부/Spring, Jsp
Listener refused the connection with the following error: ORA-12519
cldy
2018. 6. 21. 14:42
oracle.net.ns.NetException: Listener refused the connection with the following error:
ORA-12519, TNS:no appropriate service handler found
오류 원인
> 이클립스에서 DB connect 한 다음 세션을 close 안 해줘서 Connection Process 수가 설정값을 초과한 경우 발생합니다.
해결 방법
> sqlSession.close();
public List test(int num) { |