ORA-03171: Recovery was terminated during query execution
What triggered the Error:
Recovery was terminated. A query can ocassionally deadlock when recovery is terminated because it needs a block with changes that are made after the point at which recovery was terminated.What should we do to fix it:
Retry the query. Avoid cancelling recovery on standby.