首页 > 数据库 > mysql教程 > EXP-00056: ORACLE error 29275 encountered

EXP-00056: ORACLE error 29275 encountered

WBOY
发布: 2016-06-07 17:57:57
原创
1718 人浏览过

exp test/test file=test.dmp wner=test log=exp.log 出错 EXP-00056: Oracle error 29275 encountered ORA-29275: partial multibyte character EXP-00000: Export terminated unsuccessfully 原因:字符集不一致 Oracle@MDSWEBDB01:sqlplus/ as sysdba SQL*

exp test/test file=test.dmp wner=test log=exp.log
出错
EXP-00056: Oracle error 29275 encountered
ORA-29275: partial multibyte character
EXP-00000: Export terminated unsuccessfully



原因:字符集不一致
Oracle@MDSWEBDB01:>sqlplus/ as sysdba
SQL*Plus: Release 11.1.0.6.0 - Production on Wed Aug 29 15:35:12 2012
Copyright (c) 1982, 2007, Oracle.  All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select value from NLS_DATABASE_PARAMETERS where parameter='NLS_CHARACTERSET';
VALUE
--------------------------------------------------------------------------------
AL32UTF8
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Oracle@MDSWEBDB01:>echo$NLS_LANG
AMERICAN_AMERICA.UTF8

解决方法:
export NLS_LANG=AMERICAN_AMERICA.AL32UTF8
再继续exp
相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板