강의

멘토링

커뮤니티

Inflearn Community Q&A

joke99732215's profile image
joke99732215

asked

Practical JSP (renew ver.) - Course for new programmers

DAO and DTO

15:20부분에서 서버로 실행시 연동이 안됩니다

Written on

·

231

0

Listener refused the connection with the following error:

ORA-12505, TNS:listener does not currently know of SID given in connect descriptor 

이런 에러가 나오면서 연동이 안되고 웹브라우저에서는 아무것도 나오지 않습니다 

혹시나해서 오타는 없는지 확인하였습니다 

jspjava

Answer 1

1

orcacle sql developer에서 scottcon 데이터베이스 -> 속성 들어가서 접속 중인 포트번호와 SID가 이클립스 내 String url에 주어진 정보와 일치한지 확인해보세요

joke99732215's profile image
joke99732215

asked

Ask a question