Loading Scenario Groups

To load a Scenario Group, follow these steps:

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

    Table 8-5 KDD_SCNRO_GRP Table Attributes

    Column Name Description
    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(SCNRO_GRP_ID,SCNRO_GRP_NM) VALUES (66,'BEX');
    INSERT INTO KDD_SCNRO_GRP(SCNRO_GRP_ID,SCNRO_GRP_NM) VALUES (77,'CST');
    COMMIT;