テーブルに新しい列を追加しようとすると、次のエラーが発生します。
ALTER TABLE TBLCOMPANY ADD EVENTCATEGORYLEVEL NUMBER (20) DEFAULT 1
Error report:
SQL Error: ORA-00604: error occurred at recursive SQL level 1
ORA-29861: domain index is marked LOADING/FAILED/UNUSABLE
00604. 00000 - "error occurred at recursive SQL level %s"
*Cause: An error occurred while processing a recursive SQL statement
(a statement applying to internal dictionary tables).
*Action: If the situation described in the next error on the stack
can be corrected, do so; otherwise contact Oracle Support.
なぜそれが起こっているのか分かりません。私はそれをグーグルで検索しようとしましたが、誰もその答えを持っていないようです。(dbが提案するアクションはばかげています)。