April 12, 2013

Spatial Index Partition Error


ORA-14086: a partitioned index may not be rebuilt as a whole

Action    : Rebuild the index a partition at a time
Example: ALTER INDEX index_name REBUILD PARTITION partition_name;


ORA-29954: domain index partition is marked LOADING/FAILED/UNUSABLE

Action     : Wait if the specified index partition is marked LOADING Rebuild the specified 
                   index partition if it is marked FAILED or UNUSABLE.
Example :ALTER INDEX index_name REBUILD PARTITION partition_name;



No comments: