Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Info on objects in db
Use the package dbms_space.
There is a sample on my web-site
-- Jonathan Lewis Yet another Oracle-related web site: http://www.jlcomp.demon.co.uk sergey_s_at_my-deja.com wrote in message <8p697g$d2a$1_at_nnrp1.deja.com>...Received on Wed Sep 06 2000 - 15:52:34 CDT
>Unless I analyze tables, I cannot get info such as blocks, empty_blocks,
>etc. out of dba_tables (it's null). Is there a way to get information
>about space usage without analyzing tables?
>
>Say if I wanted to print a report of everybody's tables in the db with
>the associated space usage (blocks, extents, watermark, etc.), how would
>I go about non-analyzed tables in a "speedy" fashion? Sometimes, tables
>can be so big that even ESTIMATE STATISTICS with about 10% could take
>forever...
>
>Thank you!
>Sergey
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.
![]() |
![]() |