ITPUB个人空间 »
tomyliuliteonitcom的个人空间
欢迎访问 tomyliuliteonitcom 的个人空间
我的论坛主题
-
2008-06-04 14:21:35 / Oracle数据库管理
Server: windows 2003 server enterprise sp2Oracle: 9.2.0.4sga:985Mpga:256M因为使用oracle fail safe,用是pfile启动.Pfile见附件五一重起OS.发现oracle.exe不像以前稳定在1100M到1200M之间.但alter .log 没有报错,用户反应正常.select sum(bytes)/1024/1024 from v$sgastat结果为:985.06Mselect sum(value)/1024/1024from v$sesstat s, v$statname nwhere n.STATISTIC# = s.STATISTIC#and n.name = 'session pga memory'结果为:271.81M在os里面发现 oracle.exe达到185
查看(223)
评论(8)
-
2008-05-19 11:24:00 / Oracle数据库管理
我现在的memory不停地在涨。如何判断是否是memory leak?昨天涨到1832M.不得不重新起动.现在还在涨。急啊!!
查看(198)
评论(10)
-
2008-05-15 20:41:08 / Oracle数据库管理
5.1重起OS。发现memory不停地涨。alter.log里面没有错误.process个数,session个数均在正常水平。用户反应正常.现在oracle.exe 占用了1734M 内存。metalink回复:A. Run the following queries and upload the results:SQL> select count(*) from v$session;SQL> select count(*) from v$process;B. If the number of processes exceeds the number of sessions way too much, please refer to Note.462252.1 and apply the solution of disabling DCD if enabledand enable Windows TCP/IP KeepAlive mech
查看(177)
评论(2)