How to know the real size of a table (merged 7) [message #406708] |
Fri, 05 June 2009 08:19 |
farenheiit
Messages: 31 Registered: June 2009 Location: Paris
|
Member |
|
|
Hi,
To know the size of a table I execute the following query:
SELECT sum(bytes)/1024/1024/1024
FROM user_segments WHERE segment_name ='TOTO'
However, I'd want to know the size occupied by data without taking in account the free space on each block.
How can I do that?
[Updated on: Fri, 05 June 2009 08:44] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|