美好的一天,
我想将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
限制我扩大规模。有什么想法吗?