ORA-29868: Cannot Issue DDL On A Domain Index Marked As LOADING
(Doc ID 2908670.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Text - Version 19.3.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
On : 19.3.0.0.0 version, Internals Errors (ORA-600 & ORA-7445)
ORA-29868: cannot issue DDL on a domain index marked as LOADING
When we try to rebuild the index FND_LOB_CTX using below statement our session got terminated and now index status is showing as INRPOGRS.
ALTER INDEX FND_LOBS_CTX REBUILD
Please find the error message.
SQL> ALTER INDEX FND_LOBS_CTX REBUILD;
ALTER INDEX FND_LOBS_CTX REBUILD
*
ERROR at line 1:
ORA-29868: cannot issue DDL on a domain index marked as LOADING
SQL>
ERROR
-----------------------
ERROR at line 1:
ORA-29868: cannot issue DDL on a domain index marked as LOADING
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
ALTER INDEX FND_LOBS_CTX REBUILD
BUSINESS IMPACT
-----------------------
The issue has the following business impact:
Due to this issue, users cannot rebuild the index
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |