Ask Question
28 February, 22:24

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.

+2
Answers (1)
  1. 1 March, 00:11
    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?
Get 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 & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers