ORA:29861 - domain index is markled LOADING/FAILED/UNUASBLE
Hi all.
Oracle 8.
Solaris 10
Just need some suggestions on how to troubleshoot this error or if anyone has seen it before.
We run a Perl script that basically updates a table:
UPDATE SOLUTION
SET text = :p1, lastupdate = sysdate
WHERE wstr = 5102
And are seeing:
DBD::Oracle::db prepare failed: ORA-29861: domain index is marked LOADING/FAILED/UNUSABLE (DBD: error possibly near <*> indicator at char 13 in '
UPDATE <*>SOLUTION
SET text = :p1, lastupdate = sysdate
WHERE wstr = 5102
') at .//append_str_comment.pl line 118, <IFILE> line 1.
This has always worked before and just stopped recently.
Any help on where to look for issues or what i can try to do to fix would be appreciated
Thanks