ORA-29877: failed in the execution of the ODCIINDEXUPDATE routine
This issue is happening on:
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production and
Oracle Database 21c Enterprise Edition Release 21.0.0.0.0 - Production Version 21.3.0.0.0
Both using Windows as the database platform.
We are starting to use Oracle Text with Blobs, and are running into an odd issue...
We have a simple table with two columns, and id and a blob...We create a Context index using the ASYNCHRONOUS_UPDATE parameter so searches can continue on older records until the context index is redone...
The issue occurs if a new record is insertedinto the table, and an update is done to that new record, before the index is redone, this error returns: