DB2 incrementar tablespaces

db2inst1.nfy:
ADM6044E  The DMS table space "TSNAME" (ID "4") is full.  If this is an
autoresize or automatic storage DMS tablespace, the maximum table space size
may have been reached or the existing containers or storage paths cannot grow
any more. Additional space can be added to the table space by either adding new
containers or extending existing ones using the ALTER TABLESPACE SQL statement.
If this is an autoresize or automatic storage DMS table space, additional space
can be added by adding containers to an autoresize table space or by adding new
storage paths to an automatic storage database.


$ db2 list tablespaces
$ db2 list tablespaces show detail
$ alter table space EXTEND (all 1000000)

No hay comentarios.: