Which statement is true about the outcome of this command?

PROD1, PROD2, and PROD3 are three Instance that have the PROD database open.
The OLTP service was created using:
$ srvctl add service -db prod -service OLTP -preferred PROD1, PROD2 -available
PROD3
After starting the OLTP service, you execute this command:
$ srvctl stop instance -db prod -instance ” PROD1, PROD2 ” -stopoption immediate
-f
Which statement is true about the outcome of this command?

PROD1, PROD2, and PROD3 are three Instance that have the PROD database open.
The OLTP service was created using:
$ srvctl add service -db prod -service OLTP -preferred PROD1, PROD2 -available
PROD3
After starting the OLTP service, you execute this command:
$ srvctl stop instance -db prod -instance ” PROD1, PROD2 ” -stopoption immediate
-f
Which statement is true about the outcome of this command?

A.
It shuts down PROD1 and PROD2; OLTP will be started automatically on PROD3.

B.
It shuts down PROD1 and PROD2; OLTP will not be started on PROD3.

C.
PROD1and PROD2 are not shut down because OLTP must first be stopped.

D.
PROD1and PROD2 are not shut down because OLTP must first be manually relocated to PROD3.

E.
It shuts down either PROD1or PROD2 but not both, so that OLTP remains available on a preferred
instance.



Leave a Reply 1

Your email address will not be published. Required fields are marked *