Which three initialization parameters are no longer needed when FAST_START_MTTR_TARGET is defined? (Choose three)
-
TARGET_REDO_BLKS
-
FAST_START_IO_TARGET
-
LOG_CHECKPOINT_TIMEOUT
-
RECOVERY_ESTIMATED_IOS
-
LOG_FILE_SIZE_REDO_BLKS
-
LOG_CHECKPOINT_INTERVAL
B,C,F
Correct answer
Explanation
FAST_START_MTTR_TARGET is a simplified parameter that automatically manages several recovery-related initialization parameters. When set, Oracle automatically controls FAST_START_IO_TARGET (I/O targets for recovery), LOG_CHECKPOINT_TIMEOUT (time-based checkpoint frequency), and LOG_CHECKPOINT_INTERVAL (redo-based checkpoint frequency). These manual parameters become redundant and should not be set.