Multitenant Architecture
Multitenant Architecture
Your CDB has two regular PDBs as well as one application container with two application
PDBs and an application seed. No changes have been made to the standard PDB$SEED.
How many default temporary tablespaces can be assigned in the CDB?
2 regular PDBs
o 2 application PDBs
o 1 application seed
In a CDB, each container (including CDB$ROOT, PDB$SEED, application containers, and regular PDBs)
can have its own default temporary tablespace.
3. Regular PDBs: 2 default temporary tablespaces (one for each regular PDB)
5. Application PDBs: 2 default temporary tablespaces (one for each application PDB)
So, a total of 8 default temporary tablespaces can be assigned in this CDB configuration.
A CDB includes zero, one, or many customer-created pluggable databases (PDBs). A PDB is a portable
collection of schemas, schema objects, and nonschema objects that appears to an Oracle Net client
as a non-CDB. All Oracle databases before Oracle Database 12c were non-CDBs