1Z0-068 · Question #92
PROD1, PROD2 and PROD3 are three instances that have multitenant container database PROD open. PROD contains multiple PDBs. Examine these successful commands: $ srvctl add service -db PROD -db…
The correct answer is A. It opens the PRDPDB1 PDB if not already opened. You manage PDBs in an Oracle RAC-based CDB by managing services, regardless of whether the PDBs are policy managed or administrator managed. Assign one dynamic database service to each PDB to coordinate start, stop, and placement of PDBs across instances in a clustered…
Question
PROD1, PROD2 and PROD3 are three instances that have multitenant container database PROD open. PROD contains multiple PDBs. Examine these successful commands:
$ srvctl add service -db PROD -db PRDPDB1 -service SRVPDB1 $ srvctl start service -db PROD -service SRVPDB1 Which statement is true about the srvctl start service command?
Options
- AIt opens the PRDPDB1 PDB if not already opened.
- BIt can open the PRDPDB1 PDB only if it is policy managed.
- CIt can open the PRDPDB1 PDB automatically.
- DIt can open the PRDPDB1 PDB only if it is manually managed.
How the community answered
(20 responses)- A80% (16)
- B5% (1)
- C10% (2)
- D5% (1)
Explanation
You manage PDBs in an Oracle RAC-based CDB by managing services, regardless of whether the PDBs are policy managed or administrator managed. Assign one dynamic database service to each PDB to coordinate start, stop, and placement of PDBs across instances in a clustered container database. https://docs.oracle.com/database/121/RACAD/admin.htm#RACAD8913
Topics
Community Discussion
No community discussion yet for this question.