Oracle Database 12c: Advanced Administration — Question 183

You issue the command:
SQL> ALTER DATABASE BACKUP CONTROLFILE TO TRACE;
Which statement is true about the command?

Answer options

Correct answer: B

Explanation

The correct answer is B because the command creates a trace file containing the SQL statements needed to recreate the control file, which is essential for recovery processes. Options A, C, and D are incorrect as they do not accurately describe the function of the command; it does not create a binary backup, update the alert log, or store the file in a specified location.