Oracle Database Administration 2022 Certified Professional — Question 38

Examine these commands, which execute successfully:
SQL> ALTER SYSTEM SET AWR_PDB_AUTOFLUSH_ENABLED=TRUE;
SQL> EXEC dbms_workload_repository.modify_snapshot_settings(interval=>60);
Which statement is true?

Answer options

Correct answer: A

Explanation

The correct answer is A because enabling AWR_PDB_AUTOFLUSH_ENABLED allows the Automatic Database Diagnostic Monitor (ADDM) to operate for all pluggable databases. Option B is incorrect as the statement does not directly relate to report purging. Option C misinterprets the command functionality and D is irrelevant since the question specifically addresses the automatic purging feature.