ORA-12842: Cursor invalidated during parallel execution
What triggered the Error:
The cursor was invalidated during the parse phase of deferred parallel processing, e.g. when set operands are parallelized.What should we do to fix it:
Depends on why the cursor was invalidated. Possible causes include DDL on a schema object and shared pool being flushed.