14.1 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. |