IEX_ASSIGNMENTS

Table stores backup collector information for use in displaying a collectors work to backup collector.

Details

  • Schema: FUSION

  • Object owner: IEX

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

IEX_ASSIGNMENTS_PK

ASSIGNMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
ASSIGNMENT_ID NUMBER 18 Yes Collector identifier assigned to customer, account, site.
COLLECTOR_ID NUMBER 18 Yes Collector identifier. Foreign Key to AR_COLLECTORS.COLLECTOR_ID.
BACKUP_COLLECTOR_ID NUMBER 18 Yes Backup Collector identifier for the Collector Assignment. Foreign Key to AR_COLLECTORS.COLLECTOR_ID.
START_DATE DATE Yes Beginning date for when a backup collector can view primary collectors assigned work.
END_DATE DATE Ending date for when a backup collector can not view primary collectors assigned work.
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.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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.
ENABLED_FLAG VARCHAR2 1 Indicates if backup collector is allowed to view primary collectors work.
GROUP_NAME VARCHAR2 240 The name of the collector group.

Indexes

Index Uniqueness Tablespace Columns
IEX_ASSIGNMENTS_N1 Non Unique Default BACKUP_COLLECTOR_ID, START_DATE, END_DATE
IEX_ASSIGNMENTS_U1 Unique Default ASSIGNMENT_ID