老师好,做impdp时遇到错误,查了半天也没查明白,望赐教,谢谢🙏
ORA-31694:
master table "SYSTEM"."SYS_IMPORT_TABLESPACE_01" failed to load/unload
ORA-02354: error in exporting/importing data
ORA-39773: parse of metadata stream failed
这个报错一般是expdp的dump文件错误或者不全(并行有多个文件
评论
有用 0哦哦,那需要注意点什么呢?我没有开parallel,如何避免这个问题呢?
评论
有用 0expdp system/tnbphbc2_psongoc_08 directory=export8292019 dumpfile=exp1.dmp logfile=exp1.log full=y
[oracle@ora12c directory]$ impdp system/oracle parfile=imp09052019.par
Import: Release 12.2.0.1.0 - Production on Thu Sep 5 21:09:44 2019
Copyright (c) 1982, 2017, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production
ORA-39002: invalid operation
ORA-31694: master table "SYSTEM"."SYS_IMPORT_FULL_01" failed to load/unload
ORA-02354: error in exporting/importing data
ORA-39773: parse of metadata stream failed
[oracle@ora12c directory]$ ls
exp1.dmp imp09052019.par imp1.log
[oracle@ora12c directory]$ cat imp09052019.par
directory=import8292019
dumpfile=exp1.dmp
logfile=imp1.log
full=y
评论
有用 0跨版本吗?
看报错像是dmp文件损坏之类的问题,重新导出一份试试
评论
有用 0跨版本的,从Solaris的11.2.0.4到Linux的12.2.0.1,您说和跨版本有关吗?
评论
有用 0老师,我想问原端和目标端的directory名字必须要一致吗?
评论
有用 0directory不必一致,看下导出文件日志有没有报错,是否成功导出。
评论
有用 0
墨值悬赏

