Implementing Siebel eBusiness Applications on DB2 UDB for z/OS and OS/390 > Preparing for Implementation on the DB2 Host >

Allocating Space for Buffer Pools and Storage Groups


The following example illustrates how to alter space for buffer pools, in preparation for installing the Siebel Schema, using a group ID.

ALTER BUFFERPOOL (BP32K1) VPSIZE (4000)

GRANT USE OF BUFFERPOOL BP32K1 TO PUBLIC;

The following example illustrates how to allocate space and access to storage groups using a group ID.

CREATE STOGROUP SIEBEL VOLUMES ('*') VCAT SIEBEL;

GRANT USE OF STOGROUP SIEBEL TO PUBLIC;

Implementing Siebel eBusiness Applications on DB2 UDB for z/OS and OS/390