log_checkpoints_to_alert Initialization Parameter
If you set the initialization parameter log_checkpoints_to_alert to TRUE, Oracle will write
the SCN of each checkpoint and a log switch to alert.log file. With this method you can save
history of checkpoint SCNs.
SQL> alter system set log_checkpoints_to_alert=true scope=both;
System altered.
After alter system checkpoint, contents of the alert.log file:
Fri Nov 19 15:47:32 2010
Beginning global checkpoint up to RBA [0x3.b3.10], SCN: 1410260
Completed checkpoint up to RBA [0x3.b3.10], SCN: 1410260
After alter system switch logfile, contents of the alert.log file:
Fri Nov 19 15:52:50 2010
Beginning log switch checkpoint up to RBA [0x4.2.10], SCN: 1410411