Page 1 of 1

Assuming a RAC database called ORCL, select three statements that correctly demonstrate management actions for the AP se

Posted: Sun Jun 11, 2023 3:50 pm
by answerhappygod
Assuming a RAC database called ORCL, select three statements that correctly demonstrate management actions for the AP service.

A. To start the AP service, execute: srvctl start service -d ORCL -s AP
B. To disable the AP service on the ORCL4 instance, execute: srvctl disable service -d ORCL -s AP -i ORCL4
C. To stop the AP service, execute: srvctl stop service -s AP
D. To make ORCL5 a preferred instance for the AP service, execute: srvctl set service -d ORCL -s AP -i ORCL5 -r E. 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