How to fix the Oracle error ORA-29860: cannot truncate a table with domain indexes marked LOADING?
In this post, you’ll learn more about the Oracle ErrorORA-29860: cannot truncate a table with domain indexes marked LOADING with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-29860: cannot truncate a table with domain indexes marked LOADING
Reason for the Error ORA-29860: cannot truncate a table with domain indexes marked LOADING
The table has domain indexes defined on it that are marked LOADING.
How to fix the Error ORA-29860: cannot truncate a table with domain indexes marked LOADING ?
You can fix this error in Oracle by following the below steps
Wait to see if the ongoing index DDL ends and the index state changes from LOADING state. Else ,drop the domain indexes marked as LOADING with the FORCE option.
Leave Your Comment