ZCH_META_TAGS

This table stores the Metadata Tags with the Meta Object file path name for each Hub Metadata.

Details

  • Schema: FUSION

  • Object owner: ZCH

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

ZCH_META_TAGS_PK

META_TAG_ID

Columns

Name Datatype Length Precision Not-null Comments
META_TAG_ID NUMBER 18 Yes Unique identifier of the row in this table.
META_TAG_NAME VARCHAR2 200 Yes Metadata tag name which includes namespace.
META_TAG_VALUE VARCHAR2 100 Yes The value of the metadata tag.
META_TAG_FULLPATH VARCHAR2 500 Yes The full file path that the metadata tag is placed on.
META_TAG_STATUS VARCHAR2 1 Yes Status of the metadata tag. Determine if the metadata tag is in use or not. Values are, A or I.
MODULE_ID VARCHAR2 32 Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data.
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_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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
RELATED_OBJ_FULLPATH VARCHAR2 500 Full file path of the related object.
SOURCE_FIELDS VARCHAR2 300 Source fields of the custom association
DEST_FIELDS VARCHAR2 300 Destination fields of the custom association
CUSTOM_FLAG VARCHAR2 1 Flag to indicate whether this entry is custom or not. Valid values are, Y and N.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
ZCH_META_TAGS_N1 Non Unique Default META_TAG_NAME, META_TAG_STATUS, CUSTOM_FLAG
ZCH_META_TAGS_N2 Non Unique Default META_TAG_NAME, META_TAG_VALUE, META_TAG_STATUS, CUSTOM_FLAG
ZCH_META_TAGS_N3 Non Unique Default RELATED_OBJ_FULLPATH, META_TAG_STATUS, CUSTOM_FLAG
ZCH_META_TAGS_PK Unique Default META_TAG_ID, ORA_SEED_SET1
ZCH_META_TAGS_PK1 Unique Default META_TAG_ID, ORA_SEED_SET2
ZCH_META_TAGS_U1 Unique Default META_TAG_NAME, META_TAG_VALUE, META_TAG_FULLPATH, SOURCE_FIELDS, DEST_FIELDS, ORA_SEED_SET1
ZCH_META_TAGS_U11 Unique Default META_TAG_NAME, META_TAG_VALUE, META_TAG_FULLPATH, SOURCE_FIELDS, DEST_FIELDS, ORA_SEED_SET2