Platform Analytics 7 Dataflow

FLEXLM_LICENSE_USAGE table

The FLEXLM_LICENSE_USAGE table gets its data from flexlicusageloader.
The following table describes each column and its source:
Column Name Data Type Nullable (Y/N) Key (PK/FK) Description
TIME_STAMP TIMESTAMP(6) N   The record sample time in the local cluster time zone.
TIME_STAMP_GMT NUMBER(13) N PK The record sample time in GMT time. This is the number of seconds from midnight, January 1st, 1970.
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_VERSION VARCHAR2(128)   PK This is the license version. If user did not specify it, it is stored as '-'.
LIC_VENDOR_NAME VARCHAR2(128) N PK This is the license vendor.
LIC_SERVER_MASTER VARCHAR2(128) Y   This is the number of license requested.
LIC_SERVER_NAME VARCHAR2(128) N PK This is the use specified server name. If user did not specify it, it is stored as ‘-‘.
LIC_USAGE NUMBER(15) N   This is the usage of this license. If there is no usage, it will be 0.
LIC_TOTAL NUMBER(15) N   This is the total usage of this license.
LIC_SITE_NAME VARCHAR2(256) N   This is the user specified server name.
INTERVAL_PERIOD NUMBER(15) Y   The sampling interval in seconds. This is being used for license consumption calculation.
PLC_ID VARCHAR2(20) N   This is the plc instance id.
LIC_RESERVATION NUMBER(10) Y   This is the reservation of this license. If there is no reservation, it will be 0.
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.