Question: How can I find the last date & time of a DB2 reorg action? Answer: The list history command using the REORG option , returns the history view of REORG activity on a database Example of db2 list history of REORG returning ALL REORG activity. db2 list history REORG ALL FOR mydatabase247 For full details usage use db2 ? list history db2 "? list history" LIST HISTORY {BACKUP | ROLLFORWARD | REORG | CREATE TABLESPACE | ALTER TABLESPACE | DROPPED TABLE | LOAD | RENAME TABLESPACE | ARCHIVE LOG} {ALL | SINCE timestamp |CONTAINING {schema.object_name | object_name}} FOR [DATABASE]... Read more →