当表空间类型为" AUTOMATIC STORAGE"时,改变表空间db2

时间:2014-11-18 09:56:19

标签: database db2 tablespace automatic-storage ibm-db2

美好的一天,

我想将tablespace更改为更大的尺寸。以下是我的问题:

ALTER TABLESPACE USERSPACE1
     resize (ALL 8192)

然后我点击错误如下:

[Error Code: -20318, SQL State: 42858]  The ALTER TABLESPACE statement failed because the change is not allowed for the type of table space. Table space name: "USERSPACE1". Table space type: "AUTOMATIC STORAGE". Incompatible clause: "RESIZE".. SQLCODE=-20318, SQLSTATE=42858, DRIVER=4.15.82

看起来automatic storage限制我扩大规模。有什么想法吗?

0 个答案:

没有答案