Login
Remember
Register
Ask a Question
How Would You Force A Log Switch ?
0
votes
asked
Mar 8, 2021
in
PL/SQL
by
sharadyadav1986
How Would You Force A Log Switch ?
#log-switch
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 8, 2021
by
sharadyadav1986
To
Force A Log Switch use below
ALTER SYSTEM SWITCH LOGFILE;
...