PL/SQL API jcs_odf.create_scheduler_resource
Summary
Create a scheduler-resource combination.
Specification
procedure create_scheduler_resource(scheduler_name in varchar2,
resource_name in varchar2,
scheduler_partition in varchar2 default const.def_str,
resource_partition in varchar2 default const.def_str)
Parameters
- scheduler_name - the name of the scheduler
- resource_name - the name of the resource
- scheduler_partition - the partition of the scheduler
- resource_partition - the partition of the resource
See Also
- jcs_odf.create_scheduler
- jcs_odf.alter_scheduler
- jcs_odf.drop_scheduler
- jcs_odf.drop_scheduler_resource
plsqlTopic
onsiteTopic