Implementing Siebel Business Applications on DB2 UDB for z/OS > Installing the Siebel Schema on the DB2 Host >

Performing a Standard Installation


This procedure describes how to perform a standard installation. You can use the standard install option as your sole installation procedure, or you can perform the standard installation as the first step of a custom installation, and then customize your deployment after you have completed the standard installation. To perform a custom installation, see Process of Performing a Custom Installation.

The standard installation provides two schema layout options: Siebel Schema without Partitioning and Siebel Schema with Partitioning. As shown in Table 13, the storage control file you use during the standard installation is determined by your preferred Siebel Schema layout and your encoding scheme.

Table 13. Siebel Schema Layout and Storage Control File Templates
Siebel Schema Layout
Storage Control File Template to Use
Storage Control File Description

Siebel Schema without Partitioning

 

storage_np.ctl

 

Contains database storage layout for Siebel Schema with one table per table space, and one table space per database. No partitioned table spaces are provided in this storage control file.

 

Siebel Schema with Partitioning

 

storage_p.ctl

 

Contains a partitioning scheme for a set of tables for ASCII; every nonpartitioned table resides in its own segmented table space. Each table space resides in its own database.

 

storage_p_e.ctl

 

Contains a partitioning scheme for a set of tables for EBCDIC; every nonpartitioned table resides in its own segmented table space. Each table space resides in its own database.

 

See Siebel Storage Control File Templates for descriptions of the templates.

If you choose the Siebel partitioned layout, a selected subset of Siebel tables is defined as partitioned with predefined partitioning indexes. For a discussion of partitioned table spaces and partitioning indexes, see Understanding Siebel Partitioning.

Implementing Siebel Business Applications on DB2 UDB for z/OS