重庆思庄Oracle、Redhat认证学习论坛

标题: impdp导入报ORA-00721: 发行版 11.2.0.4.0 中的更改无法用于发行版 11.2.0.0.0 [打印本页]

作者: jiawang    时间: 2022-8-15 14:13
标题: impdp导入报ORA-00721: 发行版 11.2.0.4.0 中的更改无法用于发行版 11.2.0.0.0
本帖最后由 jiawang 于 2022-8-15 14:13 编辑

报错信息:
C:\Users\Administrator>impdp 'sys/oracle as sysdba' directory=dump_dir dumpfile=
dmpfile.dmp transport_datafiles='D:\APP\ADMINISTRATOR\ORADATA\ORCL\test1.dbf';

Import: Release 11.2.0.1.0 - Production on 星期三 8月 10 20:38:47 2022

Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

连接到: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Produc
tion
With the Partitioning, OLAP, Data Mining and Real Application Testing options
已成功加载/卸载了主表 "SYS"."SYS_IMPORT_TRANSPORTABLE_01"
源时区版本为 14, 目标时区版本为 11。
启动 "SYS"."SYS_IMPORT_TRANSPORTABLE_01":  "sys/******** AS SYSDBA" directory=du
mp_dir dumpfile=dmpfile.dmp transport_datafiles='D:\APP\ADMINISTRATOR\ORADATA\OR
CL\test1.dbf';
处理对象类型 TRANSPORTABLE_EXPORT/PLUGTS_BLK
ORA-39123: 数据泵可传输的表空间作业中止
ORA-00721: 发行版 11.2.0.4.0 中的更改无法用于发行版 11.2.0.0.0


作业 "SYS"."SYS_IMPORT_TRANSPORTABLE_01" 因致命错误于 星期三 8月 10 20:38:57 202
2 elapsed 0 00:00:08 停止

解决办法:
SQL> create pfile='C:\orcl.ora' from spfile;

文件已创建。
修改参数文件中 compatible为11.2.0.4.0

C:\Users\Administrator>sqlplus / as sysdba

SQL*Plus: Release 11.2.0.4.0 Production on 星期三 8月 10 20:49:31 2022

Copyright (c) 1982, 2013, Oracle.  All rights reserved.

已连接到空闲例程。

SQL> startup pfile='C:\orcl.ora' mount;
ORACLE 例程已经启动。

Total System Global Area  855982080 bytes
Fixed Size                  2286032 bytes
Variable Size             549457456 bytes
Database Buffers          297795584 bytes
Redo Buffers                6443008 bytes
数据库装载完毕。
SQL> alter database open;

数据库已更改。
SQL> create spfile from pfile='C:\orcl.ora';

文件已创建。

再次导入成功
4441862f3abb7575e1.png
登录/注册后可看大图