PL/SQL API jcs_odf.create_scheduler_scripttype
Summary
Create a scripttype-scheduler combination.
Specification
procedure create_scheduler_scripttype(scheduler_partition in varchar2,
scheduler_name in varchar2,
scripttype_partition in varchar2,
scripttype_name in varchar2,
compiler_weight in number default const.def_num)
Parameters
- scheduler_partition - the partition of the scheduler
- scheduler_name - the name of the scheduler
- scripttype_partition - the partition of the scripttype
- scripttype_name - the name of the scripttype
- compiler_weight - the preferability of this scheduler for compiling this specific scripttype. Currently only used for JAVA-schedulers. Null means that the scheduler will NEVER compile this scripttype
See Also
- jcs_odf.create_scheduler
- jcs_odf.create_scheduler
- jcs_odf.create_scheduler
- jcs_odf.drop_scheduler_scripttype
plsqlTopic
onsiteTopic