Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Domain index in LOADING status and table cannot be updated

Re: Domain index in LOADING status and table cannot be updated

From: D.Y. <dyou98_at_aol.com>
Date: 3 Jun 2002 14:56:06 -0700
Message-ID: <f369a0eb.0206031356.73e986ff@posting.google.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US