クライアント文字コードエンコーディング設定

(5.6)
(5.7)
(8)

show variables like '%char%';
show variables like '%collation%';

set names 'utf8mb4';
set names 'cp932';

 

 

(12cR1)
(12cR2)
(18c)
(19c)

export NLS_LANG=Japanese_Japan.AL32UTF8

export NLS_LANG=Japanese_Japan.JA16SJISTILDE

 

 

(9.4)
(9.6)
(10)
(11)

\encoding

\encoding UTF8

\encoding SJIS

 

 

(2014)
(2016)

sqlcmd -E -S mmm061 -i a.sql -f 932

sqlcmd -E -S mmm061 -i b.sql -f 65001