jcs_odf.drop_scheduler_resource

on-site-related topic PL/SQL API jcs_odf.drop_scheduler_resource

Summary

Drop a scheduler-resource combination.

Specification

Copy
procedure drop_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