에러해결/SQL

[oracle] SQL DEVELOPER 접속 error ora-12505 Listener refused the connection with following error

Zziii 2022. 11. 15. 01:09
728x90
반응형

SQL 강의를 들으면서 따라하고 있던 와중에 SQL DEVELOPER 접속하는 과정에서 

 

 

error ora-12505  Listener refused the connection with following error

 

다음과 같은 에러가 발생

 

구글링 결과

 

 cmd 창에

 

"Lsnrctl services"  다음과 같이 입력함

 

instance 부분에 "xe"라고 설정되어있음

 

접속시 SID(1번 사진) 를 xe로 바꾸어주면 에러해결완료

728x90
반응형
let textNodes = document.querySelectorAll("div.tt_article_useless_p_margin.contents_style > *:not(figure):not(pre)"); textNodes.forEach(function(a) { a.innerHTML = a.innerHTML.replace(/`(.*?)`/g, '$1'); });