ChinaUnix.net
相关文章推荐:

Job is experiencing a resumable wait

Long running operations such as imports and batch processes sometimes fail because the server is unable to allocate more extents for an object. This may be because the object has reached max_extents or there isn't sufficient room in the tablespace for the object to expand. In previous releases the operation would h...

by nocode - Oracle - 2011-12-20 09:48:16 阅读(616) 回复(0)

相关讨论

http://202.94.7.222/cn/showtitle.php?corpid=7840&titleid=20021115180132 公司名称FESCO 招聘中心空缺职位 公司注册地址北京市朝阳区朝阳门南大街14号 112室 邮政编码 职位名称[color="#ff0000"]某中美合资公司招聘网络管理/系统维护经理 发布日期2005-05-10 工作类型全职 职位薪水 工作所在地北京 需要人数1 职位描述及要求 Report to: 技术总监 job Summary: 协助技术总监组织并实施对公司办公室局域网系统,IDC中托管各设备...

by tony_list - Linux文档专区 - 2005-05-13 22:38:07 阅读(754) 回复(0)

job ONE:WAS job Steps: 1>http://10.249.200.15:14000/admin 2>login with no "User ID" 3>focus on +WAS01Network -Servers -Application Servers .GALX was01p started .GPCX was01p started .GSIX was01p started Note:If the applications of GALX ,GPCX or GSIX doesn't start,you need to start it with command line,then verify its stat...

by daichuang - AIX文档中心 - 2005-04-25 14:58:21 阅读(1244) 回复(0)

想用wait()来获得任一子进程的结束 #include "sys/types.h" #include "sys/wait.h" #include "stdio.h" main() { pid_t pid; if((pid=fork())<0) {printf("fork error."); exit(0); } else if (pid==0) { printf("1 ID:%d\n",getpid()); if ((pid=fork())<0) {printf("fork error."); exit(0); } else if (pid==0) { printf("2 ID:%d\n",getpid()); exit(0); } else sleep(2); } else printf("...

by andyY - C/C++ - 2003-06-13 18:30:35 阅读(3320) 回复(9)

在什么情况下一个job会进入EVTW(event wait)这个状态

by liangkazhe - AS400 - 2010-10-24 12:25:10 阅读(7328) 回复(5)

DECLARE
X NUMBER;
BEGIN
SYS.DBMS_job.SUBMIT
( job => X,
what => 'ETL_RUN_D_Date;',
next_date => to_date('2009-08-26 01:00:00','yyyy-mm-dd hh24:mi:ss'),
interval => 'trunc(sysdate)+1+1/24',
no_parse => FALSE
);
SYS.DBMS_OUTPUT.PUT_LINE('job Number is: ' || to_char(x));
COMMIT;
END;
/
以上是明确指定每天的1点执行此job,如果指定是每天中午12点执行...

by 406443027 - Oracle - 2011-12-22 08:54:00 阅读(902) 回复(0)

库里有几张表定时做了统计信息分析, 操作系统没有配置定时任务, 看user_jobs表为空, 应该是系统job做的吧, 如何查看呐?

by dellzhao - Oracle - 2010-05-15 18:14:43 阅读(1266) 回复(0)

各位大虾 小弟想要写个job 每天8:00自己执行,请问除了用job Schedule还有没其它方法? 小弟对job Schedule不是很熟悉,希望大虾们帮忙介绍下这方面的只是,如果有这方面的资料最好,我邮箱 [email=shanghang0402@163.com]shanghang0402@163.com[/email] 谢谢!!!!!!!!!!!!!!!!

by shangh - AS400 - 2009-05-25 10:26:22 阅读(2091) 回复(4)

Recruit QT system engineer: Requirements: Familiar with EMBEDED QT system, with years of EMBED QT program; Familiar with Linux configuration and driver development, with experiences on practical kernel and driver development; Full time or part time Period of Validity: Feb.12 to Mar.30, 2009 Contact: [email]kevin009@126.com[/email]

by beyondminliu - 嵌入式开发 - 2009-02-17 23:43:32 阅读(1303) 回复(3)