View Single Post
  #12 (permalink)  
Old 09-07-10, 13:29
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
Quote:
Originally Posted by sabari321 View Post
If its v9.1 you can use following cmd to list the tables needed reorg.

db2 "select TABSCHEMA, TABNAME from SYSIBMADM.ADMINTABINFO where REORG_PENDING = 'Y'"
I have some tables where reorgchk determines that a reorg is needed, but this say nothing. I am not sure where this will be useful.

Andy
Reply With Quote