OSS_RUNTIME_METRIC_DETAILS
Stores calculated metric values and related attributes for each runtime metric execution instance.
Details
-
Schema: FUSION
-
Object owner: OSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
OSS_RUNTIME_METRIC_DETAILS_PK |
RUNTIME_METRIC_DETAIL_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| RUNTIME_METRIC_DETAIL_ID | NUMBER | 18 | Yes | Primary key, Unique identifier for each metric result record. | |
| RUNTIME_METRIC_DETAIL_PUID | VARCHAR2 | 120 | Yes | PUID for Runtime Metric Details. | |
| RUNTIME_METRIC_ID | NUMBER | 18 | Yes | References the metric execution instance in Runtime Metrics. | |
| METRIC_UNIT | VARCHAR2 | 100 | Name of the metric component calculated. | ||
| METRIC_ERROR | VARCHAR2 | 4000 | Captures the error for an metric. | ||
| METRIC_EXPLAINABILITY | CLOB | Stores the metric explainability. | |||
| METRIC_COUNT | NUMBER | 18 | Stores count-based metric values. | ||
| METRIC_AMOUNT | NUMBER | Stores monetary metric values. | |||
| BALANCE_CODE_UOM | VARCHAR2 | 3 | Captures unit of measure of balance code for the usage. | ||
| CURRENCY | VARCHAR2 | 15 | Subscription's transaction currency. | ||
| METRIC_SCORE | NUMBER | Stores computed score or percentage value. | |||
| METRIC_CLASSIFICATION | VARCHAR2 | 120 | Stores the classification calculated for a metrics. | ||
| METRIC_TYPE_CODE | VARCHAR2 | 64 | Name of the metric for different metric type. | ||
| RECORD_SOURCE_TYPE | VARCHAR2 | 64 | Stores if the row is calculated or imported. | ||
| METRIC_DATE | DATE | Represents the effective date of the metric calculation. | |||
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| 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_METRIC_DETAILS_PK | Unique | Default | RUNTIME_METRIC_DETAIL_ID |
| OSS_RUNTIME_METRIC_DETAILS_U1 | Unique | Default | RUNTIME_METRIC_DETAIL_PUID |