https://imthekingofcoding.tistory.com/4
SQL Developer 한글설정하기 - For MAC
맥에서 SQL Developer 툴을 사용할때 한글로 설정하는법 SQL Developer 앱 오른쪽 버튼 -> 패키지내용 보기 -> Contents -> Resources -> sqldeveloper -> sqldeveloper -> bin bin 폴더 선택 후 command + c 한..
imthekingofcoding.tistory.com
https://im-codding.tistory.com/17
[ Oracle ] 오라클 한글 깨짐 현상
안녕하세요 코띵입니다 :D CentOS에서 오라클 설치를 완료한 후, SQLPlus를 통해 접속을 했는데, 다음과 같이 한글이 나오지 않는 현상이 발갱했습니다. [oracle@imcodding ~]$ sqlplus "/as sysdba" SQL*Plus: Re..
im-codding.tistory.com
https://blog.daum.net/wetet/1810
oracle 11g 한글 깨짐 해결
원문:http://movestar.egloos.com/1846455 sys 유저로 SQL> select * from sys.props$ where name = 'NLS_CHARACTERSET'; 하면 현재 설정 상태를 볼 수 있다. # sqlplus /nolog SQL> conn sys as sysdba SQL> star..
blog.daum.net
위에 블로그대로 실행했는데도 안된다..ㅠㅠ
'BackEnd > RDBMS' 카테고리의 다른 글
[SQL_MyBatis] Insert문 실행하고 추가된 행의 원하는 컬럼 값 리턴받기 (selectKey사용) (0) | 2022.04.07 |
---|---|
[Oracle] ORA-00054 : resource busy and acquire with nowait specified or timeout expired (0) | 2022.03.25 |
[Oracle] 맥 Docker 설치 후 오라클 연동 (0) | 2022.02.24 |
[Oracle] 서브쿼리 (SubQuery ) - SELECT, FROM, WHERE (0) | 2021.12.26 |
[Oracle] SQL Joins (INNER, FULL, LEFT, RIGHT, SELF) (0) | 2021.12.26 |