Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.


Chapter 19 System Event Logging : system_event : TABLE system_event (

TABLE system_event (
type_id number(5) NOT NULL,
user_name varchar(255) NOT NULL,
audit_date date NOT NULL,
audit_usecs number(6) NOT NULL,
details varchar(512) NOT NULL,
Note: The audit_usecs column can be combined with this column to provide resolution to a microsecond.
Primary Key
None.
Foreign Keys
None.
Indexes
The following index is defined for this table.
Table Activity
The system_event table contains one row for each system event that is audited.
Rows are added and deleted in the following situations:
using the swadm delete_system_event command to delete system event information or clean system event information that is earlier than a specified period. See TIBCO iProcess Engine Administrator’s Guide for more information about the swadm delete_system_event command.

Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.