- 浏览: 91090 次
- 性别:
- 来自: 上海
文章分类
最新评论
-
zq_zero:
很好,不过如果改为用字符串数组来存储迭代结果和判断是否重 ...
Oracle自定义聚合函数实现字符串拼接 -
sea0108:
good。。
Oracle自定义聚合函数实现字符串拼接
"The Window Interval.
When you restart a server, the tools scheduled to run while the server was shut down will not necessarily run immediately. Some tools have a default window on either
side of the scheduled run time that allows the tool schedule to recover gracefully. For example, suppose that a tool has a window_interval of 120 minutes (2 hours) and it is normally supposed to execute at 9 p.m. The tool will only be able to run between the hours of 7 p.m. and 11 p.m. If it is started before 7 p.m., it aborts and is rescheduled to run at 9 p.m. the same day. If is started after 11 p.m., it aborts and is rescheduled to run at 9 p.m. the next day.
To illustrate, suppose a tool is scheduled to execute daily at 11 p.m. and that the server is shut down from 9 a.m. on July 21 to 9 a.m. on July 22. When you restart the server at 9 a.m. on the July 22, the server attempts to execute the tool. However, because 9 a.m. is not within the tool¿s window, the tool aborts the July 21, 11 p.m. job, and is rescheduled to run at 11 p.m. that night (July 22).
This window of execution is provided for most tools to ensure that server start-ups are not delayed by the execution of tools. You can change the size of the window by setting the -window_interval argument for the job (in the method_arguments attribute). This argument takes an integer value that expresses the length of the desired interval in minutes. For example if you wanted to reset the interval to 1 hour on either side of the job¿s scheduled execution time, you would set -window_interval to 60 for that job.
Refer to the description of each tool to determine if the tool takes the -window_interval argument and, if so, the argument¿s default value."
Because 24 hours are equal to 1440 minutes, in order to ensure job execution in any moment enough will be to set window_interval value to 720 (i.e., one half of full 24 hours).
When you restart a server, the tools scheduled to run while the server was shut down will not necessarily run immediately. Some tools have a default window on either
side of the scheduled run time that allows the tool schedule to recover gracefully. For example, suppose that a tool has a window_interval of 120 minutes (2 hours) and it is normally supposed to execute at 9 p.m. The tool will only be able to run between the hours of 7 p.m. and 11 p.m. If it is started before 7 p.m., it aborts and is rescheduled to run at 9 p.m. the same day. If is started after 11 p.m., it aborts and is rescheduled to run at 9 p.m. the next day.
To illustrate, suppose a tool is scheduled to execute daily at 11 p.m. and that the server is shut down from 9 a.m. on July 21 to 9 a.m. on July 22. When you restart the server at 9 a.m. on the July 22, the server attempts to execute the tool. However, because 9 a.m. is not within the tool¿s window, the tool aborts the July 21, 11 p.m. job, and is rescheduled to run at 11 p.m. that night (July 22).
This window of execution is provided for most tools to ensure that server start-ups are not delayed by the execution of tools. You can change the size of the window by setting the -window_interval argument for the job (in the method_arguments attribute). This argument takes an integer value that expresses the length of the desired interval in minutes. For example if you wanted to reset the interval to 1 hour on either side of the job¿s scheduled execution time, you would set -window_interval to 60 for that job.
Refer to the description of each tool to determine if the tool takes the -window_interval argument and, if so, the argument¿s default value."
Because 24 hours are equal to 1440 minutes, in order to ensure job execution in any moment enough will be to set window_interval value to 720 (i.e., one half of full 24 hours).
发表评论
-
调用DFS创建文档报 type dm_literal_expr failed
2012-03-18 16:06 1681调用DFS时报如下错误: [DM_SESSION_W_FET ... -
Assign multiple groups as performer of activity using code in workflow
2012-02-03 17:02 976I determine the groups dynamica ... -
content server
2012-02-02 15:23 740当使用的composer修改属性的相关约束条件,比如是否为空, ... -
dfc session Monitor
2012-01-31 10:53 1026You can enable logging on the s ... -
DFC Session Management Srinivas Jakkula
2012-01-19 14:02 1710摘要:这个文档从application出发,介绍DFC Ses ... -
Documentum
2012-01-04 18:35 952查询所有需要在属性页要显示的属性 select r_o ... -
query attribute map dictionary
2011-12-28 13:15 807select map_display_string, map_ ... -
Invoking UCF in custom import component
2011-12-28 13:09 11971)I have made some changes in t ... -
When open tasklist form, it pops up exception casued by [DM_SESSION_E_SETUP_ROLE
2011-12-28 13:05 2391Symptoms An error has occurr ... -
dfc trace performance anaysis
2011-09-14 09:57 11221)设置dfc.properties enable dfc t ... -
Tuning the Performance of documentum UCF Content Transfer
2011-05-27 09:12 3161In Documentum applications, the ... -
Add or delete a custom attribute
2011-03-22 10:43 7641)alter type <custom_type&g ... -
Some basic guidelines for setting the J2EE Application Server JVM memory
2011-03-21 14:40 2379Please refer to WDK/Webtop depl ... -
type attribute label is not localized
2011-03-09 16:41 906you will have to clear cache an ... -
Acs is enabled or not(test code)
2011-03-08 20:03 1739引用 /*************************** ... -
Tuning the Performance of UCF Content Transfer
2011-03-07 17:04 1333Tuning the Performance of UCF C ... -
无法保存preset
2010-11-15 16:56 892错误图见附件。 解决方法: 确认dm ... -
DUMP AND LOAD A DOCBASE
2010-11-05 09:50 1039http://www.bluefishgroup.com/li ... -
DFC own Administrator permission
2010-10-27 14:54 7771.add user to dm_superusers_dyn ... -
install webtop.dar error
2010-10-17 15:25 1085com.emc.ide.installer.InstallEx ...
相关推荐
在IT行业中,"INTERVAL"这个词经常用于数据库管理和编程领域,特别是与时间相关的计算和存储。在SQL(结构化查询语言)中,INTERVAL是一种数据类型,用来表示两个日期或时间点之间的差值。它允许我们精确地表示年、...
标题提到的"delphi *.textgrid文件到*.interval" 指的是使用Delphi编程环境编写的一个工具,该工具能够将Praat的TextGrid文件转换为interval格式。Delphi是一个强大的Windows应用程序开发平台,基于Object Pascal...
在Delphi编程环境中,Interval属性通常与TTimer组件相关联,用于设置或获取计时器触发事件之间的间隔时间。TTimer是VCL(Visual Component Library)框架中的一个关键组件,它允许开发者创建在指定时间间隔内执行...
### Interval Finite Element Method (IFEM) with MATLAB #### 引言 《Interval Finite Element Method with MATLAB》这本书由Sukantan Nayak与Snehashish Chakraverty合著,由学术出版社(Academic Press)出版,...
### Python 数值区间处理:对 interval 库的快速入门详解 #### 一、引言 在数据处理领域,经常需要判断一个数值是否位于特定区间内。这种需求在数据分析、科学计算等多个场景中都非常常见。虽然可以使用传统的 `if-...
同样,`setInterval`和`clearInterval`用于周期性执行函数,如`setInterval(func, interval)`每间隔interval毫秒执行func,`clearInterval(id)`停止执行。 5. `moveBy`、`moveTo`、`resizeBy`、`resizeTo`、`...
- **参数不确定性(Parameter uncertainty)**:实际系统的参数值可能未知或只能近似估计。 为了确保计算结果的可靠性和准确性,必须考虑并分析这些不同类型的误差源。针对不同的误差类型,可以采用不同的技术来解决...
- **语法**:`window.setInterval(callback, interval)` - **功能**:按照指定的时间间隔重复调用一个函数或计算一个表达式。 - **参数**:`callback`为回调函数,`interval`为间隔时间。 - **返回值**:返回一个...
- `window.setInterval(func, interval)` 每隔`interval`毫秒周期性地执行`func`函数。返回ID,用于取消定时器。 - `window.clearInterval(id)` 通过给定的ID取消一个周期性定时器。 8. **moveBy()** 和 **moveTo...
- **语法**:`window.setInterval(function, interval[, arg1, arg2, ...])` - **描述**:每隔指定的时间周期性地执行一个函数或指定的一段代码。 - **参数**: - `function`:要执行的函数或代码。 - `interval`...
能用interval-partitioning算法设计思想解决一些贪心问题,并能用代码实现interval-partitioning 算法,以得到最优解。 一、实验目的 了解动态规划的思想,掌握0/1背包问题的基本解决方法。 二、实验要求 (1)有n...
**节点间隔树(Node-Interval-Tree)** 节点间隔树是一种高效的数据结构,主要用于处理一系列具有区间特性的数据。在前端开发中,特别是在处理实时事件、时间轴管理、地图坐标等涉及时间或空间范围的问题时,node-...
an Interval Type-2 fuzzy set composed from α-cuts done over its primary membership functions. The defi nition of available Type-reduction methods for Interval Type-2 fuzzy sets are based on an ...
Intlab (Interval Laboratory) 是一款开源的MATLAB工具箱,专门用于区间分析。它由Ramon E. Moore、R. Baker Kearfott和Michael J. Cloud等人开发,旨在提供一套全面的区间运算功能。 **3.2 主要特点** - **易于...
资源分类:Python库 所属语言:Python 资源全名:interval-py-0.0.2.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
human-interval, javascript的人类可以读时间 人类间隔Javascript的人类可读区间解析器。由 matthewmueller/日期激发。示例用法const humanInterval = require('human-interval');setTimeout
在本项目中,"INTERVAL_tree" 实现了这一概念,采用 C++ 语言编写。 首先,我们来理解什么是扩展二叉树。扩展二叉树(Extended Binary Tree)是对标准二叉搜索树的一种扩展,它允许每个节点拥有两个或更多的子节点...
此软件为实时Windows操作系统扩展,安装此软件后Windows操作系统即具备实时性能。既获得0.1微秒级的实时特性,又发挥Windows平台的优点。标准的Windows编程开发环境, 用Visual C++/Studio开发。...
Interval Software Envision Image Library v4.02 是一个专为 Delphi 开发者设计的图像处理库,适用于 Delphi 7 到 11 Alexandria 的版本。这个库提供了丰富的功能,帮助开发者在 Delphi 应用程序中实现复杂的图像...
shortest confidence interval for sigma,computation using Matlab,TRAORE BOUBAKAR,Xia Letian,对于CHI-SQUARE分布,当自由度n不太大时,按概率对称得到的置信区间并不是最短的。对于给定的置信水平1- ,根据...