当我试图导入时我得到了错误。任何人都可以帮助我吗?
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
ORA-31626: job does not exist
ORA-31637: cannot create job SYS_IMPORT_FULL_01 for user TBAADM
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPV$FT_INT", line 600
ORA-39080: failed to create queues "KUPC$C_1_20110614115239" and "KUPC$S_1_20110614115239" for data Pump job
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPC$QUE_INT", line 1555
ORA-00832: no streams pool created and cannot automatically create one
答案 0 :(得分:2)
主要区别在于使用expdp时需要指定要导入转储文件的数据库的版本。这是在命令行上完成的。
使用exp,您需要使用较低版本数据库中的exp实用程序。