Platform Analytics 7 Dataflow

FLEXLM_LICENSE_EVENTS table

The FLEXLM_LICENSE_EVENTS table gets its data from flexliceventsloader.
The following table describes each column and its source:
Column Name Data Type Nullable (Y/N) Key (PK/FK) Description
EVENT_TIME TIMESTAMP(6) N   The record sample time in the local cluster time zone.
EVENT_TIME_GMT NUMBER(13) N PK The record sample time in GMT time. This is the number of seconds from midnight, January 1st, 1970.
EVENT_TYPE VARCHAR2(128) N PK The event type of this event.
USER_NAME VARCHAR2(128) N PK This is the user who tried to checkout the license.
HOST_NAME VARCHAR2(256) N PK This is the host the user logged on.
LIC_FEATURE_NAME VARCHAR2(128) N PK This is the license feature name.
LIC_VENDOR_NAME VARCHAR2(128) N PK This is the license vendor.
LIC_NUMBER NUMBER(10) Y   This is the number of license requested.
LIC_SERVER_NAME VARCHAR2(250) N PK This is the use specified server name. If user did not specify it, it is stored as ‘-‘.
LIC_SITE_NAME VARCHAR2(256) N   This is the user specified server name.
PLC_ID VARCHAR2(20) N   This is the plc instance id.
INSERT_SEQ NUMBER(15) Y   The order of sequence in which this record is inserted into the table. This field is auto-incremented whenever a new record is inserted into the table.