JOBSTATUS

 

Column Descriptions:

NameTypeDescription
JOBSTATUS_IDBIGINT NOT NULLGenerated unique key.
USERS_IDBIGINTThe id of the User that initiated the job. If system-initiated, this value will be null.
JOBTYPEVARCHAR (254) NOT NULLJob type (e.g. SearchIndex)
PROPERTIESVARCHAR (1024)Request properties used in the job.
STARTTIMETIMESTAMP NOT NULL DEFAULT CURRENT TIMESTAMPStart time for the job.
LASTUPDATETIMESTAMPTime of last update for the job.
FINISHTIMETIMESTAMPFinish time for the job.
STATUSSMALLINT NOT NULLThe current status of the job. Possible values include: -1: running 0: success 1: failed 2: unknown
PROGRESSSMALLINT NOT NULL DEFAULT -1Progress indicator for the job. -1: unknown progress. Other values are job-dependent.
INTERNALIDVARCHAR (128)Reserved for HCL use.
CALLPROGINFOVARCHAR (1024)Free-form string value to identify the calling program.
STATUSMSGVARCHAR (4000)Status message from the calling program.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
P_JOBSTATUSJOBSTATUS_IDPrimary Key

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_JOBSUMMARY_1JOBSTATUS_IDJOBSUMMARYJOBSTATUS_IDCascade