본문 바로가기

Languages/DataBase

ORACLE - ORA-12505, TNS:listener does not currently know





오라클 인스턴스를 찾지 못하거나, 리스너를 찾을 수 없다는 뜻,

보통은 context.xml 혹은 기타 데이터베이스와의 연결하는 곳에서

데이터베이스의 주소나 인스턴스 명을 잘 못 입력 했을 경우에 나타나는 오류입니다.

java.sql.SQLException: Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
The Connection descriptor used by the client was:

"jdbc:oracle:thin:@localhost:1521:orcl"; <-- 주소를 제대로 입력하였는지 확인