Oracle
1Z0-068 · Question #116
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…
The correct answer is A. It shuts down PROD1 and PROD2; OLTP will be started automatically on PROD3. See the full explanation below for the reasoning.
Question
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?
Options
- AIt shuts down PROD1 and PROD2; OLTP will be started automatically on PROD3.
- BIt shuts down PROD1 and PROD2; OLTP will not be started on PROD3.
- CPROD1and PROD2 are not shut down because OLTP must first be stopped.
- DPROD1and PROD2 are not shut down because OLTP must first be manually relocated to
- EIt shuts down either PROD1or PROD2 but not both, so that OLTP remains available on a
How the community answered
(33 responses)- A82% (27)
- B6% (2)
- D9% (3)
- E3% (1)
Community Discussion
No community discussion yet for this question.