rs_script_wait_events

on-site-related topic

The following table lists the columns for the rs_script_wait_events view. The equivalent jcs_script_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
SCRIPT_OWNER VARCHAR2 The owner of the script
SCRIPT_NAME VARCHAR2 The script name
SCRIPT_ID NUMBER The unique script id
SCRIPT_TYPE NUMBER Type of script
EVENT_PARTITION VARCHAR2 The partition of the event that this script waits for
EVENT_NAME VARCHAR2 The name of the event that this script waits for
CLEARS_EVENT VARCHAR2 Is the event cleared by this wait event?
AUTO_SUBMIT VARCHAR2 When Y: automatically submit the script when the even is raised
AUTO_SUBMIT_ONLY_WHEN_EMPTY VARCHAR2 When Y: only autosubmit the script when it is not running already