Which two statements are true about resource profiles for administrator-managed RAC database services? (Choose two.)
A.
It is automatically created when a service is created using SRVCTLADDSERVICE.
B.
It contains a list of server pools on which the instances hosting the service can run.
C.
It contains a node list and instance-to-node mapping information for the service.
D.
It specifies the instance to which the service should fail over, if the preferred instance shuts down or fails.
E.
It is automatically created when a service is created using DBMS_SERVICE.CREATE_SERVICE.
Resource profiles are automatically created when you
define a service.
– A resource profile describes how Oracle Clusterware should
manage the service.
– Resource profiles also define service dependencies for the
instance and the database.
A, D
Agree Correct A,D
just in case any doubt about E, DBMS_SERVICE.CREATE_SERVICE does not udpate CRS data… thats why oracle recommends in a clusterware enviroment use srvctl add service…