0 votes
in PL/SQL by

How Would You Force A Log Switch ?

1 Answer

0 votes
by

To Force A Log Switch use below

ALTER SYSTEM SWITCH LOGFILE;

...