虚拟机上的oracle10g的信息:
Database Control URL 为 http://192.168.199.128:1158/em
Enterprise Manager Database Control URL - (orcl) :
http://192.168.199.128:1158/em
数据库配置文件已经安装到 C:\oracle\product\10.2.0,同时其他选定的安装组件也已经安装到 C:\oracle\product\10.2.0\db_1。
iSQL*Plus URL 为:
http://192.168.199.128:5560/isqlplus
iSQL*Plus DBA URL 为:
http://192.168.199.128:5560/isqlplus/dba
=======================
导入dmp的命令:
imp HRE0603/HRE0603@ORCL file=(HRE-2014-12-01_0001.dmp,HRE-2014-12-01_0002.dmp) ignore=y fromuser=HRE0603 touser=HRE0603 log=HRE0603_log.log
==================
命令行执行信息:
Microsoft Windows XP [版本 5.1.2600]
(C) 版权所有 1985-2001 Microsoft Corp.
C:\Documents and Settings\Winxp>F:
F:\>CD DATABASEIMP
F:\DatabaseImp>imp HRE0603/HRE0603@ORCL file=(HRE-2014-12-01_0001.dmp,HRE-20
14-12-01_0002.dmp) ignore=y fromuser=HRE0603 touser=HRE0603 log=HRE0603_log.l
og
Import: Release 10.2.0.1.0 - Production on 星期五 12月 5 15:19:25 2014
Copyright (c) 1982, 2005, Oracle. All rights reserved.
连接到: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, Oracle Label Security, OLAP and Data Mining Scoring Engin
e options
经由常规路径由 EXPORT:V10.02.01 创建的导出文件
IMP-00013: 只有 DBA 才能导入由其他 DBA 导出的文件
IMP-00000: 未成功终止导入
F:\DatabaseImp>imp SYSTEM/ORACLE@ORCL file=(HRE-2014-12-01_0001.dmp,HRE-2014-1
2-01_0002.dmp) ignore=y fromuser=HRE0603 touser=HRE0603 log=HRE0603_log.log
Import: Release 10.2.0.1.0 - Production on 星期五 12月 5 15:21:31 2014
Copyright (c) 1982, 2005, Oracle. All rights reserved.
连接到: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, Oracle Label Security, OLAP and Data Mining Scoring Engin
e options
经由常规路径由 EXPORT:V10.02.01 创建的导出文件
警告: 这些对象由 HRE0603 导出, 而不是当前用户
已经完成 ZHS16GBK 字符集和 AL16UTF16 NCHAR 字符集中的导入
IMP-00046: 使用 2147483648 的导出文件的 FILESIZE 值
. 正在将 HRE0603 的对象导入到 HRE0603
. . 正在导入表 "CALL_RECA"导入了 1785265 行
==================
注意:1.普通用户账户导入失败,则改用系统账号导入。
2. 使用的表空间要足够大,否则导入过程中会报错,导致部分内容没有导入。