Oracle Database 12c: Installation and Administration — Question 60

Examine the following command;
ALTER SYSTEM SET enable_ddl_logging = TRUE;
Which statement is true?

Answer options

Correct answer: E

Explanation

The correct answer is E, as enabling DDL logging captures all DDL commands in XML format in the ADR home alert directory. Options A, B, C, and D are incorrect as they incorrectly describe the logging behavior or the format in which DDL commands are recorded.