Previous Topic: How to Upgrade a 6.x Policy Store

Next Topic: Import the Base Policy Store Objects

Extend the IBM DB2 Policy Store Schema

You can extend an existing 6.x policy store schema to include the objects introduced by r12.1 SP3. There are no changes to the existing 6.x policy store schema.

To extend an existing IBM DB2 policy store schema

  1. Log into the DB2 host system.
  2. Copy the following XPS schema file to the DB2 host system:

    path\xps\db\DB2.sql

    path

    Specifies the path to the schema files extracted from the tier 2 directory zip.

  3. Open a command prompt and run the following command:
    db2 -td@ [-v] -f path\DB2.sql
    
    path

    Specifies the path to the DB2 schema file.

    The policy store schema is extended.