Quote:
|
Originally Posted by grofaty
Hi,
I have tried above command on DB2 v9.5 fp2a and it works fine.
It looks like bug in your sample. What is your version of DB2 and fixpack level? Try installing fixpack or report PMR to IBM support.
Regards
|
The example above was from "DB2 v9.5.0.3", "s08121", "U823474", and Fix Pack "3a" (just installed recently). Now I tried it on "DB2 v8.1.1.144", "s080111", "U811269", and FixPak "16" and got more sensible result:
devdb2[/home/dba1]db2 "call get_dbsize_info(?,?,?,0)"
Value of output parameters
--------------------------
Parameter Name : SNAPSHOTTIMESTAMP
Parameter Value : 2009-03-13-08.38.48.864774
Parameter Name : DATABASESIZE
Parameter Value : 6016061440
Parameter Name : DATABASECAPACITY
Parameter Value : 95634335232
Return Status = 0
Do you really think there is a bug in our DB2 v9 and we need to report it? Thanks