标题: ORA-29860: cannot truncate a table with domain [打印本页] 作者: admin 时间: 2016-9-4 11:34 标题: ORA-29860: cannot truncate a table with domain ORA-29860: cannot truncate a table with domain indexes marked LOADING Cause: The table has domainindexes defined on it that are marked LOADING. Action: Wait to see if theongoing index DDL ends and the index state changes
from LOADING state. Else ,drop the domain indexes marked as LOADING with
the FORCE option.