文档解释
ORA-39184: Transportable Data Pump jobs cannot exclude PLUGTS objects
Cause: A Transportable Data Pump job requires all PLUGTS% objects, but the user-supplied exclude filters were excluding these objects.
Action: Reenter command without excluding PLUGTS% objects.
。
ORA-39184: 这是一个通知信息,意思是:搬运数据泵作业无法排除 PLUGTS 对象。
官方解释
常见案例
一般处理方法及步骤
1、确保你正在使用 Oracle Database 12c Release 或更新版本,因为 PLUGTS 对象仅在该版本支持。
2、如果你的Pluggable Tablespace 已存在,你可以尝试使用 Data Pump 导出它们。
3、如果你需要创建 Pluggable Tablespace,请采用新方式即“从Clone 迁移”,而不是使用可搬运数据泵。这是了解如何从 clone 迁移 Pluggable Tablespace 的将帮助:
(a)新建一个空的 Pluggable Tablespace 和一个新空的表空间,相互替换 Cloned 数据库中 Pluggable Tablespace 的源/目标表空间。
(b)设置一个恢复点,以防出错出发落点,或你希望停止移植的点,并允许后续恢复到此点的操作。
(c)确保你的 Oracle 服务已暂停,以防止对Pluggable Tablespace 或其他对象的更改。
(d)使用 Data Pump 导出到磁盘操作,或从克隆数据库中导出,然后将 Pluggable Tablespace 对象传输到目标数据库中,重建將在目标数据库中完成。
(e)Data Pump 导入之后,重新启动 Oracle 服务即可。