This section describes the dss_scenario_info table.

dss_scenario_info

This table contains information about scenarios. A entry in this table corresponds to a single SDL (Scenario Definition Language) file in the scenario registry.

Column

Data Type

Constraint

Description

id
(primary key)

VARCHAR(25)

NOT NULL

The ID associated with this scenario information.

scenario_name

WVARCHAR(255)

NULL

The name of the scenario.

scenario_status

INT

NULL

The current scenario status, either (1) disabled, or (2) running.

modification_time

NUMERIC(19)

NULL

The last time this scenario was modified.

creation_time

NUMERIC(19)

NULL

The time at which this scenario was created.

author

VARCHAR(25)

NULL

The login name of the ACC user who created this scenario.

last_modified_by

VARCHAR(25)

NULL

The login name of the ACC user who last edited this scenario.

sdl

LONG VARBINARY

NULL

The serialized contents of the scenario’s SDL file.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices