rs_job_wait_events
The following table lists the columns for the rs_job_wait_events view. The equivalent jcs_job_wait_events view is available for backward compatibility reasons. The difference between the two is the data type of the date/time columns; the rs_* views use TIMESTAMP WITH TIME ZONE while the jcs_* views use DATE.
Column | Datatype | Description |
JOB_ID | NUMBER | The unique job id |
EVENT_PARTITION | VARCHAR2 | The partition of the event that will be raised |
EVENT_NAME | VARCHAR2 | The name of the event that will be raised |
RAISED | VARCHAR2 | Has this event already been raised? |
CLEARS_EVENT | VARCHAR2 | Is the event reset to clear by this wait event? |
RAISER_ID | NUMBER | Unique event id generated when the event was raised |
RAISER_JOB_ID | NUMBER | If set, the job that raised the event for this job |
RAISER_SCHEDULER_PARTITION | VARCHAR2 | If set, the partition of the scheduler of the file event that raised the event for this job |
RAISER_SCHEDULER_NAME | VARCHAR2 | If set, the name of the scheduler of the file event that raised the event for this job |
RAISER_FILE_NAME | VARCHAR2 | If set, the file event that raised the event for this job |
RAISER_COMMENT | VARCHAR2 | Comment made by the raiser when it raised the event |
plsqlTopic
onsiteTopic