시스템 레지스트리와 일치시켜주었다.
update props$ set VALUE$='KOREAN' where name='NLS_LANGUAGE';
update props$ set VALUE$='KOREA' where name='NLS_TERRITORY';
update props$ set VALUE$='KO16MSWIN949' where name='NLS_CHARACTERSET';
shutdown immediate;
startup mount;
alter system enable restricted session;
alter system set job_queue_processes=0;
alter system set aq_tm_processes=0;
alter database open;
alter database character set KO16MSWIN949;
alter database character set internal_use KO16MSWIN949;
shutdown immediate;
startup;
'Write > Problem&Solution' 카테고리의 다른 글
git package does not support customized git-shell-commands (0) | 2023.03.06 |
---|---|
MSE(Microsoft Security Essentials)의 메모리 점유율이 높을때 (0) | 2015.07.30 |
IIS에서 워드프레스(WordPress)사용하기 (0) | 2015.03.04 |
USB(이동식 디스크)에 파일들이 다 숨었다? 바로가기만 주르륵! (0) | 2014.01.11 |
Location.href (0) | 2014.01.10 |