Oracle Database 12c: Installation and Administration — Question 16
You install "Oracle Grid Infrastructure for a standalone server" on a host on which the ORCL1 and ORCL2 databases both have their instances running.
Which two statements are true? (Choose two.)
Answer options
- A. All databases subsequently created by using the Database Configuration Assistant (DBCA) are automatically added to the Oracle Restart configuration.
- B. The srvctl add database command must be used to add ORCL1 and ORCL2 to the ORACLE Restart configuration.
- C. Both ORCL1 and ORCL2 are automatically added to the Oracle Restart configuration.
- D. All database listeners running from the database home are automatically added to the Oracle Restart configuration.
- E. The crsctl start has command must be used to start software services for Oracle Automatic Storage Management (ASM) after the "Oracle Grid
Correct answer: B, D
Explanation
The correct answer is B because the srvctl add database command is required to manually add existing databases to the Oracle Restart configuration. Option D is also correct as all database listeners running from the database home are automatically included in the Oracle Restart configuration, while options A and C are incorrect as they imply automatic inclusion for existing databases, which is not the case.