4.3.2.3 Loading Scenario Groups

To load a Scenario Group, follow these steps:

  1. Add the appropriate user record to the KDD_SCNRO_GRP database table. The following table shows the KDD_SCNRO_GRP database table attributes.

    Table 4-8 KDD_SCNRO_GRP Table Attributes

    Column Name Description
    SCNRO_GRP_ID Scenario group identifier
    SCNRO_GRP_NM Scenario Group Name
  2. Add more records to the table by using a 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;