Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
そうではありません。データベースの文字セットが Windows-1252 の場合、列に適切に格納できる文字VARCHAR2は、Windows-1252 文字セットに存在する文字のみです。
VARCHAR2
NLS_NCHAR_CHARACTERSETが Unicode (通常は) の場合AL16UTF16、列を作成しNVARCHAR2、その新しい列に CJK 文字を格納できます。列をサポートするために、アプリケーションでコードの変更が必要になる場合がありNVARCHAR2ます。
NLS_NCHAR_CHARACTERSET
AL16UTF16
NVARCHAR2