How to Check CDB Size & PDB Size in Oracle Database
1. Check CDB (Container Database) Size Including All Data Files, Temp Files, Redo Logs, and Control Files
Use the following query to calculate the size of the entire Container Database (CDB), including data files, temp files, redo logs, and control files:
2. Check CDB Size Including Data Files and Temp Files with the List of PDBs
To get a detailed breakdown of the CDB size along with the sizes of individual Pluggable Databases (PDBs):
This query provides the size of the CDB, including PDBs, by summing up the sizes of data files and temp files.
3. Check Individual PDB Sizes
To get the sizes of each Pluggable Database (PDB) individually:
This query provides a list of all PDBs, their open modes, and their respective sizes in gigabytes.
Post a Comment
Post a Comment