ZCA_UC_USER_FEED_REQUESTS

This table captures the status of User Relevancy Feed requests.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_UC_USER_FEED_REQUESTS_PK

FEED_REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
FEED_REQUEST_ID NUMBER 18 Yes Auto generated primary key of table
USER_GUID VARCHAR2 64 Yes User Identifier for an User.
FEED_START_TIME TIMESTAMP Yes Start time of the User Feed Request WIndow.
FEED_END_TIME TIMESTAMP Yes End Time of the User Feed Request Window.
BATCH_ID NUMBER 18 Unique Id of the User Batch identified by User Context BOT Run.
SUB_BATCH_ID NUMBER 18 Unique Id for the Sub Batch Assigned to User Context Child Job
FEED_STATUS VARCHAR2 30 Yes Status of the Feed Request
FAILURE_REASON VARCHAR2 2000 Captures the Error and Failure Reason due to which user feed couldnt be generated.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
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.

Indexes

Index Uniqueness Tablespace Columns
ZCA_UC_USER_FEED_REQUESTS_N1 Non Unique Default USER_GUID, FEED_STATUS
ZCA_UC_USER_FEED_REQUESTS_U2 Unique Default BATCH_ID, SUB_BATCH_ID, USER_GUID
ZCA_USER_FEED_REQUESTS_U1 Unique Default FEED_REQUEST_ID