ORA-8031 issue and solution if it is occuring due to truncate.
After doing further research on Oracle errors from metalink, I found following for ORA-8031. CAUSE: The data_object_id (seg/obj) stored in the block is different than the data_object_id stored in the segment header. EXPLAINATION: The expected behavior can be that tables are being truncated while a query from those tables is still in execution. Look if…
Read More “ORA-8031 issue and solution if it is occuring due to truncate.” »