Upgrade Guide > Siebel Postmerge Development Tasks >

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


Upgrades: All Siebel upgrades.

Environments: Development environment only.

Databases: IBM DB2 only.

This topic is part of an upgrade process. See How to Perform a Siebel Database Upgrade.

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'

Upgrade Guide Copyright © 2006, Oracle. All rights reserved.