文档解释
ORA-39910: Partitioned Global index string.string in tablespace string points to partition 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.
这是Oracle的一条错误消息,它表明全局索引string.string索引所指向的表string.string的某个分区可能不在传输集中。
官方解释
常见案例
一般处理方法及步骤
1.确保该表或分区的视图包含在传输集中;
2.确保分区是可扩展的或可导入导出的;
3.尝试使用exclude=table或exclude=index参数将表或全局索引从传输集中排除。
如果以上步骤都无法解决此问题,您可以尝试将整个表转换为分区,其中每个分区都可以单独传输,确保每个分区都位于传输集中。然后,您可以尝试数据泵或更快的IMPDP/EXPDP转移表和数据。
香港美国云服务器首选树叶云,2H2G首月10元开通。
树叶云(www.IDC.Net)提供简单好用,价格厚道的香港/美国云服务器和独立服务器。IDC+ISP+ICP资质。ARIN和APNIC会员。成熟技术团队15年行业经验。
文章来源网络,作者:运维,如若转载,请注明出处:https://shuyeidc.com/wp/284275.html<

