- 最后登录
- 2016-11-16
- 在线时间
- 1 小时
- 威望
- 0
- 金钱
- 16
- 注册时间
- 2016-11-8
- 阅读权限
- 10
- 帖子
- 2
- 精华
- 0
- 积分
- 0
- UID
- 2490
|
1#
发表于 2016-11-16 10:15:21
|
查看: 3744 |
回复: 2
朋友们好 客户要求用ZHS32GB18030 的字符集 ,新换操作系统为SUSE12,源库为 11.2.0.4.0,目标库为12.1.0.2.0,由于11R2里不含ZHS32GB18030的字符集,所以先手工建库指定ZHS32GB18030,然后升级为12R1,这个都正常,但在12R1做expdp实验时,报以下错误,GOOGLE与MOS查均无结果,但其它正常字符集的11R2升12R1,做此实验正常,不知是否一定是GB18030字符集的原因导致,如果更换超集字符集,那应该更换哪个?谢谢
oracle@suse:~> expdp scott/tiger directory=testbak dumpfile=test12cdept.dmp logfile=test12cdept.log tables=dept
Export: Release 12.1.0.2.0 - Production on Wed Nov 16 07:28:55 2016
Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
Starting "SCOTT"."SYS_EXPORT_TABLE_02": scott/******** directory=testbak dumpfile=test12cdept.dmp logfile=test12cdept.log tables=dept
Estimate in progress using BLOCKS method...
ORA-39014: One or more workers have prematurely exited.
ORA-39029: worker 1 with process name "DW00" prematurely terminated
ORA-31671: Worker process DW00 had an unhandled exception.
ORA-00600: internal error code, arguments: [qmxtcCreateCreateIdn :lxXmlIdConv], [], [], [], [], [], [], [], [], [], [], []
Estimate in progress using BLOCKS method...
ORA-39014: One or more workers have prematurely exited.
ORA-39029: worker 2 with process name "DW00" prematurely terminated
ORA-31671: Worker process DW00 had an unhandled exception.
ORA-00600: internal error code, arguments: [qmxtcCreateCreateIdn :lxXmlIdConv], [], [], [], [], [], [], [], [], [], [], []
Job "SCOTT"."SYS_EXPORT_TABLE_02" stopped due to fatal error at Wed Nov 16 07:29:59 2016 elapsed 0 00:01:04
oracle@suse:~> echo $LD_LIBRARY_PATH
/u01/app/oracle/product/12.1.0/db_1/lib |
|