Oracle Database Administration II — Question 73
Which three are true about an application seed pluggable database (PDB)? (Choose three.)
Answer options
- A. It is automatically synchronized with its application root PDB when an application is upgraded.
- B. It cannot be added to an application container after the application container has already been created.
- C. A new application PDB created by cloning an application seed PDB can have an old version of the application installed after cloning completes.
- D. It is automatically synchronized with its application root PDB when an application is installed.
- E. It cannot be dropped from its application container.
- F. A new application PDB created by cloning an application seed PDB can have an up-to-date version of the application installed after cloning completes.
- G. It is not required in an application container.
Correct answer: C, F, G
Explanation
The correct answers, C, F, and G, accurately describe the characteristics of an application seed PDB. C states that an older version of the application can be installed after cloning, while F indicates that a new PDB can have the latest version installed. G confirms that having an application seed PDB is not a requirement. The other options are incorrect because they misrepresent the synchronization and modification capabilities of application PDBs.