rs_scheduler_parameters
The following table lists the columns for the rs_scheduler_parameters view. The equivalent jcs_scheduler_parameters 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 |
| SCHEDULER_PARTITION | VARCHAR2 | The partition of the scheduler |
| SCHEDULER_NAME | VARCHAR2 | The name of the scheduler |
| NAME | VARCHAR2 | The name of the parameter |
| VALUE | VARCHAR2 | Text representation of the parameter value |
Note: : The contents of this view is different then in version 7, because other parameters do exist. At the moment only 'os_type' and 'scheduler_hostname' do exist for Platform Agent Process Servers