Implementing Siebel Business Applications on DB2 UDB for z/OS > Preparing for Implementation on the DB2 Host >

Allocating Space for Buffer Pools and Storage Groups


The following example illustrates how you can 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 you can 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 Business Applications on DB2 UDB for z/OS Copyright © 2008, Oracle. All rights reserved.