Job进程不能启动时间再次停止运行的现象

  • 来源: 天新网 作者: 若水   2008-03-25/11:26
  • 现象:数据库上的Job进程不能启动,时间再次停止运行。

    SQL> select * from v$timer;
    
    HSECS
    ----------
    4294967295
    
    SQL> /
    
    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 2006
    
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    
    
    Connected to:
    Oracle Database 10g EntERPrise Edition Release 10.1.0.3.0 - 64bit Production
    With the Partitioning and Data Mining options
    
    SQL> select * from v$timer;
    
    HSECS
    ----------
    68297932
    
    SQL> ! uptime
    10:23am up 504 day(s), 23:31, 1 user, load average: 3.43, 3.37, 2.95

    评论 {{userinfo.comments}}

    {{money}}

    {{question.question}}

    A {{question.A}}
    B {{question.B}}
    C {{question.C}}
    D {{question.D}}
    提交

    驱动号 更多