jcs_odf.drop_scheduler_queue

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

Summary

Drop a scheduler-queue combination.

Specification

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

Parameters

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

See Also