Loading Scenario Group Memberships

To load a Scenario Group Membership, follow these steps:

  1. Add the appropriate value in the KDD_SCNRO_GRP_MEMBERSHIP database table as mentioned in the following table.

    Table 8-6 KDD_SCNRO_GRP_MEMBERSHIP Table Attributes

    Column Name Description
    SCNRO_ID Scenario Identifier
    SCNRO_GRP_ID Scenario group identifier
    SCNRO_GRP_NM Scenario Group Name.
  2. Add records to the table using an SQL script similar to the following sample script.
    INSERT INTO KDD_SCNRO_GRP_MEMBERSHIP
    (SCNRO_ID,SCNRO_GRP_ID,SCNRO_GRP_NM) VALUES (113000016,66,'BEX') ;
    INSERT INTO KDD_SCNRO_GRP_MEMBERSHIP
    (SCNRO_ID,SCNRO_GRP_ID,SCNRO_GRP_NM) VALUES (113000016,77,'CST') ;