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»

Right ANSWER is (B) By using ALTER SYSTEM SWITCH LOGFILE

Explanation: To force a LOG switch, you must have the ALTER SYSTEM privilege. Use the ALTER SYSTEM statement with the SWITCH LOGFILE CLAUSE.



Discussion

No Comment Found

Related InterviewSolutions