- 最后登录
- 2015-7-23
- 在线时间
- 39 小时
- 威望
- 158
- 金钱
- 677
- 注册时间
- 2012-4-1
- 阅读权限
- 50
- 帖子
- 115
- 精华
- 0
- 积分
- 158
- UID
- 324
|
1#
发表于 2013-8-7 10:31:41
|
查看: 5370 |
回复: 10
源库:
os :Linux localhost.localdomain 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:39 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
DB:
SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for Linux: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
目标库:
os:# uname -a
AIX itsmdb1 1 6 00CFFE534C00
# prtconf -c
CPU Type: 64-bit
DB:
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
PL/SQL Release 10.2.0.5.0 - Production
CORE 10.2.0.5.0 Production
TNS for IBM/AIX RISC System/6000: Version 10.2.0.5.0 - Productio
NLSRTL Version 10.2.0.5.0 - Production
问题说明:
导出语句:
expdp itmc/itmc directory=DUMP_ITMC schemas=itmc dumpfile=itsm_82_20130806_01.dmp,dumpfile=itsm_82_20130806_02.dmp,dumpfile=itsm_82_20130806_03.dmp,dumpfile=itsm_82_20130806_04.dmp,dumpfile=itsm_82_20130806_05.dmp,dumpfile=itsm_82_20130806_06.dmp,dumpfile=itsm_82_20130806_07.dmp,dumpfile=itsm_82_20130806_08.dmp,dumpfile=itsm_82_20130806_09.dmp,dumpfile=itsm_82_20130806_10.dmp FILESIZE=5368709120 parallel=10
导入语句:impdp system/123456@itsmmon1 directory=ITSMMON1_IMDP full=y remap_schema=itmc:ipccitsmmon remap_tablespace=itsm:ipccitsmmon table_exists_action=replace dumpfile=ITSMMON1_IMDP:itsm_82_20130806_%u.dmp logfile=itsm_82_20130806_%u.log version=10.2.0.4
从源库copy到目标库:
尝试了两次:第一次:ftp bin方式传输
第二次:perl 的方式传输。
源库:
[oracle@localhost ~]$ ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 530431
max locked memory (kbytes, -l) 32
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 10240
cpu time (seconds, -t) unlimited
max user processes (-u) 530431
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
目标库:
oracle@itsmdb1> ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 4194304
memory(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) unlimited
threads(per process) unlimited
processes(per user) unlimited
遇到错误:
导入失败报错:
oracle@itsmdb1> ction=replace dumpfile=ITSMMON1_IMDP:itsm_82_20130806_%u.dmp logfile=itsm_82_20130806_%u.log version=10.2.0.4 <
Import: Release 10.2.0.5.0 - 64bit Production on Wednesday, 07 August, 2013 10:14:31
Copyright (c) 2003, 2007, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options
ORA-39002: invalid operation
ORA-31694: master table "SYSTEM"."SYS_IMPORT_FULL_01" failed to load/unload
ORA-31640: unable to open dump file "/u01/itsmmon1_imdp/itsm_82_20130806_01.dmp" for read
ORA-19505: failed to identify file "/u01/itsmmon1_imdp/itsm_82_20130806_01.dmp"
ORA-27092: size of file exceeds file size limit of the process
Additional information: 262143
Additional information: 457672
question: 急需寻求解决办法。想知道怎么验证我传输过来的文件的准确性。 |
|