您的位置:首页 >> 数据库 >> Oracle >> 正文
Oracle RSS
 

时间再次停止运行的解决方法

http://www.rdxx.com 07年11月10日 00:00 我要投稿

关键词: 时间 , 解决方法 , 运行 , 方法 , 解决

  现象:数据库上的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


 
 
标签: 时间 , 解决方法 , 运行 , 方法 , 解决 打印本文
 
 
  热点搜索
 
 
 



Valid XHTML 1.0 Transitional
Copyright ©2005 - 2008 Rdxx.Com,All Rights Reserved
收藏本页
收藏本站