Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- lsof
- profile
- plugin
- 네트워크
- vscode
- JavaScript
- 단축키
- context
- import
- VirtualBox
- web.xml
- Quartz
- Mac
- port
- grep
- 줄바꿈 문자
- IntelliJ
- bash
- xargs
- tomcat
- Windows 10
- resource
- GIT
- netsh
- find
- Source
- maVen
- ssh
- Eclipse
- Windows
Archives
- Today
- Total
develog
[mac] sqldeveloper connection test error 본문
커넥션 테스트시 오류 발생
Status : Failure - Test failed : Locale not recognized
sqldeveloper.conf 파일 수정후 재시작
vi /Applications/SQLDeveloper.app/Contents/Resources/sqldeveloper/sqldeveloper/bin/sqldeveloper.conf
# 아래 라인 추가
AddVMOption -Duser.language=ko
AddVMOption -Duser.country=KR
'OS & Shell > Mac' 카테고리의 다른 글
[mac] iterm2 한글 자소분리 현상 해결 (0) | 2021.02.16 |
---|---|
[mac] java 설치 경로 (0) | 2021.02.10 |
[mac] hostname 변경 (0) | 2021.02.09 |
[mac] nc 포트 오픈 확인 (netcat) (0) | 2021.02.09 |
[mac] fn 키 없이 function 키 사용하기 (0) | 2020.11.27 |
Comments