jcs_odf.drop_queue_scheduler

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

Summary

Drop a Queue-scheduler combination.

Specification

Copy
procedure drop_queue_scheduler(queue_name in varchar2,
scheduler_name in varchar2,
queue_partition in varchar2 default const.def_str,
scheduler_partition in varchar2 default const.def_str)

Parameters

  • queue_name - the name of the Queue
  • scheduler_name - the name of the scheduler
  • queue_partition - the partition of the Queue
  • scheduler_partition - the partition of the scheduler

See Also