科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网软件频道Re: 紧急求救:oracle的数据导入!

Re: 紧急求救:oracle的数据导入!

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

  Hi. There are three possible conversions when exporting and importing:      1) from the source database character set to th

作者:中国IT实验室 来源:中国IT实验室 2007年10月7日

关键字: 备份 数据库 ORACLE

  • 评论
  • 分享微博
  • 分享邮件

  Hi. There are three possible conversions when exporting and importing:
  
  1) from the source database character set to the user session character set(based on setting for NLS_LANG during export)
  2) from the export file character set to the user session character set base
  d on the setting for NLS_LANG during import)
  3) from the user session character set (criteria noted in #2) to the target database character set.I would suspect that the user session character set during import is not the same as the character set of the export file. The conversion noted in #2 above is only valid for single-byte character sets. For multibyte character sets, the import file's character set must be identical to the export file's character set.
  
  
  【 在 GuitarCool (铿铿吉他) 的大作中提到: 】
   我在执行以下的导入语句的时候出现了问题,望高手指点,先谢谢了!
   F:\pb\construct\db-emp>IMP JHK/JHK FILE=JHK FROMUSER=JHK TOUSER=JHK Import: Release 8.1.7.0.0 - Production on 星期六 11月 17 16:31:19 2001(c) Copyright 2000 Oracle Corporation. All rights reserved.连接到: Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production With the Partitioning option JServer Release 8.1.7.0.0 - Production IMP-00016: 不支持要求的字符集转换(从类型1到852)
  IMP-00000: 未成功终止导入
  
  

查看本文来源

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章