How to get Database Size in DB2

you can run the following command to find out the DB Size in db2.


Here in this example,my Database name is "Sample"

db2 "call get_dbsize_info(?,?,?,-1)"



Comments

Popular posts from this blog

Db2 export command example using file format (del , ixf)

How to fix DB2 Tablespace OFFLINE state issue?

Phases of a load operation