GeekArticles
FAQ
Oracle FAQ
FAQ
Oracle FAQToatl free space and largest extents
Hi Tom,
I am new to this blog. I have one doubt regarding fragmentation.
select TABLESPACE_NAME,
sum(BYTES),
max(BYTES)
from dba_free_space
group by TABLESPACE_NAME;
If we give this query we will get sum(BYTES)-s...
Related Topics
