rs_scripttype_schedulers
The following table lists the columns for the rs_scripttype_schedulers view. The equivalent jcs_scripttype_schedulers 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 |
SCRIPTTYPE_PARTITION | VARCHAR2 | The unique partition of a scripttype |
SCRIPTTYPE_NAME | VARCHAR2 | The unique name of a scripttype |
SCHEDULER_PARTITION | VARCHAR2 | The unique partition of a scheduler |
SCHEDULER_NAME | VARCHAR2 | The unique name of a scheduler |
COMPILER_WEIGHT | NUMBER | The priority of this scheduler to compile the scripttype |
note
COMPILER_WEIGHT: Compiler weight is always null, because this is not used by version 9
plsqlTopic
onsiteTopic