Oracle Tablespace Usage: Analyzing Free, Used, and Actual File Space

Monitoring tablespace usage is a critical part of Oracle database administration. As DBAs, we need to keep an eye on how much space is used, how much remains, and how it aligns with what’s physically allocated on disk. We’ll explore a query that gives you a clear view of your tablespace usage, including how much space is actually used by segments, the total allocated file space, and the maximum size the tablespace can reach (considering autoextensibility).

Example Output

TablespaceUsed_MBFree_MBActual_File_SpaceTotal_MBPct_UsedPct_Free
USERS512488600100051.2048.80
SYSTEM780220800100078.0022.00

Leave a Reply

Your email address will not be published. Required fields are marked *