rs_scheduler_resources
The following table lists the columns for the rs_scheduler_resources view. The equivalent jcs_scheduler_resources 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 a scheduler |
| SCHEDULER_NAME | VARCHAR2 | The name of a scheduler |
| RESOURCE_PARTITION | VARCHAR2 | The partition of a resource |
| RESOURCE_NAME | VARCHAR2 | The name of a resource |