InterviewSolution
| 1. |
What Is Journal Recovery And Dynamic Transaction Backout? |
|
Answer» JOURNAL Recovery is recovery of CHANGES made to a file during online processing. If a file has I/O problems it is restored from a backup taken before online processing BEGAN and the journalled changes are applied. Dynamic transaction backout is the removal of partial changes made by a FAILED transaction. Journal Recovery is recovery of changes made to a file during online processing. If a file has I/O problems it is restored from a backup taken before online processing began and the journalled changes are applied. Dynamic transaction backout is the removal of partial changes made by a failed transaction. |
|