Database Concepts, 8e (Kroenke)
Chapter 6 Database Administration
1) Additional DBA responsibilities do not include ________.
A) problem and error reporting
B) requests of changes to existing systems
C) controlling database configuration
D) maintaining appropriate documentation
E) editing E-R diagrams
2) The simplest and most feasible means of recovering a database is through reprocessing.
3) In comparison to reprocessing, rollforward does not involve the application programs.
4) Which of the following is not true of database recovery through reprocessing?
A) Reprocessing makes use of a database save.
B) Reprocessing takes the same amount of time as did processing in the first place.
C) Reprocessing will always return the database to its exact previous state.
D) Reprocessing requires a record of all transactions since the last time the database was saved.
E) Processing cannot be resumed at a precise point.