Answer the question
In order to leave comments, you need to log in
How does Oracle recover data after crashes?
Hello.
How is the database restored after an instance crash?
Heard confusion about undo/redo. Explain someone.
Answer the question
In order to leave comments, you need to log in
Undo is needed for transaction rollback, redo is for instance disaster recovery.
If disaster recovery is required, then first the instance rolls forward the changes that were committed (commit) but were not written to disk. For this, online logs (online redo) are used. Next, the instance rolls back the changes that were not committed, for this, undo is used.
Details in the documentation.
https://docs.oracle.com/cd/E11882_01/server.112/e4...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question