sp403_component_states_audit
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
component_no | number | Â | |
sequence_no | number | Â | |
timestamp | date | Â | |
user_id | varchar2(50) | Â | |
old_status | number | Â | |
new_status | number | Â | |
old_pid | number | Â | |
new_pid | number | Â |
Keys
Column Descriptions
Field | Description |
---|---|
component_no | Component identifer. |
sequence_no | For ordering queries- several events may happen at the same time. |
timestamp | Time at which the change happened (Uses the time zone of the DBMS server machine). |
user_id | Requesting user for change (for starting/shutdown on command from administrator). |
old_status | Old value for what the process is currently doing e.g. starting/initialising/stopping etc. |
new_status | New value for what the process is currently doing e.g. starting/initialising/stopping etc. |
old_pid | Old value for PID of the process currently running for this component. |
new_pid | New value for PID of the process currently running for this component. |