Why is that IBM recommended to change buffpage ...
In your syscat.bufferpools do you have NPAGES as -1 ...
If NPAGES is some positive value, then you will have to use
ALTER BUFFERPOOL ... SIZE to change the size of the bufferpool
HTH
Sathyaram
Quote:
Originally posted by mixxalot
thanks. checked with db2 support
1. change buffpage settings in DB2
2. drop index before reorg, re-org table and recreate index
3. create new tablespace and temp table to hold copy of table
that is being reorg and out of space. During the reorganization
the table or table being reorganized must have enough free space
to hold a copy of the table
|