Dropping IBM DB2 8-KB Tablespaces and Buffers After a Siebel Merge
Environments: Development environment only.
Databases: IBM DB2 UDB only.
Drop the 8-KB tablespace, 8-KB temporary tablespace, and 8-KB bufferpool. Before dropping your 8-KB tablespace, check for the existence of any tables in it by running the following SQL statement:
select name from sysibm.systables where TBSPACE='TBS_8K'