Assuming a RAC database called ORCL, select three statements that correctly demonstrate
management actions for the AP service.
A.
To disable the AP service on the ORCL4 instance, execute: srvctl disable service -d
ORCL -s AP -i ORCL4
B.
To stop the AP service, execute: srvctl stop service -s AP
C.
To make ORCL5 a preferred instance for the AP service, execute: srvctl set service -d
ORCL -s AP -i ORCL5 -r
D.
To relocate the AP service from the ORCL5 instance to the ORCL4 instance, execute:
srvctl relocate service -d ORCL -s AP -i ORCL5 -t ORCL4
E.
To start the AP service, execute: srvctl start service -d ORCL -s AP