0% found this document useful (0 votes)
74 views1 page

Multitenant Architecture

Uploaded by

bymash2007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
74 views1 page

Multitenant Architecture

Uploaded by

bymash2007
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

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?

Here's a breakdown of the scenario:

 2 regular PDBs

 1 application container with:

o 2 application PDBs

o 1 application seed

The CDB also includes:

 The CDB$ROOT (the root container)

 The standard PDB$SEED (the seed PDB used for cloning)

In a CDB, each container (including CDB$ROOT, PDB$SEED, application containers, and regular PDBs)
can have its own default temporary tablespace.

Here's the calculation of default temporary tablespaces:

1. CDB$ROOT: 1 default temporary tablespace

2. PDB$SEED: 1 default temporary tablespace

3. Regular PDBs: 2 default temporary tablespaces (one for each regular PDB)

4. Application container: 1 default temporary tablespace

5. Application PDBs: 2 default temporary tablespaces (one for each application PDB)

6. Application seed: 1 default temporary tablespace

Summing these up: 1 (CDB$ROOT) + 1 (PDB$SEED) + 2 (regular PDBs) + 1 (application container) + 2


(application PDBs) + 1 (application seed) = 8 default temporary tablespaces

So, a total of 8 default temporary tablespaces can be assigned in this CDB configuration.

About the Multitenant Architecture

The multitenant architecture enables an Oracle database to function as a multitenant container


database (CDB).

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

You might also like