Oracle WebLogic Server 12c: Administration I — Question 49
Which action should you take to automatically back up the domain configuration when anyone activates a configuration change?
Answer options
- A. USE the backup='true' parameter of the activate() command in WLST.
- B. The administration console, select "Follow Configuration changes" in the Shared Preferences for the console.
- C. In the administration console, select "Configuration Archive Enabled" under the general configuration of the domain.
- D. Enabling automatic domain configuration creates backups of the configuration during server boot, not at each activation.
Correct answer: C
Explanation
The correct answer is C because enabling 'Configuration Archive Enabled' ensures that backups are created with each configuration change activation. Option A is incorrect as it pertains to a WLST command that does not automate backups for every activation. Option B is not the correct setting for backup automation, and option D misstates the functionality of automatic domain configuration.