Hello everyone,
I try to increase the tablespace with the following to 8K:
alter tablespace USERSPACE1 RESIZE ( ALL 8192 )
...but I then get this error message:
SQL20170N There is not enough space in the table space "USERSPACE1" for the
specified action. SQLSTATE=57059
Thats confusing to me, because having not enough space is what I know, therefore I try to increase it. So what do I have to do for getting more space?