OSS_RUNTIME_METRICS

Stores runtime metric execution records mapped to subscription, product, association, and asset levels for metric evaluation and result processing

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

OSS_RUNTIME_METRICS_PK

RUNTIME_METRIC_ID

Columns

Name Datatype Length Precision Not-null Comments
RUNTIME_METRIC_ID NUMBER 18 Yes Primary key,Unique identifier representing a metric execution instance.
RUNTIME_METRIC_PUID VARCHAR2 120 Yes PUID for Runtime Metric.
SUBSCRIPTION_ID NUMBER 18 Yes Subscription on which metric is computed.
SUBSCRIPTION_NUMBER VARCHAR2 120 Subscription number on which metric is computed.
SUBSCRIPTION_PRODUCT_ID NUMBER 18 Subscription Product on which metric is computed.
SUBSCRIPTION_PRODUCT_PUID VARCHAR2 120 Subscription Product Puid on which metric is computed.
PRODUCT_INVENTORY_ITEM_ID NUMBER 18 Inventory item ID corresponding to the product definition.
PRODUCT_ASSOCIATION_ID NUMBER 18 Identifies the product association id for the metric.
PRODUCT_ASSOCIATION_PUID VARCHAR2 120 Identifies the product association puid for the metric.
ASSET_ID NUMBER 18 Identifier of the installed asset instance related to the product.
ASSET_INVENTORY_ITEM_ID NUMBER 18 Inventory item ID associated with the asset.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
OSS_RUNTIME_METRICS_PK Unique Default RUNTIME_METRIC_ID
OSS_RUNTIME_METRICS_U1 Unique Default RUNTIME_METRIC_PUID