3.2.1 Purpose
- Application Root
- An application root shares some characteristics with the CDB root, because 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, Application Seed to be created by clone from Application Root. Application seed to be synched with Application Root, whenever there is DB objects deployed in Application Root. That is, Application seed has latest DB references of Application Root. Application seed is used as template to create (entity) Application PDBs.
- An optional application PDB that serves as a template for creating other PDBs within an application container.
Parent topic: Creation of Application Root and Application Seed