본문으로 바로가기

ORA-12505

category Database/Oracle 2014. 6. 16. 05:19
반응형

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 


반응형