Oracle Solution for Error ora-03171

Solution for Oracle Error ORA-03171

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.