Oracle Error Message
ORA-08176: consistent read failure; rollback data not available
Reason for the Error
Encountered data changed by an operation that does not generate rollback data : create index, direct load or discrete transaction.
Solution
In read/write transactions, retry the intended operation. Read only transactions must be restarted.