Implementing Siebel Business Applications on DB2 UDB for z/OS > Customizing a Development Environment > Custom Extensions to the Siebel Schema >

Storage Control File Object Definitions for New Schema Objects


If you define a new table in Siebel Tools (for example, if you add a new extension table), you must add the table object definition to your storage control file to place the table in the appropriate table space.

For example, if you create a new extension table called X_EXTENT, you must create a corresponding object definition in the storage control file:

[Object 6001]
Type=Table
Name=X_EXTENT
Database=SIDB6001
Tablespace=S0600100
CLOBS=NO

NOTE:  If you have different storage control files for your development environment and production environment, you must add the new table object definition to both storage control files.

Implementing Siebel Business Applications on DB2 UDB for z/OS