select userenv(‘language‘) from dual;
select * from nls_database_parameters where parameter =‘NLS_CHARACTERSET‘;
查看字符集
原文:https://www.cnblogs.com/yangxuyang/p/11428033.html