ZPS_SYNC_USAGES

Table to capture the Sync Usages and Stats

Details

  • Schema: FUSION

  • Object owner: ZPS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZPS_APP_USAGES_PK

USAGE_ID

Columns

Name Datatype Length Precision Not-null Comments
USAGE_ID NUMBER 18 Yes Primary Key of the table
SYNC_JOB_ID NUMBER 18 ID of ESS Job from which the synchoronization request is originated.
APP_ID NUMBER 18 Yes Application Id
USER_ID NUMBER 18 Yes User Id
SYNC_START_TIME TIMESTAMP Yes Synchronization Start time.
SYNC_END_TIME TIMESTAMP Yes Synchronization End time.
SYNC_STATUS_CD VARCHAR2 32 Yes Synchorincation Suceess/Failure
MS_RECORDS_PROCESSED NUMBER 9 Yes Ms Records Processed
MS_RECORDS_FAILED NUMBER 9 Yes Ms Records Failed
OSC_RECORDS_PROCESSED NUMBER 9 Yes Osc Records Processed
OSC_RECORDS_FAILED NUMBER 9 Yes Osc Records Failed
CONFLICT_COUNT NUMBER 5 Yes Conflict Count
CONFLICT_PAYLOAD CLOB Conflict Payload
UP_SYNC_DURATION NUMBER 9 Yes Up-Sync Duration
DOWN_SYNC_DURATION NUMBER 9 Yes Down-Sync Duration
ERROR_MSG BLOB Information about any errors during Sync
DATA CLOB Placeholder for the additional data
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.
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
ZPS_APP_USAGES_N1 Non Unique Default SYNC_END_TIME
ZPS_APP_USAGES_N2 Non Unique Default SYNC_START_TIME
ZPS_APP_USAGES_U1 Unique Default USAGE_ID
ZPS_SYNC_USAGES_N3 Non Unique Default APP_ID
ZPS_SYNC_USAGES_N4 Non Unique Default USER_ID