Ask Question
25 July, 10:34

If your database is in archivelog mode, how can you force an archive?

A. Issue an alter database switch logfile command.

B. Issue an alter system switch logfile command.

C. Issue an alter system log_archive_start command.

D. There is no command to force an archive; they happen automatically.

+1
Answers (1)
  1. 25 July, 12:46
    0
    Answer: (B) Issue an alter system switch logfile command.

    Explanation:

    When the database is in the archive log mode then, the issue in the alter system switch logfile command force the particular switch. It basically produce achieve redo log which is smaller in the size by the dedicated size of the parameter log buffer.

    It also govern the particular size of the RAM (Random access memory) buffer by redo log. This command is basically faster to return in the program by the use of redo log.

    On the other hand, all the options are incorrect as this command only alter the system and does not alter the database. Therefore, Option (B) is correct.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “If your database is in archivelog mode, how can you force an archive? A. Issue an alter database switch logfile command. B. Issue an alter ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers