If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I am using DB2 (EE) 9.1 over RHEL 4.0. I would like to know the size of my database. Can anyone tell me the query to fire against catalog tables which will display complete database size, logs size, tablespace size ????
have a look at this page http://publib.boulder.ibm.com/infoce...c/r0023485.htm
there are table functiuons that display db ts size info
the log can be retrieved from the db cfg setting also as query/table function
__________________
Best Regards, Guy Przytula
Database Software Consultant
DB2 UDB LUW Certified V7-V8-V9-V9.7 DB Admin - Dprop..
Information Server Datastage Certified http://www.infocura.be
in version 9, we have a stored procedure named getdbsize\get_dbsize.....something of this kind, dont know the exact name for thr SP. i doubt if this SP is there in v8.
u can call this SP to find the db size