This describes the wi_licutilfeaturemart_hist table and how each column of data arises from the flexlm_license_usage table.
The wi_licutilfeaturemart_hist get its data from the flexlm_license_usage table. The records from the flexlm_license_usage table are first aggregated for the same period with the grouping of "Feature", "Vendor", "Server", "TimeDiff" and "Interval Period" . The "LIC_USAGE" is summed together and the maximum of "LIC_TOTAL" is found. Then, we aggregate again for the same interval with the grouping of "Feature", "Vendor", "TIMEDIFF", "Interval Period" and the "Value" and "Total" from the previous aggregation are summed. Then, we aggregate for the hour with the grouping of "Feature", "Vendor", "Timediff" and "RANKNAME" . The sum of the "INTERVAL_DURATION" is added up as "DURATION". The number of records aggregated is counted as "OCCURRENCE". The result is then record into this table.
This is the column description of each data column of WI_LICUTILFEATUREMART_HIST and how each column is filled with data.