DB2 删除表空间


已经创建的表空间,可以使用drop命令删除。

删除表空间语法:

db2 "drop tablespace table_name"

以下例子中我们将表空间shulanxt_tbp删除:

db2 "drop tablespace shulanxt_tbp"