PL/SQL API jcs_odf.drop_queue_scheduler
Summary
Drop a queue-scheduler combination.
Specification
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
plsqlTopic
onsiteTopic