I am running DB2 on Windows version 9.5
Ran this command to get the size of my Database
CALL GET_DBSIZE_INFO(?, ?, ?, 0)
here is the output:
Value of output parameters
--------------------------
Parameter Name : SNAPSHOTTIMESTAMP
Parameter Value : 2011-03-31-12.09.56.967000
Parameter Name : DATABASESIZE
Parameter Value : 425273446400
Parameter Name : DATABASECAPACITY
Parameter Value : 692038145536
Return Status = 0
might sound like a stupid question... but does this put my database at
425GB?