oracle版本12.2.0.1

Errors in file /u01/app/oracle/diag/rdbms/sibcyb1/CYB111/trace/CYB111_q003_166752.trc:
ORA-41401: Define character set () does not match database character set ()
ORA-41401: Define character set (ORA-41401: Define character set (873) does not match database character set (852)
) does not match database character set ()

MOS文档 ID 2547439.1

-- CDB

conn / as sysdba

SQL> select * from nls_database_parameters where parameter like '%CHARACTERSET';

PARAMETER                 VALUE
------------------------- --------------------
NLS_NCHAR_CHARACTERSET    AL16UTF16
NLS_CHARACTERSET          AL32UTF8

SQL> alter session set container=PDB1;

Session altered.

-- PDB

SQL> select * from nls_database_parameters where parameter like '%CHARACTERSET';

PARAMETER                 VALUE
------------------------- --------------------
NLS_NCHAR_CHARACTERSET    AL16UTF16
NLS_CHARACTERSET          AL32UTF8

解决方法:

1.  Apply the fix for Bug 29041775.

Patches
with the fix for Bug 29041775 are available for some 12.2 and 18.x
version/platform combinations.  Please check patch availability in My
Oracle Support (MOS);  for a list of available patches, please do the
following:

- In MOS, select the Patches & Updates tab
- In Search tab, for Number/Name or Bug Number (Simple), select Bug Number
- For Bug Number, enter 29041775
- For Platform, select desired platform
- Click Search button.  
- The search will return a list of available patches with the fix for Bug 29041775.

or

2.  Upgrade to Oracle Server 20.1 when available.  Bug 29041775 is fixed in 20.1.

最新文章

  1. Play Framework 完整实现一个APP(十四)
  2. dpkg: 处理归档 /var/cache/apt/archives/软件名 (--unpack)时出错:由于已经达到 MaxReports 限制,没有写入 apport 报告。
  3. ListView下拉刷新
  4. POJ 2785 4 Values whose Sum is 0
  5. SQL实现分组查询取前几条记录
  6. html meta标签之http-equiv
  7. Apache Commons 工具类
  8. WebStorm 的使用(一)
  9. NGINX结合SHELL统计用户的UV及IP汇总
  10. Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSInvocation setArgument:atIndex:]: index (3) out of bounds [-1, 2]'
  11. PHPStorm+PHPStudy配置XDebug
  12. 敏捷冲刺每日报告——Day4
  13. java虚拟机的类加载器
  14. SO\PR\MO\排产回写的数据如下
  15. 第十一章 串 (b1)串匹配
  16. mysql-unsha1:在未知密码情况下,登录任意MYSQL数据库
  17. sell 项目 类目表 设计 及 创建
  18. Linux下用C获取当前时间
  19. 学习python,第三篇:.pyc是个什么鬼?
  20. 数据库面试题之PL/SQL面试题

热门文章

  1. 用workspace管理工程,并解决多静态库依赖
  2. git删除中间某次提交
  3. flex布局中flex-grow与flex-shrink的计算方式
  4. tensorflow处理mnist(二)
  5. Java关于赋值
  6. zabbix漏洞
  7. Nginx学习一路向西
  8. Java内存大家都知道,但你知道要怎么管理Java内存吗?
  9. NodeJS4-9静态资源服务器实战_发到npm上
  10. 创建基于ASP.NET core 3.1 的RazorPagesMovie项目(一)-创建和使用默认的模板