Purpose
- Application Root - An application root shares some characteristics with the CDB root. It can contain common objects, and some characteristics with a PDB because it is created with the CREATE PLUGGABLE DATABASE statement.
- Application Seed -
- After Application Root creation, the Application Seed is to be created by a clone from the Application Root. Application seed is to be synched with Application Root, whenever there are DB objects deployed in Application Root. that is the Application seed will have the latest DB references of the Application Root. Application seed will be used as a template to create (entity) Application PDBs.
- An optional application PDB that serves as a template for creating other PDBs within an application container.