Siebel Database Upgrade Guide > Siebel Postmerge Development Tasks >

Dropping IBM DB2 8-KB Tablespaces and Buffers After a Siebel Merge


Environments: Development environment only.

Databases: IBM DB2 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'

Siebel Database Upgrade Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.