Roll back is very slow andcausing performance issue.
We are hitting issue in Live instance. I
Cause: One of the program was holding lock and doing nothing, hence functional team cancelled the program and session was kiiled from the backend from DBA team.
Issue: After session has killed from the backend, transaction are getting rolled back and taking long time to recover. This is causing performance issue.
Question: Is there any way to speedup the this rolling back , so that system will come to normal state ?
Findings: SMON had spawned the parallel slaves to perform the undo recovery but we do see the parallel coordinator are failing with CAUGHT Exception[Parallel Transaction recovery server caught exception 10388].