The only restriction when running an online backup in DB2 is that you cannot drop a table space while that table space is actively being backed up.
在 DB2 中运行在线备份的惟一约束是:当一个表空间正在被备份的时候,不能删除这个表空间。
When changing these table attributes using SQL, it is no longer necessary to drop the table and then recreate it.
在使用SQL修改这些表属性时,不再需要删除表并重新创建它。
Finally, the DROP table statement deletes the empty table from the schema.
最后,DROP table语句删除模式中的空表。
应用推荐