eygle.com   eygle.com
eygle.com  
 

« 看来我的计算机足够安全 | Blog首页 | 柔嘉维则一周年 »

时间再次停止运行

作者:eygle |【转载时请务必以超链接形式标明文章和作者信息及本声明
链接:

今天下班时,同事说,一个数据库上的Job进程不能启动,我登陆上去查看,果然,时间再次停止运行:

SQL> select * from v$timer;

HSECS
----------
4294967295

SQL> /

HSECS
----------
4294967295

此前曾经遭遇这个Bug,当主机持续运行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真是恼人,除了重起主机之外,别无办法.看来虽然9.2.0.4这个版本比较稳定,但是仍然需要考虑升级了.

此Bug在Oracle9.2.0.6中被修正.

在我的Oracle10g环境中,可以看到这个问题已经不再存在.

v$timer计时在溢出后会重新计算:

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

我们看到,Solaris系统的稳定性还是值得信赖的:)

 

By eygle on 2006-06-16 09:38 | Comments (2) | Posted to Internal | Edit |Pageviews:

相关文章 随机文章
  • Oracle Patch Set Note And Bug List 参考
  • Oracle 9i 的生命周期支持策略
  • 各取所需:Oracle收购BEA,SUN收购MySQL
  • Oracle还是IBM的中文推广力度大?
  • Oracle与Linux/Unix下的时间处理
  • EMC CX500 "0xa07 CRU Powered Down"-ATA盘又坏了一块
    无尽的爱(Endless Love) - 美丽的神话
    通过Oracle10g的flashback transaction query新特性进行事务撤销
    Oracle的db_name和instance_name
    摄影习作-百年之好合
    网上相关主题:
    Google

    留言 (2)

    select * from v$timer;
    16711883
    SQL> select * from v$version;

    BANNER
    ----------------------------------------------------------------
    Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
    PL/SQL Release 9.2.0.4.0 - Production
    CORE 9.2.0.3.0 Production
    TNS for HPUX: Version 9.2.0.4.0 - Production
    NLSRTL Version 9.2.0.4.0 - Production
    没有问题.

    Posted by: yq at March 22, 2007 3:18 PM

    你的运行时间还不够吧?

    Posted by: eygle at March 22, 2007 4:04 PM

    发表留言:



    Remember Me?
    (输入验证码后方可评论,谢谢支持)



    CopyRight © 2004 eygle.com, All rights reserved.