ORA-39902: Subpartitioned table string.string is partially contained in the transportable set.
Cause: Informational message to describe a failure during transportable containment checking.
Action: Check table subpartitions by querying SYS.DBA_TAB_SUBPARTITIONS.
。
ORA-39902:表string.string是分区表,但只有部分包含在可转移集中,这造成了部分分区未复制。
1、检查表的结构是否一致,如果不一致,改变源表空间中的表结构,使其与目标表空间中的表结构保持一致。
2、确认源表空间拥有比目标表空间更多的数据,如果是,则需要删除多余的数据,以符合要求。
3、如果分区表中存在差异,则需要展开分区表,把源表中多出来的分区建立在目标表上。
4、在源表和目标表结构一致的情况下,把源表空间的数据复制到目标表空间。
5、在复制完成后,对源表空间和目标表空间的数据进行比较,确保数据完整性。
本文标签:ORA-39902 Subpartitioned table string.string is partially contained in the transportable set.
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接