View Single Post

   
  #3 (permalink)  
Old 02-27-2008, 12:12 PM
Ian
 
Posts: n/a
Default Re: How to collect DB2 Database size Version Lesser than 8.2

vijay.db@gmail.com wrote:
> Hi Group,
>
> It's really confusing to calculate the size of the DB2 UDB database in
> versions lesser than 8.2.


I've always felt that the easiest way is to get a snapshot for table
spaces. Using the 'used pages' and 'page size' information for each
tablespace will tell you how much space your database is using. It's
trivial to write a script to calculate this for you.



Reply With Quote