jcs_odf.drop_scheduler_file_event

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

Summary

Drop a scheduler-file-event combination.

Specification

Copy
procedure drop_scheduler_file_event(scheduler_name in varchar2,
file_name in varchar2,
scheduler_partition in varchar2 default const.def_str)

Parameters

  • scheduler_name - the name of the scheduler
  • file_name - the name of the file
  • scheduler_partition - the partition of the scheduler

See Also