再会,
我想改变一个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
限制我扩大尺寸。有任何想法吗?