Running db2 8.1.1 on aix 5.1.
Tried to do an offline reorg on the system tables and could not reorg
SYSIBM.SYSCOLDI ST at about 3.5 million rows.
Apparently there was not enough space in the default SYSCATSPACE
tablespace in which DB2 could create the 'shadow' table.
We are trying to determine the space we would need in a temp tablespace
that would be specified in the reorg command. I know I've seen the
formula before but can't seem to locate it.
Is it a simple matter of computing number of rows times avg row length?
Thanks in advance.
Gerry
Tried to do an offline reorg on the system tables and could not reorg
SYSIBM.SYSCOLDI ST at about 3.5 million rows.
Apparently there was not enough space in the default SYSCATSPACE
tablespace in which DB2 could create the 'shadow' table.
We are trying to determine the space we would need in a temp tablespace
that would be specified in the reorg command. I know I've seen the
formula before but can't seem to locate it.
Is it a simple matter of computing number of rows times avg row length?
Thanks in advance.
Gerry
Comment