sp404_component_status_decodes
This table contains the textual version of the status values used in the sp402_components_states table.Â
The current settings are:
1 Â StartingProcess has been startedÂ
2 Â InitialisingProcess is loadingÂ
3 Â ReadyProcess has loadedÂ
4 Â RunningProcess is able to service requestsÂ
5 Â Shutting DownProcess is shutting downÂ
6 Â StoppedProcess has exited normallyÂ
7 Â MissingProcess state is being investigatedÂ
8 Â UnresponsiveProcess is not responding to requestsÂ
9 Â FailedProcess has exited abnormallyÂ
10 In Doubt Process may have data integrity problems
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
state_no | number | Â | |
state_name | varchar2(15) | Â | |
description | varchar2(50) | Â |
Keys
primary key (state_no)Â
unique (state_no)
Primary Key Referenced From
Column Descriptions
Field | Description |
---|---|
state_no | State identifier. |
state_name | Short name for the state. |
description | Full description of the state. |
Â
Â