Upgrade to Oracle Database 12c — Question 37
Which two statement are true about the installation modes in Oracle Database 12c? (Choose two.)
Answer options
- A. In silent mode installation, you can validate the parameter values on installation screens for which you have provided information in the response file.
- B. In interactive mode, parameter values are read from a response file and can be changed during installation.
- C. Response file mode is useful when you require multiple Oracle Homes with variation in some of the installation parameters for each home.
- D. In response file mode, you can include responses for some or all prompts.
Correct answer: A, D
Explanation
Option A is correct because silent mode does allow validation of parameter values from the response file. Option D is also correct as it states that responses can be included for some or all prompts in response file mode. Option B is incorrect because in interactive mode, values are typically entered during installation rather than being read from a response file. Option C is misleading since response file mode is not specifically for variations in installation parameters for each Oracle Home; it can simply be used for any installation parameters.