Oracle Database Administration II — Question 118
HR_ROOT is an application container with the HR_APP application installed.
No application PDBs and no application seed have yet been created in HR_ROOT.
An application PDB, PDB1, must be created so that the HR_APP application's common objects are accessible to it.
Which two methods can be used? (Choose two.)
Answer options
- A. Create an application seed, and install HR_APP in it.
- B. Create the PDB1 application PDB and install HR_APP in it.
- C. Create an application seed, synchronize it with HR_ROOT, and then create the PDB1 application PDB.
- D. Create the PBD1 application PDB and synchronize it with HR_ROOT.
- E. Create the PBD1 application PDB and synchronize it with PDB$SEED.
Correct answer: C, D
Explanation
The correct answer is C and D because creating an application seed and synchronizing it with HR_ROOT before creating the PDB1 application PDB allows access to common objects. Synchronizing PDB1 directly with HR_ROOT ensures that it inherits the necessary configurations. Options A and B do not provide the necessary synchronization, while E incorrectly suggests synchronizing with PDB$SEED instead of HR_ROOT.