ORA-39914: Index string.string in tablespace string points to subpartition string of table string.string in tablespace string outside of transportable set. ORACLE 报错 故障修复 远程处理
文档解释
ORA-39914: Index string.string in tablespace string points to subpartition string of table string.string in tablespace string outside of transportable set.
Cause: Informational message to describe a failure during transportable containment checking.
Action: None required.
等
ORA-39914指明,在启动运输集时发现索引指向表的一个分区,而该分区不在运输集之中。也就是索引字表所在空间外指向另一个表分区,而另一个表分区并未在运输集中。
官方解释
常见案例
一般处理方法及步骤
1. 重新组织即将运输的表空间,加入被引用的表及表空间;
2. 在运输集中,查看是否有跨表空间的索引;
3. 修改运输集,将跨表空间的外键索引加入。