In this post, you’ll learn about the error message -676 a 32k page bufferpool may not be used for an index in the IBM DB2 database , the reason why it occurs along with the solution to fix it
IBM DB2 Error Message
-676 a 32k page bufferpool may not be used for an index
Reason for the Error
A buffer pool having a 32K byte page size was specified in the CREATE INDEX statement.� Only 4K byte buffer pools (that is, BP0, BP1,and BP2) can be specified for indexes.
Solution
Correct the statement to specify a 4K byte buffer pool.