Oracle Database Administration II — Question 148

You execute this command successfully:

SQL> ALTER DATABASE BACKUP CONTROLFILE TO TRACE;

What is the outcome?

Answer options

Correct answer: A

Explanation

The correct answer is A because the command produces a trace file with SQL statements necessary for reconstructing the control file. Options B and C are incorrect since they refer to RMAN scripts and copies in the FRA, which are not outcomes of this command. Option D is wrong because the command does not create a binary backup, and option E is also incorrect as it does not update the alert log.