MSC_ATTR_VAL_INST_MAPPING

This table maintains mapping between attribute values and from which instance they are collected. This tables helps to find out which attribute value is collected from which instance.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

msc_attr_val_inst_mapping_PK

SR_INSTANCE_ID, ATTRIBUTE_VALUE_ID

Columns

Name Datatype Length Precision Not-null Comments
SR_INSTANCE_ID NUMBER 18 Yes Identifier of the Source instance.
ATTRIBUTE_VALUE_ID NUMBER 18 Yes Identifier of the Attribute Value.
REFRESH_NUMBER NUMBER 18 Refresh number of the cycle or process that populates the record.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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
MSC_ATTR_VAL_INST_MAPPING_U1 Unique Default SR_INSTANCE_ID, ATTRIBUTE_VALUE_ID