Oracle Database 12c: RAC Administration — Question 22

You administer a six-instance, policy-managed, multitenant RAC database CDB1 with three PDBs: PDB_1, PDB_2 and PDB_3.
Server pool prod_pool has a cardinality of three and all six hosts of the cluster app.
Examine these commands executed on HOST01:
$ srvctl add service db CDB1 pdb PDB_1 service AR serverpool prod_pool cardinality singleton
$ srvctl start service db CDB1 service AR
Which two statements are true regarding the AR service?

Answer options

Correct answer: C, D

Explanation

The correct answer is C because the AR service, as a singleton, can fail over to any available instance in the server pool. D is also correct as it indicates that the service is available only on the instance on HOST01, which aligns with the singleton nature of AR service, making it accessible from only one instance at a time.