PL/SQL API jcs_odf.drop_script
Summary
Drop a script.
Specification
procedure drop_script(owner in varchar2,
name in varchar2,
version in number default null,
cascade in varchar2 default const.jcs_no)
Parameters
- owner - the owner of the script
- name - the name of the script
- version - the version of the script
- cascade - 'Y' or 'N': drops the script including all jobs generated for this script
note
Jobs are physically deleted when all process servers that the jobs ran on are running. When not all of the process servers are running, some jobs get status 'DELETING' and wait for the process server to become active again.
plsqlTopic
onsiteTopic