Platform Analytics 7 Dataflow

SHARED_RESOURCE_USAGE table

This table is being used to store the sampled dynamic shared resource usage.
Column Name Data Type Nullable (Y/N) Key (PK/FK) Description
CLUSTER_NAME VARCHAR2(128) N PK The cluster name.
TIME_STAMP TIMESTAMP(6) N   The time of this record in the local server time zone.
TIME_STAMP_GMT NUMBER(13) N PK The time of this record in GMT time. This is the number of seconds from midnight, 1 January, 1970.
RESOURCE_NAME VARCHAR2(128) N PK The shared resource name.
RESOURCE_VAL_TYPE VARCHAR2(128) Y   Indicate the value type of this resource. It could be �STRING', �BOOLEAN' or �NUMERIC'
RESOURCE_VALUE_STR VARCHAR2(128) Y   The string conversion of the resource value. For anything that is other then a numeric data type
RESOURCE_VALUE_NUM FLOAT Y   The numeric attribute value
TOTAL_VALUE_NUM FLOAT Y   The total available resources for numeric resource value only.
TOTAL_VALUE_STR VARCHAR2(128) Y   The total for non-numeric resource type.
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.