jcs_odf.create_time_window
PL/SQL API jcs_odf.create_time_window
Summary
Create a Time Window.
Specification
Copy
procedure create_time_window(name in varchar2,
description in varchar2 default const.def_str,
resource_cost in number default const.def_num,
comment_text in varchar2 default const.def_str,
application_name in varchar2 default const.def_str,
timezone_name in varchar2 default const.def_str,
partition in varchar2 default const.def_str,
application_partition in varchar2 default const.def_str)
Parameters
- name - name of the Time Window
- description - description of the Time Window
- resource_cost - user defined billable cost per CPU-second spent in the Queue (obsolete, the value will not be stored)
- comment_text - comment text with the Time Window
- application_name - the name of the application the Time Window belongs to
- timezone_name - the timezone this Time Window should be interpreted in (if it is not defined the context will determine the timezone)
- partition - the partiton to create the timewindow in
- application_partition - the partition of the application the Time Window belongs to