Creating an Application PDB
You create an application PDB by running the CREATE PLUGGABLE DATABASE
statement with an application root as the current container.
You can create application PDBs using the same SQL statements that you use to create PDBs in the CDB root. The newly created PDB is an application PDB when the CREATE PLUGGABLE DATABASE
statement is run in an application root. The statement must be run in an application root and has an explicit dependency on the application database defined in that application root.
Before creating an application PDB, complete the prerequisites described in "General Prerequisites for PDB Creation". You must also complete the prerequisites for the specific type of PDB you are creating. For example, if you are cloning a PDB, then you must meet the prerequisites PDB cloning.