|
剛剛重新啟動成功,運氣好,順利打開了.大家看一下現在的負載
11:50:10 up 25 min, 1 user, load average: 0.03, 0.09, 0.04
89 processes: 88 sleeping, 1 running, 0 zombie, 0 stopped
CPU states: cpu user nice system irq softirq iowait idle
total 0.0% 0.0% 0.0% 0.0% 0.0% 0.0% 100.0%
cpu00 0.0% 0.0% 0.0% 0.0% 0.0% 0.0% 100.0%
cpu01 0.0% 0.0% 0.0% 0.0% 0.0% 0.0% 100.0%
cpu02 0.0% 0.0% 0.0% 0.0% 0.0% 0.0% 100.0%
cpu03 0.0% 0.0% 0.0% 0.0% 0.0% 0.0% 100.0%
Mem: 4090068k av, 3624512k used, 465556k free, 0k shrd, 33192k buff
675968k active, 2487940k inactive
Swap: 6291336k av, 0k used, 6291336k free 3303908k cached
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND
1 root 15 0 496 496 436 S 0.0 0.0 0:05 1 init
2 root RT 0 0 0 0 SW 0.0 0.0 0:00 0 migration/0
3 root RT 0 0 0 0 SW 0.0 0.0 0:00 1 migration/1
4 root RT 0 0 0 0 SW 0.0 0.0 0:00 2 migration/2
5 root RT 0 0 0 0 SW 0.0 0.0 0:00 3 migration/3
6 root 15 0 0 0 0 SW 0.0 0.0 0:00 1 keventd
7 root 39 19 0 0 0 SWN 0.0 0.0 0:00 0 ksoftirqd/0
8 root 34 19 0 0 0 SWN 0.0 0.0 0:00 1 ksoftirqd/1
9 root 34 19 0 0 0 SWN 0.0 0.0 0:00 2 ksoftirqd/2
10 root 34 19 0 0 0 SWN 0.0 0.0 0:00 3 ksoftirqd/3
13 root 15 0 0 0 0 SW 0.0 0.0 0:00 3 bdflush
看一下db的sga分配
[oracle@kittingweb oracle]$ sqlplus '/ as sysdba'
SQL*Plus: Release 10.2.0.1.0 - Production on Fri Mar 14 11:51:27 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> show sga
Total System Global Area 1224736768 bytes
Fixed Size 1219112 bytes
Variable Size 301991384 bytes
Database Buffers 905969664 bytes
Redo Buffers 15556608 bytes
SQL>
我感覺好想跟sga分配沒有甚麼管理.我的應用程序開發必要的地方用的都是幫定變量.而且平時硬分析也不多.
在裡面發現user表空間的一個數據文件100%used, resize了一下.
可能是這個問題.
[ 本帖最后由 testmvb 于 2008-3-15 08:55 编辑 ] |
|