Table Size

tekstylez

New Member
Hey, I'm looking for a way to check the size of tables within our database without having to dump the tables into files to get the file size. Does anyone know of any utilities I can use to get this information? I've tried using promon and tried to find utilities within the Data Dictionary, no luck. thanks for the help!
 
do you mean:

proutil databasename -C dbanalys ?

With this you get the table size the average record length and much more info.

HTH,

Casper
 
Back
Top