Job进程不能启动时间再次停止运行的现象
来源: 作者: 日期:2008-03-27
【聚杰网性能调优】Job进程不能启动时间再次停止运行的现象 现象:数据库上的Job进程不能启动,时间再次停止运行。
SQL> select * from v$timer;HSECS----------4294967295SQL> /HSECS---------- 4294967295 |
主机持续运行497 days 2 hrs 28 mins 时,数据库系统时间将会停止。
BUG:
$ uptime 6:27pm up 497 day(s), 14:35, 6 users, load average: 0.43, 1.21, 2.19 |
这个Bug出现后,以往只能重起主机。
目前,此Bug在Oracle9.2.0.6中被修正。
Oracle10g环境中,你可以看到这个问题已经存在了。
v$timer计时在溢出后会重新计算:
此时,你会发现Solaris系统的稳定性确实是值得称道的。
SQL*Plus: Release 10.1.0.3.0 - Production on Tue Jun 20 10:21:35 2006Copyright (c) 1982, 2004, Oracle. All rights reserved.Connected to:Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - 64bit ProductionWith the Partitioning and Data Mining optionsSQL> select * from v$timer;HSECS----------68297932SQL> ! uptime 10:23am up 504 day(s), 23:31, 1 user, load average: 3.43, 3.37, 2.95 |