sp410_component_alerts
This table contains the name and path for the command required to run the process used to alert the ServiceOptimizer administrator when system monitor fails or is unable to restart one of the ServiceOptimizer processes. This table may contain 0 or 1 entries only.
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
alert_no | number | Â | |
command_name | varchar2 (1024) | Â | |
path | varchar2 (1024) | Â |
Keys
primary key (alert_no)
Primary Key Referenced From
Â
Column Descriptions
Field | Description |
---|---|
alert_no | Unique identifier for the alert command. |
command_name | The name of the executable to be run. |
path | Optional. The full path for the directory where the command executable is located. If this is null then the operating system rules for locating the executable will be used (on Unix the PATH environment, on NT, current working directory, windows system directory and path environment). |
Â
Â