Oracle Database 12c: Installation and Administration — Question 11
Which four operations performed after the Oracle Restart installation are automatically added to the Oracle Restart configuration? (Choose four.)
Answer options
- A. listener configured by using NETCA
- B. database service created by using SRVCTL
- C. database created by using a SQL statement
- D. database created by using DBCA
- E. ASM instance created by using ASMCA
- F. database service created by using DBMS_SERVICE.CREATE_SERVICE
- G. database service created by modifying the SERVICE_NAMES initialization parameter
Correct answer: A, B, D, E
Explanation
Options A, B, D, and E are automatically added to the Oracle Restart configuration because they are established through tools specifically designed for that purpose, such as NETCA and DBCA. Options C, F, and G do not automatically integrate into the configuration, as they are created or modified through SQL statements or procedures that do not involve Oracle Restart's automatic registration.