1.查询服务端字符集编码 select userenv(\'language\') from dual; 2.查看客户端字符集编码 打开注册表 ctrl+F 搜索NLS_LANG, NLS_LANG对应的就是客户端字符集编码。 相关文章: