sp418_system_state_audit
Â
Table Definition
Field | Type | Default | Nullable |
---|---|---|---|
sequence_no | number | Â | |
timestamp | date | Â | |
user_id | varchar2(256) | Â | |
old_state | number | Â | |
old_osuser | varchar2(256) | Â | |
old_master_host | varchar2(64) | Â | |
old_system_start | date | Â | |
old_system_end | date | Â | |
new_state | number | Â | |
new_osuser | varchar2(256) | Â | |
new_master_host | varchar2(64) | Â | |
new_system_start | date | Â | |
new_system_end | date | Â |
Keys
None.
Â
Column Descriptions
Field | Description |
---|---|
sequence_no | Unique identifier: the sequence number of the update. |
timestamp | Date and time at which these details were saved. Uses the time zone of the DBMS server machine. |
user_id | Operating system user. |
old_state | Old value for ServiceOptimizer instance state. |
old_osuser | Old value for OS user that ran the last master system monitor process. |
old_master_host | Old value for server machine that ran the last master system monitor process. |
old_system_start | Old value for date and time at which the ServiceOptimizer instance was last started. |
old_system_end | Old value for date and time at which the ServiceOptimizer instance ended. |
new_state | New value for ServiceOptimizer instance state. |
new_os_user | New value for OS user that ran the last master system monitor process. |
new_master_host | New value for server machine that ran the last master system monitor process. |
new_system_start | New value for date and time at which the ServiceOptimizer instance was last started. |
new_system_end | New value for date and time at which the ServiceOptimizer instance ended. |
Â
Â