Chinaunix首页 | 论坛 | 博客
  • 博客访问: 92118884
  • 博文数量: 19283
  • 博客积分: 9968
  • 博客等级: 上将
  • 技术积分: 196062
  • 用 户 组: 普通用户
  • 注册时间: 2007-02-07 14:28
文章分类

全部博文(19283)

文章存档

2011年(1)

2009年(125)

2008年(19094)

2007年(63)

分类: Oracle

2008-04-02 14:29:53

来源:赛迪网技术社区    作者:bosinvhai

现象:数据库上的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
阅读(347) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~