Command that will force a global log switch on all instances of an Oracle RAC database

alter system archive log current;
# RAC all threads on all instances switch – single instance obviously forces only thread that exists

Scroll to Top