SMS_CONSUMERS
Details
-
Schema: FUSION
-
Object owner: FND
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
SMS_CONSUMERS_PK |
CHECKPOINT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
CHECKPOINT_ID | NUMBER | 10 | Yes | checkpoint id | |
SUBSCRIPTION_ID | VARCHAR2 | 36 | Yes | subscription id | |
CONSUMER_ID | VARCHAR2 | 36 | Yes | consumer id | |
CHANNEL | VARCHAR2 | 100 | Yes | channel | |
SHARD_NAME | VARCHAR2 | 32 | Yes | shard name | |
BATCH_SIZE | NUMBER | 10 | Yes | batch size | |
READ_OFFSET | NUMBER | 4 | Yes | stores offset information | |
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 |
---|---|---|---|
SMS_CONSUMERS_N1 | Non Unique | Default | SHARD_NAME |
SMS_CONSUMERS_U1 | Unique | Default | CHECKPOINT_ID |
SMS_CONSUMERS_U2 | Unique | Default | SUBSCRIPTION_ID, CONSUMER_ID |