文档解释
ORA-39932: Extensible Index string.string not fully contained in the transportable set.
Cause: Informational message to describe a failure during transportable containment checking.
Action: Identify the associated table and list of secondary objects and resolve self containment.
等。
ORA-39932是Oracle数据库中可扩展索引报错的一种,报错的具体信息为“Extensible Index string.string不完全位于可转移的集合中”,表示系统发现当前处于使用的可扩展索引范围内的某个字符串不完全位于当前可转移的集合中。
官方解释
常见案例
一般处理方法及步骤
1.检查可扩展索引范围内,用户使用的字符串是否存在于该范围中;
2.若不存在,则可以通过创建一个附加的可扩展索引范围,并将字符串添加到该范围来处理此错误。