/
14.1 sp413_alert_arguments
14.1 sp413_alert_arguments
This table contains the list of arguments for an alert command.
- Each argument and switch should have a separate row.
- The sequence number is used to define the order in which they should be supplied.
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
alert_no | number | ![]() | |
argument_sequence | number | ![]() | |
argument | varchar2(255) | ![]() |
Keys
unique (alert_no, argument_sequence)
foreign key (alert_no) references 14.1 sp410_component_alerts(alert_no)
Column Descriptions
Field | Description |
---|---|
alert_no | Unique identifier for the alert command this refers to. |
argument_sequence | Along with the alert_no, unique identifier for this argument. Defines the order in which the argument should be supplied to the command. |
argument | One argument or switch for the process. May contain the values %SPCOMPONENT%, %SPHOST% and/or %SPINSTANCE% which will be substituted on execution for the component ID, host name and ServiceOptimizer instance name of the process which has failed. |
, multiple selections available,
Related content
sp413_alert_arguments
sp413_alert_arguments
More like this
sp410_component_alerts
sp410_component_alerts
More like this
14.1 sp410_component_alerts
14.1 sp410_component_alerts
More like this