

InterviewSolution
Saved Bookmarks
1. |
When a transaction modifies the database, Oracle copies the original data before modifying it. The original copy of the modified data is called(a) Undone Data(b) Archive Data(c) Redo Data(d) Undo DataThis question was posed to me in quiz.This is a very interesting question from Storing and Guarding the Data in division Oracle Database 11g Architecture Options of Oracle |
Answer» <html><body><p>Right choice is (d) <a href="https://interviewquestions.tuteehub.com/tag/undo-1436983" style="font-weight:bold;" target="_blank" title="Click to know more about UNDO">UNDO</a> <a href="https://interviewquestions.tuteehub.com/tag/data-25577" style="font-weight:bold;" target="_blank" title="Click to know more about DATA">DATA</a><br/><br/>The best I can explain: Before transaction happen the <a href="https://interviewquestions.tuteehub.com/tag/oracle-12831" style="font-weight:bold;" target="_blank" title="Click to know more about ORACLE">ORACLE</a> kept the files in Undo Data to overcome form any <a href="https://interviewquestions.tuteehub.com/tag/failure-983002" style="font-weight:bold;" target="_blank" title="Click to know more about FAILURE">FAILURE</a>.</p></body></html> | |