Home » RDBMS Server » Server Administration » table size?
table size? [message #373356] Thu, 12 April 2001 08:23 Go to next message
Otávio
Messages: 6
Registered: April 2001
Junior Member
Hello there,

How can I get the table size in database??

[[]]´s

Otávio
Re: table size? [message #373360 is a reply to message #373356] Thu, 12 April 2001 11:32 Go to previous message
Andrew again...
Messages: 270
Registered: July 2000
Senior Member
select segment_name, segment_type, sum(bytes)/1024/1024 Meg
from user_segments
group by segment_name, segment_type
Previous Topic: output and automate scripts
Next Topic: hi
Goto Forum:
  


Current Time: Mon Jul 01 11:16:14 CDT 2024