Oracle
1Z0-068 · Question #72
You administer a three-instance, policy-managed, multitenant RAC database CDB1 with two PDBs: PDB_1 and PDB_2. Examine these commands executed on host01: $ srvctl add service -db CDB1 -pdb PDB_1…
The correct answer is C. The srvctl start service command automatically opens PDB_1 if not already opened. D. The srvctl stop service command does not close PDB_1 on any instance of CDB1. E. The CRM service is not available for new logins on any instance of CDB1. See the full explanation below for the reasoning.
Question
You administer a three-instance, policy-managed, multitenant RAC database CDB1 with two PDBs: PDB_1 and PDB_2. Examine these commands executed on host01:
$ srvctl add service -db CDB1 -pdb PDB_1 -serverpool prod_pool - cardinality singleton $ srvctl start service -db CDB1 -service CRM $ srvctl stop service -db CDB1 -service CRM Which three statements are true?
Options
- ACRM is only available for new logins on the CDB1 instance on host01.
- BCRM is available for new logins on one CDB1 isntance.
- CThe srvctl start service command automatically opens PDB_1 if not already opened.
- DThe srvctl stop service command does not close PDB_1 on any instance of CDB1.
- EThe CRM service is not available for new logins on any instance of CDB1.
How the community answered
(56 responses)- A5% (3)
- B13% (7)
- C82% (46)
Community Discussion
No community discussion yet for this question.