栏目分类
安装配置 | PLSQL | 备份恢复 | 性能调优 | 开发技术 | 资讯动态 | 考试认证 | 入门基础
排行榜
·如何直接解压.tar.gz文件
·Linux下的远程控制—VNC
·在VMware下配置显卡
·Linux挂载文件系统
·定时执行crontab使用方法详解
·ORACLE数据库备份方法
·PL/SQL入门教程
·Oracle存储过程返回结果集
·ORACLE数据库PROC编程经验介绍
·linux之间如何进行串口通讯
·ORACLE建库过程与操作
·oracle联机热备原理及rman增量备份原理
·如何实现数据库完整备份
·Oracle体系结构简介
·Oracle临时表使用补充
·从黑客角度检验oracle数据库
·Webmin--Linux下的用户管理工具
·mount使用指南
·利用Ghost复制您的Linux系统
·浅谈Oracle10G中的新事物:闪回恢复区

    您现在的位置: Linux宝库 >> Oracle >> 备份恢复 >> 文章正文
Re:紧急求救:oracle的数据导入!
Linux宝库 收集整理  作者:Linux宝库  时间:2007-12-31  收藏本站
来自:http://doc.linuxpk.com/51451.html
联系:linuxmine#gmail.com
分类:[备份恢复]
  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: 未成功终止导入

  
本文来自:http://doc.linuxpk.com/51451.html
 
     最新更新
·Oracle课程描述
·Oracle数据库的灾难恢复
·Oracle8i概述
·ORACLE数据库备份技术
·Oracle数据库系统使用经验六则
·在oracle中运行OS命令
·Oracledba日常管理
·ORACLE数据库的启动和关闭
·如何在两个oracle服务器之间交换数据?
·关于恢复数据库的说明
·Re:关于oracle的备份与恢复问题
·Re:紧急求救:oracle的数据导入!
·其他数据库向Oracle8i的转移分析
·Oracle8.0使用技巧
·ORACLEFORSUNSOLARIS维护手册
·在ORACLE数据库中实现从非归档模式到归档模式的转化
·UNIX平台上分布式数据库管理的经验
·Oracle8的不安全因素及几点说明
·OracleCRM解决方案
·ORACLE8的分区管理
·回滚段问题
·利用角色增强应用系统安全性
·数据库服务器的安全
·sun上oraclecluster
·手工建立ORACLE数据库步骤
·关于SELECTN问题
·rem--创建回滚段
·RedHat6.0上安装Oracle8
·如何有效地利用数据字典
·用ORACLE*Forms和ORACLE*Graphics实现数据与图形动态显示