You can sometimes resume a failed index creation operation using the ALTER
INDEX
statement. You typically resume a failed index after you have investigated and corrected the index failure. Not all index failures can be resumed.
Index optimization commits at regular intervals. Therefore, if an optimization operation fails, then all optimization work up to the commit point has already been saved.
Oracle Text Reference to learn more about the ALTER
INDEX
statement syntax
The following statement resumes the indexing operation on newsindex
with 10 megabytes of memory:
ALTER INDEX newsindex REBUILD PARAMETERS('resume memory 10M');