我是按用户exp的出错:
EXP-00008: ORACLE error 6553 encountered
ORA-06553: PLS-561: character set mismatch on value for parameter 'SHORTNAME'
EXP-00000: Export terminated unsuccessfully
现在数据库不管是user还是all都出同样的错误.

解决方案 »

  1.   

    寫一下你的exp語句
    http://www.oradb.net/expimp/expimp_011.htm
    http://www.chinaunix.net/bbsjh/8/798.html
      

  2.   

    这个问题好象是终端与服务器的数据库版本不一致或语言不一致导致的建议登陆到服务器上直接exp试试
      

  3.   

    参考一下错误说明:EXP-00008 ORACLE error number encounteredCause: Export encountered the referenced Oracle error. Action: Look up the Oracle message in the ORA message chapters of this manual and take appropriate action. 
      

  4.   

    字符集问题,请参考:
    http://expert.csdn.net/Expert/topic/2014/2014176.xml?temp=.2669794和
    http://expert.csdn.net/Expert/topic/1998/1998729.xml?temp=.8888056中的“一.3”现象。
      

  5.   

    字符集问题,出现这个错误,说明你客户端使用的字符集与数据库字符集不一致或不兼容。
    查看数据库字符集:
     SELECT USERENV('LANGUAGE') "Language" FROM DUAL;
    or 
     SELECT USERENV('LANG') "Language" FROM DUAL;