오라클 인스턴스를 찾지 못하거나, 리스너를 찾을 수 없다는 뜻,
보통은 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"; <-- 주소를 제대로 입력하였는지 확인
'Languages > DataBase' 카테고리의 다른 글
DB2 - No suitable driver found for jdbc:db2 (0) | 2011.09.02 |
---|---|
DB2 - JDBC 연결 예제 (0) | 2011.09.01 |
ORACLE - ORA-01476 : 제수가 0 입니다. (0) | 2011.09.01 |
ORACLE - IO Exception : Got minus one from a read call (0) | 2011.09.01 |
ORACLE - ORA-27101: shared memory realm does not exist (0) | 2011.09.01 |