1Z0-058 · Question #21
The DBA has executed the command: srvctl add service -d PROD -s BATCH -g SP2 -c singleton -y manual What is the result of this command?
The correct answer is B. Creates a singleton service named batch for the prod database by using only server pool SP2. srvctl add service Adds services to a database and assigns them to instances. If you have multiple instances of a cluster database on the same node, then always use only one instance on that node for all of the services that node manages.
Question
The DBA has executed the command:
srvctl add service -d PROD -s BATCH -g SP2 -c singleton -y manual What is the result of this command?
Exhibit
Options
- ACreates a singleton service named batch using the server pool sp2 with a manual service
- BCreates a singleton service named batch for the prod database by using only server pool SP2
- CCreates a singleton service named batch, which runs by default in the prod database by using the
- DCreates a singleton service, which is only used for batch workloads for the prod database by
How the community answered
(25 responses)- A16% (4)
- B72% (18)
- C4% (1)
- D8% (2)
Explanation
srvctl add service Adds services to a database and assigns them to instances. If you have multiple instances of a cluster database on the same node, then always use only one instance on that node for all of the services that node manages.
Topics
Community Discussion
No community discussion yet for this question.
