Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Domain index in LOADING status and table cannot be updated
ishambat_at_aol.com (Ilya Shambat) wrote in message news:<d02408fc.0206030751.32955831_at_posting.google.com>...
> Hello,
>
> I'm having a very strange problem. Populating a domain index on a CLOB
> field in CASETEXT table using Java routines was generating millions of
> errors, which were being placed in dr$index_errors table. The
> administrator stopped the Java routines, after which the
> dr$index_errors table was no longer being populated. However, the
> domain index is marked with the status INPROGRESS, or LOADING, and
> updates against the CASETEXT table fail. The application is not
> functioning for this reason. When I run "drop index INDEX_CASETEXT" I
Try "drop index INDEX_CASETEXT force;"
> get error message ORA-29868: cannot issue DLL on domain index marked
> as LOADING. When I run "alter index INDEX_CASETEXT disable" or "alter
> index INDEX_CASETEXT unusable" I get messages telling me that these
> are invalid options. I checked the ALL_TRIGGERS table and did not find
> any triggers that were firing against CASETEXT table. How can I solve
> this problem? Should I truncate the CASETEXT table or is there
> anything I can do to get the index out of the LOADING status?
>
> Any help on this would be greatly appreciated.
>
> Regards,
>
> Ilya.
Received on Mon Jun 03 2002 - 16:56:06 CDT
![]() |
![]() |