PL/SQL API jcs_odf.drop_monitor
Summary
Drop a monitor.
Specification
procedure drop_monitor(name in varchar2,
parent_monitor_id in number,
version in number default null,
force in varchar2 default const.jcs_no)
Parameters
- name - the name of the monitor
- parent_monitor_id - the internal id of the parent monitor (or null for top level monitors)
- version - the version of the scripttype
- force - if 'N' the monitor may not have links or submonitors
See Also
plsqlTopic
onsiteTopic