ZCH_DATA_MGMT_MEMBERS

This table stores members information. The members can be involved in different data management activities

Details

  • Schema: FUSION

  • Object owner: ZCH

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCH_DATA_MGMT_MEMBERS_PK

DATA_MGMT_MEMBER_ID

Columns

Name Datatype Length Precision Not-null Comments
DATA_MGMT_MEMBER_ID NUMBER 18 Yes Primary Key
RECORD_ID NUMBER 18 Yes Member Id of a link
MEMBER_STATUS_CODE VARCHAR2 60 Yes The status of a member. Active or Inactive.
PRIMARY_DEDUP_LINK_ID NUMBER 18 The most recent link Id for this member. FK to ZCH_DEDUP_LINK_B
DATA_SET_UUID VARCHAR2 36 Yes Data set which contains this member
OBJ_NAME VARCHAR2 30 Yes Object represented by this member
RECORD_NUMBER VARCHAR2 30 Yes Number of the member record in the registry DB
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
zch_dedup_link_members zch_data_mgmt_members DATA_MGMT_MEMBER_ID

Indexes

Index Uniqueness Tablespace Columns
ZCH_DATA_MGMT_MEMBERS_PK Unique Default DATA_MGMT_MEMBER_ID
ZCH_DATA_MGMT_MEMBERS_U1 Unique Default DATA_SET_UUID, RECORD_ID
ZCH_DATA_MGMT_MEMBERS_U2 Unique Default DATA_SET_UUID, RECORD_NUMBER
ZCH_DATA_MGMT_MEMBERS_U3 Unique Default DATA_SET_UUID, DATA_MGMT_MEMBER_ID