코디잉

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

DB/ORACLE

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

yong_ღ'ᴗ'ღ 2022. 11. 10. 01:45

예전 프로젝트를 다시 실행시키려는데 계속 ora-12505 오류가 발생했다.

잘 됐었는데 갑자기 그런거라서

SQL Developer 켜서 Connection들 접속하려고 누르면 다 ora-12505 오류 발생...

 

서비스 들어가서, OracleServiceXE랑 OracleXETNSListener 다시 시작해도 안되고...

계속 구글 검색하면서 찾다가 아래 사이트에서 알려주는 해결방법으로 해결했다.

 

 

https://mobicon.tistory.com/17

 

ORA-12505, TNS:listener does not currently know of SID - 오류 해결하기

org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Listener refused the connection with the following error:ORA-12505, TNS:listener does not currently know of SID given in connect descriptor ) at org.apache.commons.dbcp.Ba

mobicon.tistory.com

Comments