본문 바로가기
웹 프로그래밍/DB

자바 Oracle DB연동 오류: The Network Adapter could not establish the connectionException in thread "main" java.lang.NullPointerException 해결방법

by 청량리 물냉면 2021. 8. 16.
반응형

에러종류

DB 접속실패 : java.sql.SQLRecoverableException: IO 오류: The Network Adapter could not establish the connection
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.sql.Connection.prepareStatement(String)" because "conn" is null
at test.OracleTest.main(OracleTest.java:22)

 

 

해결

서비스 > OracleServiceEx 시작

 

 

Oracle SQL Developer에 접근 자체가 안 됐음.

그 전에 등록해둔 oracle 접속이 안 돼서 지우고 새로 생성함. -> 해결

반응형