2018년 8월 1일 Oracle 286 comments oracle
SQL Developer에서 한글이 깨지는 현상을 해결 후 정리해둔다.
Tools -> Preferences -> Code Editor -> Fonts를 한글폰트로 변경
아래와 같이 기본 테이블로 검증해보니 문제가 없었다.
update hr.employees set first_name = '광식' where employee_id = 100 select * from hr.employees