Chapter 19: Problem 9
What is meant by transaction rollback? What is meant by cascading rollback? Why do practical recovery methods use protocols that do not permit cascading rollback? Which recovery techniques do not require any rollback?
Chapter 19: Problem 9
What is meant by transaction rollback? What is meant by cascading rollback? Why do practical recovery methods use protocols that do not permit cascading rollback? Which recovery techniques do not require any rollback?
All the tools & learning materials you need for study success - in one app.
Get started for freeDiscuss the different types of transaction failures. What is meant by catastrophic failure?
Discuss the UNDO and REDO operations and the recovery techniques that use each.
Choose the correct answer for each of the following multiple-choice questions: To cope with media (disk) failures, it is necessary a. for the DBMS to only execute transactions in a single user environment. b. to keep a redundant copy of the database. c. to never abort a transaction. d. all of the above.
Choose the correct answer for each of the following multiple-choice questions: For incremental logging with immediate updates, a log record for a transaction would contain: a. a transaction name, data item name, old value of item, new value of item. b. a transaction name, data item name, old value of item. c. a transaction name, data item name, new value of item. d. a transaction name and a data item name.
Describe the shadow paging recovery technique. Under what circumstances does it not require a log?
What do you think about this solution?
We value your feedback to improve our textbook solutions.