Which four operations performed after the Oracle Restart installation are automatically added to the Oracle
Restart configuration?
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
Explanation:
https://docs.oracle.com/cd/E18283_01/server.112/e17120/restart002.htm#insertedID3
The answer should be ABEF
ABDE.
C&F are incorrect.
The following are occasions when you must manually add components to the Oracle Restart configuration with SRVCTL:
You install Oracle Restart after creating the database.
You create an additional Oracle database on the same host computer using the CREATE DATABASE SQL statement.
You create a database service with DBMS_SERVICE.CREATE_SERVICE package procedure. (The recommended way is to use SRVCTL.)
agree.
– https://docs.oracle.com/database/121/ADMIN/restart.htm#ADMIN12831
Confirmed ABDE
table 4-2:
https://docs.oracle.com/html/E25494_01/restart001.htm