반응형
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
원인
SID 와 ServiceName이 상이할 경우 발생
해결 방안
SID일 경우 jdbc:oracle:thin:@localhost:1521:XE
ServiceName일 경우 jdbc:oracle:thin:@localhost:1521/XE
반응형
'Database > Oracle' 카테고리의 다른 글
8080포트가 톰캣포트와 오라클포트가 겹칠때 (0) | 2014.06.17 |
---|---|
0일때는 시간만 0이아닌때는 날짜만 (DECODE, TRUNC, SIGN) (0) | 2014.06.16 |
insert (0) | 2014.06.16 |
오라클 계정 생성 및 권한 주기 (0) | 2014.06.15 |
NOT IN (0) | 2014.05.30 |