Make all instances in a RAC environment switching the logfile with one single command


Make all instances in a RAC environment switching the logfile with one single command:
ALTER SYSTEM SWITCH ALL LOGFILE;


In single Instance :

ALTER SYSTEM SWITCH  LOGFILE;

Comments