DB2 Error Code – -671 the bufferpool attribute of the tablespace cannot be altered as specified because it would change the page size of the tablespace

In this post, you’ll learn about the error message -671 the bufferpool attribute of the tablespace cannot be altered as specified because it would change the page size of the tablespace in the IBM DB2 database , the reason why it occurs along with the solution to fix it

IBM DB2 Error Message

-671 the bufferpool attribute of the tablespace cannot be altered as specified because it would change the page size of the tablespace

Reason for the Error

The change to the buffer pool attribute for the table space specified in the ALTER TABLESPACE statement would change the page size of the table space� either from 4K to 32K bytes, or vice versa. Use of the ALTER TABLESPACE statement to change the page size of a table space is not permitted.

Solution

If the table space uses one of the 4K byte buffer pools (for example, BP0, BP1, or BP2), it can be reassigned to one of the other 4K byte buffer pools (but not buffer pool BP32K).� If, however, it is assigned to buffer pool BP32K, the buffer pool assignment cannot be subsequently altered.

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn about the error message -411 current sqlid cannot be used in a statement that references...
  • December 3, 2024
In this post, you’ll learn about the error message -158 the number of columns specified for the view is not...
  • December 3, 2024
In this post, you’ll learn about the error message -618 operation operation is not allowed on system databases in the...
  • December 3, 2024