CSO_SCHML_METRICS_FLT_ATTRS
This table stores the filter attribute information for the metrics values in cso_schml_metrics_values table.
Details
-
Schema: FUSION
-
Object owner: CSO
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
CSO_SCHML_METRICS_FLT_ATTRS_PK |
METRICS_FILTER_ATTR_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
METRICS_FILTER_ATTR_ID | NUMBER | 18 | Yes | This is the primary key of the table. | |
METRICS_VALUE_ID | NUMBER | 18 | Yes | This is the reference to the metrics value in cso_schml_metrics_values table. | |
FILTER_NAME | VARCHAR2 | 32 | Yes | This is the name of the filter attribute associated with the metrics value. | |
FILTER_VALUE | VARCHAR2 | 256 | This is the value of the filter attribute associated with the metrics value. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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. | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CSO_SCHML_METRICS_FLT_ATTRS_PK | Unique | Default | METRICS_FILTER_ATTR_ID |
CSO_SCHML_METRICS_FLT_ATTRS_U1 | Unique | Default | METRICS_VALUE_ID, FILTER_NAME |