SQLDeveloper 설치 중 다음과 같은 에러 발생..
Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
너무나 감사하게도 아래 내용 참고하여 위 에러 해결
https://seongeun-it.tistory.com/99
https://blog.naver.com/oneway0325/222222572200 <-- 핵심
[미해결] [SQL Developer] ORA - 12505 NS: listener does not currently know of SID given in connect descriptor
21년 3월 31일 M1칩이라서 프로그램이 안정화 될 때까지 기다릴 예정이다..; Mac / Big sur / M1 Docker 설치 완료 Oracle 11g 설치 완료 SQL Developer 설치 완료 문제 상황 SQL Developer 실행하여 관리자 계정 생성
seongeun-it.tistory.com
[해결]
아래의 경로로 들어가 sqldeveloper.conf 클릭
Contents/Resources/sqldeveloper/sqldeveloper/bin/sqldeveloper.conf
아래의 코드를 추가해주세요. (한국어 인코딩)
AddVMOption -Duser.language=ko
AddVMOption -Duser.country=KR
'문제해결' 카테고리의 다른 글
train_dwg_all.sh: 4: --output_dir: not found (1) | 2025.01.09 |
---|---|
error: failed building wheel for tokenizers (0) | 2023.07.12 |