ZPS_SYNC_JOB_USAGES
Table to capture the sync usage details at the Sync Job level.
Details
-
Schema: FUSION
-
Object owner: ZPS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
zps_sync_job_usages_PK |
SYNC_JOB_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SYNC_JOB_ID | NUMBER | 18 | Yes | Primary Key of the table. | |
| SYNC_JOB_TYPE | VARCHAR2 | 1 | Type of the synchronization job. Values could be either Regular or Instant, denoted by R or I. | ||
| SYNC_REQUEST_SOURCE | VARCHAR2 | 1 | Source from which synchronization requests are placed. Values could be Job or Client, denoted by by J or C. | ||
| SYNC_JOB_START_TIME | TIMESTAMP | Start time of Synchronization job. | |||
| SYNC_JOB_END_TIME | TIMESTAMP | End time of Synchronization job. | |||
| SYNC_TOTAL_COUNT | NUMBER | 7 | Total number of synchronization requests in the job. | ||
| SYNC_SUCCESS_COUNT | NUMBER | 7 | Number of successful synchronization requests in the job. | ||
| SYNC_FAILED_COUNT | NUMBER | 7 | Number of failed synchronization requests in the job. | ||
| SYNC_WARNING_COUNT | NUMBER | 7 | Number of synchronization requests in warning status from the job. | ||
| 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_job_usages_U1 | Unique | Default | SYNC_JOB_ID |