What steps should be taken to gather information about checkpoints?
Reveal answer
Fill a bubble to check yourself
What steps should be taken to gather information about checkpoints?
Set the LOG_CHECKPOINTS_TO_ALERT initialization parameter to TRUE. Monitor the alert log file.
Set the LOG_CHECKPOINT_TIMEOUT parameter. Force a checkpoint by using the FAST_START_MTTR_TARGET parameter. Monitor the alert log file.
Set the LOG_CHECKPOINT_TIMEOUT parameter. Force a log switch by using the command ALTER SYSTEM FORCE LOGSWITCH. Force a checkpoint by using the command ALTER SYSTEM FORCE CHECKPOINT. Monitor the alert log file.
Set the FAST_START_MTTR_TARGET parameter to TRUE. Force a checkpoint by using the command ALTER SYSTEM FORCE CHECKPOINT. Monitor the alert log file.
Setting LOG_CHECKPOINTS_TO_ALERT to TRUE writes checkpoint information to the alert log, which is the standard method for monitoring checkpoint activity. The other options mix incorrect parameters or unnecessary force operations - you only need to enable logging and monitor the alert log file.