Wednesday, August 2, 2017

▷ Oracle characterset query/update (오라클 케릭터셋 조회/변경)

[ Oracle characterset ]


(1) 조회
select * from sys.props$ where name='NLS_CHARACTERSET';

(2) 변경
update sys.props$  set value$='KOREAN_KOREA.KO16MSWIN949' where name='NLS_CHARACTERSET';

-- AREMERICAN_AMERICA.AL32UTF8

-- AL32UTF8

(3) 적용
DB shutdown -> startup

No comments:

Post a Comment

◈ Recent Post

▷ UITest demo with TestOne (Mobile, Keypad and Drag until found tip)

[ UITest Demo Environment ] 1. UITest Solution: TestOne 2. Description 데모 설명    How to use keypad, and to drag until found.     키패드를...

◈ Popular Posts