ZPS_SYNC_USAGE_DETAILS

Table to capture the Sync Usages and Stats

Details

  • Schema: FUSION

  • Object owner: ZPS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZPS_SYNC_OBJECT_COUNT_PK

SYNC_USG_DETAILS_ID

Columns

Name Datatype Length Precision Not-null Comments
SYNC_USG_DETAILS_ID NUMBER 18 Yes Primarykey of the table
USAGE_ID NUMBER 18 Yes Foreign key to ZPS_APP_USAGES
OBJECT_TYPE VARCHAR2 32 Object's type name.
OSC_CREATED_COUNT NUMBER 9 Yes Osc Created Record Count
MS_CREATED_COUNT NUMBER 9 Yes MS Created Record Count
OSC_UPDATED_COUNT NUMBER 9 Yes OSC Updated Record Count
MS_UPDATED_COUNT NUMBER 9 Yes MS Updated Record Count
OSC_DELETED_COUNT NUMBER 9 Yes OSC Deleted Record Count
MS_DELETED_COUNT NUMBER 9 Yes MS Deleted Record Count
OSC_FETCH_COUNT NUMBER 9 Yes OSC Fetch Record Count
MS_FETCH_COUNT NUMBER 9 Yes MS Fetch Record Count
OSC_FAILED_COUNT NUMBER 9 Yes OSC Failed Record Count
MS_FAILED_COUNT NUMBER 9 Yes MS Failed Record Count
MS_BATCH_COUNT NUMBER 9 Yes Batch Count
CONFLICT_COUNT NUMBER 5 Yes Conflict Count.
UP_SYNC_DURATION NUMBER 9 Yes Osc Time Taken
DOWN_SYNC_DURATION NUMBER 9 Yes Time Taken
MS_NETWORK_DURATION NUMBER 9 Yes Time spent on MS REST calls
SAVED_SEARCH VARCHAR2 4000 OSC Saved Search used.
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_SYNC_USAGE_DETAILS_N1 Non Unique Default USAGE_ID
ZPS_SYNC_USAGE_DETAILS_N2 Non Unique Default OBJECT_TYPE
ZPS_SYNC_USAGE_DETAILS_U1 Unique Default SYNC_USG_DETAILS_ID