ORA-29953: cannot issue DDL on a domain index partition marked as FAILED
Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
RHEL 5
alter table AGENTSEO.STUDENT
split partition MAX_PART at (20130201)
into (partition YEAR2 tablespace STUDENTBS, partition MAX_PART) update indexes;
ORA-29953: cannot issue DDL on a domain index partition marked as FAILED
Suggestions pls