🎴 Flashcard Mode

Oracle Database Administration and Development - Practice Test 8

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Which initialization parameter affects the roll forward phase of recovery by manipulating the frequency at which checkpoints are written?

AnswerClick to flip back
A
FAST_START_MTTR_TARGET
💡 Explanation:

FAST_START_MTTR_TARGET specifies the mean time to recover (MTTR) in seconds, which directly influences checkpoint frequency. Oracle automatically adjusts checkpoint intervals to meet the specified recovery time goal, affecting the roll forward phase during crash recovery.

Change Mode