Oracle 한글깨짐현상
1). sqlplus /nolog
2). conn /as sysdba;
3). select name,value$ from sys.props$;
4). update sys.props$
set value$='AMERICAN_AMERICA.KO16MSWIN949'
// or 'AMERICAN_AMERICA.KO16KSC5601'
where name='NLS_LANGUAGE';
5). commit;
6). shutdown
7). startup
댓글
댓글 쓰기
질문이나 의견은 요기에 남겨주세요 ^^,,