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?
A.
Both orcl1 and orcl2 are automatically added to the Oracle Restart configuration.
B.
All database listeners running from the database home are automatically added to the
Oracle
Restart configuration.
C.
The srvct1 add database command must be used to add orcl1 and orcl2 to the Oracle
Restartconfiguration.
D.
The crsct1 start has command must be used to start software services for Oracle
AutomaticStorage Management (ASM) after the “Oracle Grid Infrastructure for a standalone
server” installation is complete.
E.
All databases subsequently created by using the Database Configuration Assistant
(DBCA) are automatically added to the Oracle Restart configuration.
C and E. The answer is good. https://docs.oracle.com/cd/E18283_01/server.112/e17120/restart001.htm
c AND e
CE
C i think so.
E. Refer here.
Delete a database with DBCA >> Yes
https://docs.oracle.com/cd/E18283_01/server.112/e17120/restart001.htm
C and E.
https://docs.oracle.com/database/121/LADBI/oraclerestart.htm#LADBI7723
6.5.2 Installing Oracle Grid Infrastructure for a Standalone Server for an Existing Database
Follow the high-level instructions in this section to install Oracle Grid Infrastructure for a standalone server and configure it for an existing Oracle database. Oracle Restart can only manage existing release 12.1 resources and hence you can install Oracle Grid Infrastructure for a standalone server only for an existing release 12.1 database. However, Oracle database releases before 12.1 can coexist on the same server without being managed by Oracle Restart.
To install Oracle Grid Infrastructure for a standalone server for an existing database:
On the same host computer as the database, use Oracle Universal Installer to install Oracle Grid Infrastructure for a standalone server, and select Install and Configure Oracle Grid Infrastructure for a Standalone Server as the installation option.
The Oracle Grid Infrastructure for a standalone server components are installed in a separate Oracle home.
See “Installing Oracle Grid Infrastructure for a Standalone Server with a New Database Installation” for detailed instructions.
Go to the Grid home’s bin directory.
Use the srvctl add database command with the -c SINGLE flag to add the database in an Oracle Restart configuration. Also use the srvctl add command to add the listener, the Oracle ASM instance, all Oracle ASM disk groups, and any database services to the Oracle Restart configuration.
CE