SBS_WF_CLUSTER_MEMBERSHIP

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: DEFAULT

Primary Key

Name Columns

SBS_WF_CLUSTER_MEMBERSHIP_PK

MEMBERSHIP_PARTITION, HOST_ID

Columns

Name Datatype Length Precision Not-null Comments
MEMBERSHIP_PARTITION NUMBER 10 Yes Column stores the membership partition value
HOST_ID RAW 16 Yes Column stores the associated host Id value
RPC_ADDRESS VARCHAR2 128 Yes Column stores the associated rpc address
RPC_PORT NUMBER 5 Yes Column stores the associated rpc port
ROLE NUMBER 3 Yes Column stores the associated role of the cluster
SESSION_START TIMESTAMP Column stores the session starting value
LAST_HEARTBEAT TIMESTAMP Column stores the last heartbeat value
RECORD_EXPIRY TIMESTAMP Column stores the futuristic expiration date
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
SBS_WF_CLUSTER_MEMBERSHIP_N1 Non Unique DEFAULT HOST_ID, ROLE
SBS_WF_CLUSTER_MEMBERSHIP_N2 Non Unique DEFAULT ROLE, LAST_HEARTBEAT
SBS_WF_CLUSTER_MEMBERSHIP_N3 Non Unique DEFAULT RPC_ADDRESS, ROLE
SBS_WF_CLUSTER_MEMBERSHIP_N4 Non Unique DEFAULT LAST_HEARTBEAT
SBS_WF_CLUSTER_MEMBERSHIP_N5 Non Unique DEFAULT RECORD_EXPIRY
SBS_WF_CLUSTER_MEMBERSHIP_U1 Unique DEFAULT MEMBERSHIP_PARTITION, HOST_ID