Immediately following the TRUNCATE TABLE SchemaName.TableName SQL command, we have been getting the following:
Error executing SQL: 'Underlying DBMS error yORA-29859: error occurred in the execution of ODCIINDEXTRUNCATE routine
ORA-00942: table or view does not exist
ORA-06512: at "SDE.ST_DOMAIN_METHODS", line 2352]'
Then in another instance (on a separate table) we got this error after it truncated, but on the reloading data:
An error occurred while attempting to insert a row into the table 'SchemaName.TableName' using a cursor. The error number from ArcObjects is: '-2147216072'. The error message from ArcObjects is: {Underlying DBMS error ÂORA-29861: domain index is marked LOADING/FAILED/UNUSABLE] ÂSchemaName.TableName]}
In both cases, the data was completely truncated, and we copied data back over from our production server. It still occasionally pops these errors up, but other times I can write just fine. We have been having this issue with more than just these 2 tables as we heavily use FME for ETL.