Multiple choice How to force a log switch? By using ALTER SYSTEM LOG By using ALTER SYSTEM SWITCH LOGFILE By using ALTER SYSTEM SWITCH LOGS By using ALTER SYS LOGFILES Reveal answer Fill a bubble to check yourself B Correct answer Explanation The ALTER SYSTEM SWITCH LOGFILE command forces an immediate log switch, causing LGWR to stop writing to the current online redo log group and switch to the next group. This is useful for forcing checkpoints or manually managing log file rotation.