|
Explanation: To apply redo log files automatically you can: enter the word AUTO when prompted for a log during recovery, use the AUTOMATIC clauses of the RECOVER command and issue SET AUTO RECOVERY ON command within SQL*Plus session. Incorrect Answers: 2: There is no AUTO_ARCHIVE_LOG initialization parameter in Oracle Oracle 8, DBA Certification Exam Guide, Jason S. Couchman, p. 671-688 Chapter 14: Database Failure and Recovery
|