

InterviewSolution
Saved Bookmarks
1. |
How we can force a log switch?(a) By using ALTER SYSTEM LOG(b) By using ALTER SYSTEM SWITCH LOGFILE(c) By using ALTER SYSTEM SWITCH LOGS(d) By using ALTER SYS LOGFILESI had been asked this question during an interview.My question is taken from Storing and Guarding the Data in chapter Oracle Database 11g Architecture Options of Oracle |
Answer» <html><body><p>Right <a href="https://interviewquestions.tuteehub.com/tag/answer-15557" style="font-weight:bold;" target="_blank" title="Click to know more about ANSWER">ANSWER</a> is (<a href="https://interviewquestions.tuteehub.com/tag/b-387190" style="font-weight:bold;" target="_blank" title="Click to know more about B">B</a>) By using ALTER SYSTEM SWITCH <a href="https://interviewquestions.tuteehub.com/tag/logfile-1077632" style="font-weight:bold;" target="_blank" title="Click to know more about LOGFILE">LOGFILE</a><br/><br/>Explanation: To force a <a href="https://interviewquestions.tuteehub.com/tag/log-543719" style="font-weight:bold;" target="_blank" title="Click to know more about LOG">LOG</a> switch, you must have the ALTER SYSTEM privilege. Use the ALTER SYSTEM statement with the SWITCH LOGFILE <a href="https://interviewquestions.tuteehub.com/tag/clause-918411" style="font-weight:bold;" target="_blank" title="Click to know more about CLAUSE">CLAUSE</a>.</p></body></html> | |