【问题标题】:can we import oracle 11g dump into 10g oracle database?我们可以将 oracle 11g 转储导入 10g oracle 数据库吗?
【发布时间】:2014-06-12 15:04:37
【问题描述】:

当我尝试导入时出现错误。谁能帮助我?

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

【问题讨论】:

标签: oracle


【解决方案1】:

是的,你可以。它确实有助于告诉您使用哪个导出/导入工具,exp/imp 或 expdp/impdp。一个简单的谷歌搜索显示:How to export from oracle 11.2 and import into 10.2 version 这个例子同时使用了 expdp/impdp 和 exp/imp。

主要区别在于使用 expdp 时需要指定要导入转储文件的数据库版本。这是在命令行上完成的。

使用exp,需要使用低版本数据库中的exp实用程序。

【讨论】:

    猜你喜欢
    • 2014-03-19
    • 2011-04-24
    • 1970-01-01
    • 1970-01-01
    • 2016-05-20
    • 1970-01-01
    • 2011-01-29
    • 2022-01-22
    • 2013-07-28
    相关资源
    最近更新 更多