Forum OpenACS Q&A: Re: SWS CR indexing stoped working - max number of extents reached in table

I will post here steps I did.
First I have applied the command suggested by C.R.Oldham
ALTER TABLE owner>.table STORAGE ( MAXEXTENTS x); 
on MYUSER.DR$CR_REV_CONTENT_INDEX table
I have set MAXEXTENTS to 500,

My CR_REVISIONS table has arount 10000 lines in it.

select count(*) from cr_revisions;
10560
then i have tried to continue with the inexing by using the 'resume' option, what took around 10h of time with 70-80% CPU use and filled around 1.8G of my HD and then at the end got an error.

===================================

SQL> ALTER INDEX MYUSER.CR_REV_CONTENT_INDEX REBUILD PARAMETERS('RESUME');
ALTER INDEX MYUSER.CR_REV_CONTENT_INDEX REBUILD PARAMETERS('RESUME')
*
ERROR at line 1:
ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
ORA-20000: interMedia Text error:
DRG-50857: oracle error in drueixe
oracle error in drueixe
ORA-06512: at "CTXSYS.DRUE", line 126
ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 214
ORA-06512: at line 1
any idea??