WORKLOAD REPOSITORY report for

DB NameDB IdInstanceInst numStartup TimeReleaseRAC
CYDB4278731049cydb1126-Oct-19 04:1011.2.0.4.0YES

Host NamePlatformCPUsCoresSocketsMemory (GB)
cydb01.xuwang.onlineLinux x86 64-bit 80 40 4 252.22

Snap IdSnap TimeSessionsCursors/SessionInstances
Begin Snap:3799616-Dec-19 14:00:26178 2.42
End Snap:3799716-Dec-19 15:00:36184 2.82
Elapsed:  60.17 (mins)   
DB Time:  553.72 (mins)   
通过 Sessions 和 Cursors/Session 可以初步判断并发数和每个会话的SQL数
一般说来,用 DB Time 去除以 Elapsed 时间,然后跟 CPU 数量做比较。可以衡量系统是否繁忙。

Report Summary

Load Profile

Per SecondPer TransactionPer ExecPer Call
DB Time(s): 9.2 0.0 0.00 0.00
DB CPU(s): 2.6 0.0 0.00 0.00
Redo size (bytes): 3,593,001.6 2,634.7  
Logical read (blocks): 161,875.8 118.7  
Block changes: 16,824.0 12.3  
Physical read (blocks): 7,723.3 5.7  
Physical write (blocks): 380.1 0.3  
Read IO requests: 689.6 0.5  
Write IO requests: 115.0 0.1  
Read IO (MB): 60.3 0.0  
Write IO (MB): 3.0 0.0  
Global Cache blocks received: 2,058.4 1.5  
Global Cache blocks served: 2,031.7 1.5  
User calls: 4,677.3 3.4  
Parses (SQL): 751.7 0.6  
Hard parses (SQL): 231.4 0.2  
SQL Work Area (MB): 1.7 0.0  
Logons: 1.2 0.0  
Executes (SQL): 2,217.5 1.6  
Rollbacks: 0.5 0.0  
Transactions: 1,363.7   
通过这儿的数据,可以分析出该数据库的业务类型是OLTP还是OLAP(例如每秒事务数)。这儿的数据,单独来看,无法判断出性能的好坏,需要一个基线来做对比。另外,这儿的数据也可以用来回答一些被客户经常问到的问题:每秒事务数,事务回滚数,每秒执行了多少SQL语句,一个事务包含了多少SQL语句,每秒产生的日志量,每个事务产生的平均日志量等。
通过这儿的数据,我们进一步可以分析出,在该时间跨度,数据库是在做提交非常频繁且每个事务都非常小的密集提交型操作还是提交不频繁的处理大任务事件的操作,亦或该时段 DML 很少,以查询为主。

Instance Efficiency Percentages (Target 100%)

Buffer Nowait %: 99.28Redo NoWait %: 100.00
Buffer Hit %: 99.86In-memory Sort %: 100.00
Library Hit %: 82.91Soft Parse %: 69.22
Execute to Parse %: 66.10Latch Hit %: 99.75
Parse CPU to Parse Elapsd %: 76.01% Non-Parse CPU: 80.56
OLTP应该关注一下部分内容,OLAP可以忽略。
Execute to Parse 表示执行次数与解析次数的比例。理想的情况是解析一次,执行多次。
对于 OLTP 数据库来说,如果 Soft Parse 低于 95%,应当引起注意,表示存在未使用绑定变量的情况。

Top 10 Foreground Events by Total Wait Time

EventWaitsTotal Wait Time (sec)Wait Avg(ms)% DB timeWait Class
DB CPU 9198.9 27.7 
log file sync4,919,6967923223.8Commit
gc buffer busy release1,196,4804974.5415.0Cluster
gc buffer busy acquire2,319,0563872211.7Cluster
gc current block busy1,697,2133556.9210.7Cluster
enq: TX - index contention493,0481198.423.6Concurrency
gc current block 2-way4,547,6161187.803.6Cluster
buffer busy waits1,082,216661.612.0Concurrency
db file sequential read795,56832401.0User I/O
gc cr block 2-way1,058,529292.50.9Cluster
分析靠前的等待事件,解决之。

Wait Classes by Total Wait Time

Wait ClassWaitsTotal Wait Time (sec)Avg Wait (ms)% DB timeAvg Active Sessions
Cluster11,958,01514,324143.14.0
DB CPU 9,199 27.72.5
Commit4,919,6987,923223.82.2
System I/O3,507,8012,47017.40.7
Other6,390,8902,26106.80.6
Concurrency1,810,0551,90615.70.5
Administrative109,07589182.70.2
User I/O1,362,05953601.60.1
Network17,470,2971850.60.1
Configuration5,009133.00.0
Application6,15920.00.0

Host CPU

CPUsCoresSocketsLoad Average BeginLoad Average End%User%System%WIO%Idle
80 40 4 2.45 4.77 3.6 2.5 0.0 93.6
从主机视角来看,CPU 资源的使用情况。

Instance CPU

%Total CPU%Busy CPU%DB time waiting for CPU (Resource Manager)
4.4 68.8 0.0
从数据库视角来看, CPU 资源的使用情况。

IO Profile

Read+Write Per SecondRead per SecondWrite Per Second
Total Requests: 3,039.8 726.2 2,313.6
Database Requests: 804.6 689.6 115.0
Optimized Requests: 0.0 0.0 0.0
Redo Requests: 2,198.5 6.9 2,191.6
Total (MB): 88.1 73.7 14.5
Database (MB): 63.3 60.3 3.0
Optimized Total (MB): 0.0 0.0 0.0
Redo (MB): 11.4 3.8 7.6
Database (blocks): 8,103.4 7,723.3 380.1
Via Buffer Cache (blocks): 599.5 219.7 379.8
Direct (blocks): 7,503.9 7,503.6 0.3

Memory Statistics

BeginEnd
Host Mem (MB): 258,277.0 258,277.0
SGA use (MB): 77,568.0 77,568.0
PGA use (MB): 1,662.1 1,624.7
% Host Mem used for SGA+PGA: 30.68 30.66
通过 begin 和 end 值的比较,可以初步判断内存是否抖动

Cache Sizes

BeginEnd
Buffer Cache: 46,848M 46,848MStd Block Size: 8K
Shared Pool Size: 24,802M 24,803MLog Buffer: 167,468K
通过 begin 和 end 值的比较,可以初步判断内存是否抖动

Shared Pool Statistics

BeginEnd
Memory Usage %: 81.99 81.77
% SQL with executions>1: 67.67 68.07
% Memory for SQL w/exec>1: 74.16 74.29

Main Report

RAC Statistics


Back to Top

Wait Events Statistics

Back to Top

Time Model Statistics

Statistic NameTime (s)% of DB Time
sql execute elapsed time21,586.9064.98
DB CPU9,198.9427.69
parse time elapsed2,375.767.15
hard parse elapsed time1,995.246.01
RMAN cpu time (backup/restore)114.270.34
connection management call elapsed time23.590.07
sequence load elapsed time10.240.03
PL/SQL execution elapsed time4.000.01
repeated bind elapsed time1.150.00
hard parse (sharing criteria) elapsed time0.240.00
PL/SQL compilation elapsed time0.130.00
failed parse elapsed time0.040.00
inbound PL/SQL rpc elapsed time0.010.00
hard parse (bind mismatch) elapsed time0.010.00
DB time33,222.93 
background elapsed time7,689.68 
background cpu time3,470.58 


Back to Wait Events Statistics
Back to Top

Operating System Statistics

StatisticValueEnd Value
BUSY_TIME1,841,087 
IDLE_TIME26,763,819 
IOWAIT_TIME137 
NICE_TIME3,756 
SYS_TIME722,426 
USER_TIME1,039,503 
LOAD25
RSRC_MGR_CPU_WAIT_TIME0 
PHYSICAL_MEMORY_BYTES270,823,063,552 
NUM_CPUS80 
NUM_CPU_CORES40 
NUM_CPU_SOCKETS4 
GLOBAL_RECEIVE_SIZE_MAX4,194,304 
GLOBAL_SEND_SIZE_MAX1,048,576 
TCP_RECEIVE_SIZE_DEFAULT87,380 
TCP_RECEIVE_SIZE_MAX4,194,304 
TCP_RECEIVE_SIZE_MIN4,096 
TCP_SEND_SIZE_DEFAULT16,384 
TCP_SEND_SIZE_MAX4,194,304 
TCP_SEND_SIZE_MIN4,096 


Back to Wait Events Statistics
Back to Top

Operating System Statistics - Detail

Snap TimeLoad%busy%user%sys%idle%iowait
16-Dec 14:00:262.45     
16-Dec 15:00:364.776.443.632.5393.560.00


Back to Wait Events Statistics
Back to Top

Foreground Wait Class

Wait ClassWaits%Time -outsTotal Wait Time (s)Avg wait (ms)%DB time
Cluster11,955,132014,323143.11
DB CPU  9,199 27.69
Commit4,919,69607,923223.85
Concurrency1,736,54401,90315.73
User I/O1,360,155053501.61
Other1,516,9068620300.61
System I/O53,49003210.10
Network14,650,97002300.07
Configuration4,88121330.04
Application6,1180200.01
Administrative200330.00


Back to Wait Events Statistics
Back to Top

Foreground Wait Events

EventWaits%Time -outsTotal Wait Time (s)Avg wait (ms)Waits /txn% DB time
log file sync4,919,69607,92321.0023.85
gc buffer busy release1,196,48004,97440.2414.97
gc buffer busy acquire2,319,05603,87220.4711.65
gc current block busy1,697,21303,55720.3410.71
enq: TX - index contention493,04801,19820.103.61
gc current block 2-way4,547,61601,18800.923.58
buffer busy waits1,082,216066210.221.99
db file sequential read795,568032400.160.98
gc cr block 2-way1,058,529029200.210.88
direct path read521,347020100.110.60
gc current grant busy306,522014300.060.43
gcs enter server mode19099965070.000.29
gc cr block busy44,98907920.010.24
gc cr grant 2-way345,24507400.070.22
gc current grant 2-way277,26205500.060.16
gc current split59,57005310.010.16
log switch/archive410040100030.000.12
latch: ges resource hash list135,56903200.030.10
control file sequential read53,02303210.010.10
gc current block congested65,98102100.010.06
library cache: mutex X18,25501910.000.06
SQL*Net message to client14,203,85401602.880.05
ges enter server mode8881417500.000.04
latch: cache buffers chains115,28701300.020.04
buffer deadlock1,292,6491001100.260.03
read by other session20,86201000.000.03
log file switch completion42708200.000.03
SQL*Net more data to client407,9060700.080.02
gc cr block congested14,6020500.000.01
gc current multi block request8,2930410.000.01
enq: FB - contention12,2790400.000.01
row cache lock5,2900310.000.01
cursor: pin S wait on X1,0220330.000.01
enq: SQ - contention2,6130310.000.01
cursor: pin S6570240.000.01
gc remaster10220000.000.01
latch: shared pool18,1790200.000.00
SQL*Net break/reset to client6,0520200.000.00
gc current retry4,9720100.000.00
gc cr grant congested4,7780100.000.00
gc current grant congested3,8350100.000.00
enq: TX - allocate ITL entry1,6670100.000.00
latch: enqueue hash chains6,2600100.000.00
kksfbc child completion141001510.000.00
log file sequential read3260120.000.00
ADR block file read5,0320100.000.00
latch free5,6430100.000.00
latch: gc element9,1960000.000.00
KJC: Wait for msg sends to complete13,4660000.000.00
global enqueue expand wait12,0910000.000.00
SQL*Net more data from client39,2100000.010.00
undo segment extension80100050.000.00
IPC send completion sync1,5200000.000.00
latch: redo allocation2,4870000.000.00
latch: row cache objects2,2360000.000.00
Disk file operations I/O22,3070000.000.00
enq: KO - fast object checkpoint640030.000.00
enq: PS - contention4604000.000.00
wait list latch free1320010.000.00
library cache lock1833010.000.00
reliable message1830010.000.00
control file parallel write1180010.000.00
PX Deq: Slave Session Stats6000000.000.00
enq: HW - contention9415010.000.00
lock deadlock retry11,383100000.000.00
PX Deq: reap credit6,174100000.000.00
library cache pin1500000.000.00
switch logfile command200330.000.00
CSS initialization90060.000.00
direct path write710010.000.00
gc cr disk read1580000.000.00
latch: gcs resource hash2840000.000.00
Log archive I/O230020.000.00
latch: messages2200000.000.00
library cache load lock120020.000.00
latch: cache buffers lru chain1890000.000.00
PX Deq: Signal ACK RSG1570000.000.00
ges inquiry response400000.000.00
CSS operation: action90010.000.00
cursor: mutex X70020.000.00
enq: IV - contention1811010.000.00
enq: TX - contention70010.000.00
PX Deq: Signal ACK EXT1620000.000.00
gc cr multi block request160010.000.00
latch: object queue header operation790000.000.00
lock escalate retry290100000.000.00
latch: undo global data550000.000.00
DFS lock handle80010.000.00
gc cr failure140000.000.00
enq: CF - contention130000.000.00
enq: TT - contention120000.000.00
latch: session allocation70000.000.00
SQL*Net message from client14,203,8500403,705282.88 
jobq slave wait2401001205010.00 
PX Deq: Execution Msg1,7520210.00 
PX Deq: Execute Reply4420130.00 
PX Deq: Join ACK1620020.00 
PX Deq: Parse Reply1620010.00 
PX Deq Credit: send blkd1210000.00 


Back to Wait Events Statistics
Back to Top

Background Wait Events

EventWaits%Time -outsTotal Wait Time (s)Avg wait (ms)Waits /txn% bg time
gcs log flush sync4,440,26102,03300.9026.44
log file parallel write2,840,49801,92010.5824.96
Backup: MML write backup piece108,901069760.029.07
db file parallel write323,537043410.075.65
LNS wait on SENDREQ2,806,507016200.572.11
Backup: MML create a backup piece19013972940.001.80
Backup: MML commit backup piece2105224870.000.68
log file sequential read20,45504120.000.53
db file async I/O submit238,20702100.050.28
control file sequential read24,00501510.000.19
Streams AQ: qmn coordinator waiting for slave to start21001155640.000.14
LGWR wait for redo copy162,4340700.030.09
control file parallel write5,9450510.000.07
Backup: MML query backup piece2102960.000.03
reliable message2,0820210.000.02
Disk file operations I/O1,2120110.000.02
Log archive I/O9540110.000.01
row cache process92,7790100.020.01
control file single write3670130.000.01
row cache lock4,0620100.000.01
latch: cache buffers chains15,8360100.000.01
latch: gc element14,8190100.000.01
os thread startup2201320.000.01
enq: CF - contention39682120.000.01
gc cr block 2-way1,7900000.000.01
latch: redo allocation3,4870000.000.01
DFS lock handle1,218100000.000.01
ksxr poll remote instances44,946100000.010.01
Backup: MML initialization2000210.000.01
CGS wait for IPC msg31,029100000.010.01
latch free1,8430000.000.00
latch: ges resource hash list1,9990000.000.00
db file sequential read6670000.000.00
latch: gcs resource hash1,7930000.000.00
row cache cleanup65,9080000.010.00
CSS operation: action900020.000.00
gc current block 2-way4810000.000.00
gc buffer busy acquire200630.000.00
enq: TM - contention1001130.000.00
gc cr block busy660020.000.00
CSS initialization160050.000.00
library cache lock2411000.000.00
library cache pin2570000.000.00
log file single write760010.000.00
gc current grant 2-way2700000.000.00
latch: messages2880000.000.00
buffer busy waits6680000.000.00
direct path write220020.000.00
PX Deq: reap credit3,832100000.000.00
RMAN backup & recovery I/O1350000.000.00
asynch descriptor resize3,877100000.000.00
gc cr grant 2-way1500000.000.00
SQL*Net message to client12,8340000.000.00
libcache interrupt action by LCK52,2050000.010.00
gc current grant busy780000.000.00
latch: redo writing1250000.000.00
ADR block file read460000.000.00
latch: object queue header operation860000.000.00
latch: cache buffers lru chain640000.000.00
ges inquiry response400000.000.00
global enqueue expand wait1750000.000.00
library cache: mutex X2030000.000.00
latch: enqueue hash chains1010000.000.00
enq: PS - contention2450000.000.00
wait list latch free100010.000.00
enq: TT - contention2588000.000.00
enq: KO - fast object checkpoint390000.000.00
Backup: MML shutdown200000.000.00
enq: US - contention250000.000.00
latch: call allocation1620000.000.00
gc cr block congested190000.000.00
enq: WL - contention17100000.000.00
latch: checkpoint queue latch280000.000.00
enq: WF - contention160000.000.00
gc current multi block request120000.000.00
enq: TA - contention140000.000.00
enq: IV - contention150000.000.00
latch: shared pool480000.000.00
enq: FB - contention100000.000.00
gc buffer busy release10030.000.00
enq: RS - prevent file delete7100000.000.00
enq: TD - KTF dump entries80000.000.00
Backup: MML command to channel200000.000.00
gc current block congested100000.000.00
ARCH wait for archivelog lock260000.000.00
gc current block busy30010.000.00
ADR block file write240000.000.00
PX Deq: Signal ACK RSG180000.000.00
enq: SM - contention80000.000.00
PX Deq: Signal ACK EXT180000.000.00
ADR file lock440000.000.00
gc cr grant congested50000.000.00
PX Deq: Slave Session Stats180000.000.00
IPC send completion sync120000.000.00
rdbms ipc message2,272,1133123,067540.46 
Streams AQ: qmn slave idle wait1,829013,23772370.00 
gcs remote message13,280,339011,30112.70 
PX Idle Wait43807,215164720.00 
DIAG idle wait54,030737,1671330.01 
Space Manager: slave idle wait850994,21449570.00 
shared server idle wait1211003,631300100.00 
smon timer18543,620195680.00 
PING1,341213,61826980.00 
GCR sleep7221003,61050010.00 
pmon timer1,210993,60629800.00 
dispatcher timer601003,601600100.00 
Streams AQ: qmn coordinator idle wait1,074463,59733490.00 
ges remote message675,87523,56650.14 
LNS ASYNC end of log2,823,04503,32310.57 
SQL*Net message from client16,6870887530.00 
class slave wait190300157710.00 
PX Deq: Join ACK180020.00 
Streams AQ: RAC qmn coordinator idle wait1,179100000.00 
PX Deq: Parse Reply180010.00 
KSV master wait2,182100000.00 
PX Deq: Execute Reply180000.00 


Back to Wait Events Statistics
Back to Top

Wait Event Histogram

  % of Waits
EventTotal Waits <1ms <2ms <4ms <8ms<16ms<32ms <=1s >1s
ADR block file read507899.4.1.1.4.0.0  
ADR block file write24100.0       
ADR file lock44100.0       
ARCH wait for archivelog lock28100.0       
Backup: MML command to channel20100.0       
Backup: MML commit backup piece22      13.686.4
Backup: MML create a backup piece19       100.0
Backup: MML extended initialization20100.0       
Backup: MML initialization2020.0   15.055.010.0 
Backup: MML query backup piece22      100.0 
Backup: MML shutdown20100.0       
Backup: MML write backup piece108.5K 1.46.982.59.2.0  
CGS wait for IPC msg31K100.0       
CSS initialization25  16.084.0    
CSS operation: action9928.361.610.1     
DFS lock handle122698.01.8.2     
Disk file operations I/O23.5K99.4.2.1.1.2.1.0 
IPC send completion sync153298.81.2      
KJC: Wait for msg sends to complete13.5K100.0.0.0     
LGWR wait for redo copy162.4K99.9.1.0     
LNS wait on SENDREQ2806.6K100.0.0.0.0.0 .0 
Log archive I/O97760.326.49.53.1.7   
PX Deq: Signal ACK EXT180100.0       
PX Deq: Signal ACK RSG17598.31.7      
PX Deq: Slave Session Stats61899.5.5      
PX Deq: reap credit10K100.0.0      
RMAN backup & recovery I/O12994.64.7.8     
SQL*Net break/reset to client605895.44.1.4.0.0   
SQL*Net message to client14.2M100.0.0.0     
SQL*Net more data from client39.2K100.0.0   .0  
SQL*Net more data to client406.8K100.0.0      
Streams AQ: qmn coordinator waiting for slave to start2       100.0
asynch descriptor resize3873100.0       
buffer busy waits1082.8K93.03.11.61.1.8.2.1.0
buffer deadlock1293.6K100.0.0.0     
control file parallel write607581.513.03.71.1.7.1  
control file sequential read77.1K85.78.54.7.9.2.0  
control file single write36715.56.368.110.1    
cursor: mutex S2100.0       
cursor: mutex X785.7   14.3   
cursor: pin S65763.61.1  35.3   
cursor: pin S wait on X1022.333.450.84.810.6.2  
db file async I/O submit238.4K99.8.1.1.0.0.0.0 
db file parallel write323.8K46.734.914.43.6.4.1.0 
db file scattered read1100.0       
db file sequential read796.1K94.83.11.8.3.0.0  
direct path read521.3K92.64.03.1.3.0   
direct path write9373.18.612.95.4    
enq: AE - lock1100.0       
enq: AF - task serialization1100.0       
enq: CF - contention40997.6.5.2  .51.2 
enq: CR - block range reuse ckpt2100.0       
enq: FB - contention12.3K99.3.6.0.0    
enq: HW - contention9778.47.212.4 1.01.0  
enq: IV - contention33100.0       
enq: JS - job run lock - synchronize2100.0       
enq: KO - fast object checkpoint10581.0 1.910.53.82.9  
enq: MW - contention2100.0       
enq: PS - contention48499.6.4      
enq: PW - flush prewarm buffers1100.0       
enq: RS - prevent file delete7100.0       
enq: SM - contention8100.0       
enq: SQ - contention261452.037.010.6.3.1   
enq: SR - contention1100.0       
enq: TA - contention14100.0       
enq: TD - KTF dump entries8100.0       
enq: TM - contention1      100.0 
enq: TT - contention37100.0       
enq: TX - allocate ITL entry166695.71.61.6.8.2.1  
enq: TX - contention728.657.114.3     
enq: TX - index contention492.9K59.316.513.87.52.0.5.4 
enq: TX - row lock contention2100.0       
enq: US - contention25100.0       
enq: WF - contention16100.0       
enq: WL - contention1994.75.3      
gc buffer busy acquire2317.5K66.616.611.83.7.8.2.2 
gc buffer busy release1195.1K32.317.623.818.95.41.3.7 
gc cr block 2-way1059.9K99.5.5.0.0.0.0.0 
gc cr block busy45K37.337.319.64.6.8.3.0 
gc cr block congested14.6K99.2.7.1.0    
gc cr disk read16098.81.3      
gc cr failure14100.0       
gc cr grant 2-way345.3K99.4.6.0.0.0   
gc cr grant congested478199.1.8.0.0    
gc cr multi block request1788.211.8      
gc current block 2-way4546.3K99.6.4.0.0.0.0.0 
gc current block busy1697.1K27.436.427.28.0.8.2.0 
gc current block congested66K99.2.7.1.0.0.0  
gc current grant 2-way277.6K99.7.3.0.0.0.0  
gc current grant busy306.6K94.43.01.7.7.1.0.0 
gc current grant congested383999.5.5.1.0    
gc current multi block request830898.11.9.0  .0  
gc current retry497596.81.91.0.2.0   
gc current split59.6K81.311.24.81.9.6.1.0 
gc remaster1       100.0
gcs enter server mode1901.1     98.9 
gcs log flush sync4440.8K90.56.92.4.2.0.0.0 
ges enter server mode812.5      87.5
ges inquiry response81100.0       
global enqueue expand wait12.3K99.9.1      
kksfbc child completion14      100.0 
ksxr poll remote instances45K100.0       
latch free748799.4.5 .1    
latch: active service list12100.0       
latch: cache buffers chains131K99.5.5.0     
latch: cache buffers lru chain25399.2.8      
latch: call allocation162100.0       
latch: checkpoint queue latch2896.43.6      
latch: enqueue hash chains636499.4.6      
latch: gc element24K99.9.1 .0    
latch: gcs resource hash207699.8.2      
latch: ges resource hash list137.6K97.42.5.1     
latch: messages50899.01.0      
latch: object queue header operation16598.81.2      
latch: redo allocation597399.6.4      
latch: redo writing125100.0       
latch: row cache objects224799.5.4.0     
latch: session allocation7100.0       
latch: shared pool18.2K99.4.3.2.1.0   
latch: undo global data56100.0       
libcache interrupt action by LCK52.3K100.0       
library cache load lock1283.3  8.38.3   
library cache lock42391.05.03.5.2.2   
library cache pin40598.3.7.5.2.2   
library cache: mutex X18.5K90.5.1  9.2.2  
lock deadlock retry11.4K100.0.0      
lock escalate retry291100.0       
log file parallel write2840.6K85.38.85.6.4.0.0.0 
log file sequential read20.8K22.335.737.04.9.2.0  
log file single write7689.59.21.3     
log file switch completion4261.23.13.36.123.753.88.9 
log file sync4913.7K43.831.919.34.5.4.1.0 
log switch/archive4       100.0
os thread startup22     36.463.6 
read by other session20.9K90.45.22.91.1.3.1.0 
reliable message226487.17.94.6.4    
row cache cleanup66K100.0.0.0.0    
row cache lock935093.26.7.1.0.0   
row cache process92.8K100.0.0      
switch logfile command2     50.050.0 
undo segment extension8061.3   30.08.8  
wait list latch free1436.393.7      
DIAG idle wait54K25.6.1.0.03.36.964.1 
GCR sleep722       100.0
KSV master wait2184100.0       
LNS ASYNC end of log2823.1K63.521.512.52.3.2.0.0 
PING134178.9      21.1
PX Deq Credit: need buffer1100.0       
PX Deq Credit: send blkd121100.0       
PX Deq: Execute Reply46051.18.515.218.96.3   
PX Deq: Execution Msg175289.67.11.4.9.5.4.3 
PX Deq: Join ACK18041.145.012.2 .6 1.1 
PX Deq: Parse Reply18086.711.11.1 .6.6  
PX Idle Wait43815.330.16.82.33.45.315.521.2
SQL*Net message from client14.2M64.315.87.94.12.61.93.2.3
Space Manager: slave idle wait849.1    .1.499.4
Streams AQ: RAC qmn coordinator idle wait1179100.0       
Streams AQ: qmn coordinator idle wait107453.3 .1.1.2  46.4
Streams AQ: qmn slave idle wait1816       100.0
class slave wait1994.7      5.3
dispatcher timer60       100.0
gcs remote message13.3M73.216.38.32.0.2.0.0 
ges remote message676.1K59.211.08.96.55.24.64.6 
jobq slave wait240      100.0 
pmon timer1211.2     .599.3
rdbms ipc message2271.9K80.69.05.11.0.3.22.61.1
shared server idle wait120       100.0
smon timer184     .535.364.1


Back to Wait Events Statistics
Back to Top

Wait Event Histogram Detail (64 msec to 2 sec)

  % of Total Waits
EventWaits 64ms to 2s<32ms<64ms<1/8s<1/4s<1/2s <1s <2s>=2s
Backup: MML commit backup piece12     13.640.945.5
Backup: MML initialization290.010.0      
Backup: MML query backup piece22  90.99.1    
Disk file operations I/O1100.0.0      
LNS wait on SENDREQ3100.0.0.0     
buffer busy waits71999.9.0.0.0.0.0.0 
db file async I/O submit1100.0.0      
db file parallel write16100.0.0      
enq: CF - contention598.8.5.5.2    
enq: TM - contention1  100.0     
enq: TX - index contention191599.6.1.0.1.1   
gc buffer busy acquire463999.8.0.0.0.1.0  
gc buffer busy release870799.3.4.1.1.2.0  
gc cr block 2-way4100.0.0      
gc cr block busy16100.0.0      
gc current block 2-way2100.0.0      
gc current block busy668100.0.0.0.0.0   
gc current grant busy77100.0.0.0.0.0   
gc current split21100.0.0.0.0.0   
gc remaster1      100.0 
gcs enter server mode1881.1   98.9   
gcs log flush sync6100.0.0      
ges enter server mode712.5     87.5 
kksfbc child completion14 100.0      
log file parallel write26100.0.0      
log file switch completion3891.18.9      
log file sync744100.0.0.0     
os thread startup1436.463.6      
read by other session3100.0.0  .0   
switch logfile command150.050.0      


Back to Wait Events Statistics
Back to Top

Wait Event Histogram Detail (4 sec to 2 min)

  % of Total Waits
EventWaits 4s to 2m<2s <4s <8s<16s<32s< 1m< 2m>=2m
Backup: MML commit backup piece1054.540.94.5     
Backup: MML create a backup piece19  89.510.5    
Streams AQ: qmn coordinator waiting for slave to start2  100.0     
log switch/archive4   100.0    


Back to Wait Events Statistics
Back to Top

Wait Event Histogram Detail (4 min to 1 hr)

No data exists for this section of the report.

Back to Wait Events Statistics
Back to Top

Service Statistics

Service NameDB Time (s)DB CPU (s)Physical Reads (K)Logical Reads (K)
cydb33,0309,03327,882582,767
SYS$USERS1901661555
SYS$BACKGROUND0011,107
SYS.SCHEDULER$_EVENT_QUEUE0000
cydbXDB0000


Back to Wait Events Statistics
Back to Top

Service Wait Class Stats

Service NameUser I/O Total WtsUser I/O Wt TimeConcurcy Total WtsConcurcy Wt TimeAdmin Total WtsAdmin Wt TimeNetwork Total WtsNetwork Wt Time
cydb 135225653317352501903001460968623
SYS$USERS 8348212690109093891423280
SYS$BACKGROUND 14721734393002806486162


Back to Wait Events Statistics
Back to Top

SQL Statistics

Back to Top

SQL ordered by Elapsed Time

Elapsed Time (s)Executions Elapsed Time per Exec (s) %Total%CPU%IO SQL IdSQL ModuleSQL Text
5,009.631,097,4300.0015.0813.580.0460rsjr56rbk28 JDBC Thin Client insert into rcvreq( ID, SVCSRL...
4,888.271,098,2450.0014.7113.380.051vc7mynra0qbv JDBC Thin Client insert into reqres( ID, SVCSRL...
4,463.57968,7800.0013.4413.080.09g5pqwnf9nf816 JDBC Thin Client insert into sndreq( ID, REQSRL...
3,766.42967,7600.0011.3414.750.10abz06usyb2a0c JDBC Thin Client insert into rcvres( ID, SVCSRL...
207.29212,3350.000.6244.094.3116ckptc2haxr7   insert into ECC_SERVICE_LOG (C...
136.4223,1200.010.4132.6049.45amuwuh29bcc65   select * from (select ebo.orde...
130.74397,2820.000.3937.410.007c4wzfz6aks1b JDBC Thin Client update PRV_MONITOR_INFO set co...
127.182,8690.040.3831.9455.359z2jvwsdhu99w   select * from ( select ebo.ord...
100.841,6070.060.3031.2848.859g4z954b99aqy   select * from ( select * from ...
98.07397,2840.000.3036.150.00gq9sd8ffqp655 JDBC Thin Client SELECT * from PRV_MONITOR_INFO...


Back to SQL Statistics
Back to Top

SQL ordered by CPU Time

CPU Time (s)Executions CPU per Exec (s)%TotalElapsed Time (s)%CPU%IO SQL IdSQL ModuleSQL Text
680.471,097,4300.007.405,009.6313.580.0460rsjr56rbk28 JDBC Thin Client insert into rcvreq( ID, SVCSRL...
654.011,098,2450.007.114,888.2713.380.051vc7mynra0qbv JDBC Thin Client insert into reqres( ID, SVCSRL...
583.64968,7800.006.344,463.5713.080.09g5pqwnf9nf816 JDBC Thin Client insert into sndreq( ID, REQSRL...
555.73967,7600.006.043,766.4214.750.10abz06usyb2a0c JDBC Thin Client insert into rcvres( ID, SVCSRL...
91.40212,3350.000.99207.2944.094.3116ckptc2haxr7   insert into ECC_SERVICE_LOG (C...
60.2425,1390.000.6575.8079.480.0006f1k4f08asrm   select eccaccount0_.ACCT_AUTH_...
48.90397,2820.000.53130.7437.410.007c4wzfz6aks1b JDBC Thin Client update PRV_MONITOR_INFO set co...
44.4823,1200.000.48136.4232.6049.45amuwuh29bcc65   select * from (select ebo.orde...
40.622,8690.010.44127.1831.9455.359z2jvwsdhu99w   select * from ( select ebo.ord...
35.45397,2840.000.3998.0736.150.00gq9sd8ffqp655 JDBC Thin Client SELECT * from PRV_MONITOR_INFO...


Back to SQL Statistics
Back to Top

SQL ordered by User I/O Wait Time

User I/O Time (s)Executions UIO per Exec (s)%TotalElapsed Time (s)%CPU%IO SQL IdSQL ModuleSQL Text
70.402,8690.0213.13127.1831.9455.359z2jvwsdhu99w   select * from ( select ebo.ord...
67.4623,1200.0012.58136.4232.6049.45amuwuh29bcc65   select * from (select ebo.orde...
49.261,6070.039.19100.8431.2848.859g4z954b99aqy   select * from ( select * from ...
26.384,0200.014.9263.9833.0641.224q3s3g437rkys   select * from (select ebo.orde...
21.4315,2950.003.9968.7732.7931.1641q0v4dhrxvkg   select eccauthseq0_.CHAN_AUTH_...
14.512,5900.012.7141.2844.8935.167gjvwutsv9ddn   select * from ( select ebo.ord...
10.0815,4300.001.8845.0751.8222.374wu3ay3j3wbdv   insert into ECC_BASE_ORDER (BA...
8.93212,3350.001.66207.2944.094.3116ckptc2haxr7   insert into ECC_SERVICE_LOG (C...
5.9610,9220.001.1113.4535.5244.30csqpy9yyx11fy   select eccpayeeli0_.PAYEE_SEQ ...
5.0743,6360.000.9538.3253.9713.24g7gffa5dqdgpv   insert into ECC_ORDER_LOG (NEW...


Back to SQL Statistics
Back to Top

SQL ordered by Gets

Buffer Gets ExecutionsGets per Exec %TotalElapsed Time (s) %CPU %IO SQL IdSQL ModuleSQL Text
25,949,4541,097,43023.654.445,009.6313.6060rsjr56rbk28 JDBC Thin Client insert into rcvreq( ID, SVCSRL...
25,461,4271,098,24523.184.364,888.2713.401vc7mynra0qbv JDBC Thin Client insert into reqres( ID, SVCSRL...
22,610,863968,78023.343.874,463.5713.1.1g5pqwnf9nf816 JDBC Thin Client insert into sndreq( ID, REQSRL...
21,978,162967,76022.713.763,766.4214.8.1abz06usyb2a0c JDBC Thin Client insert into rcvres( ID, SVCSRL...
9,375,72925,139372.961.6075.8079.5006f1k4f08asrm   select eccaccount0_.ACCT_AUTH_...
3,786,147212,33517.830.65207.2944.14.316ckptc2haxr7   insert into ECC_SERVICE_LOG (C...
2,175,88715,295142.260.3768.7732.831.241q0v4dhrxvkg   select eccauthseq0_.CHAN_AUTH_...
2,007,307397,2825.050.34130.7437.407c4wzfz6aks1b JDBC Thin Client update PRV_MONITOR_INFO set co...
1,598,093397,2844.020.2798.0736.20gq9sd8ffqp655 JDBC Thin Client SELECT * from PRV_MONITOR_INFO...
1,530,73012,459122.860.2620.56530avwynfhqzsxwv   select eccauthseq0_.CHAN_AUTH_...


Back to SQL Statistics
Back to Top

SQL ordered by Reads

Physical ReadsExecutionsReads per Exec %TotalElapsed Time (s)%CPU%IO SQL IdSQL ModuleSQL Text
174,2142,86960.720.62127.1831.9455.359z2jvwsdhu99w   select * from ( select ebo.ord...
170,27623,1207.360.61136.4232.6049.45amuwuh29bcc65   select * from (select ebo.orde...
128,2421,60779.800.46100.8431.2848.859g4z954b99aqy   select * from ( select * from ...
71,3974,02017.760.2663.9833.0641.224q3s3g437rkys   select * from (select ebo.orde...
48,42815,2953.170.1768.7732.7931.1641q0v4dhrxvkg   select eccauthseq0_.CHAN_AUTH_...
38,4032,59014.830.1441.2844.8935.167gjvwutsv9ddn   select * from ( select ebo.ord...
22,12415,4301.430.0845.0751.8222.374wu3ay3j3wbdv   insert into ECC_BASE_ORDER (BA...
17,462212,3350.080.06207.2944.094.3116ckptc2haxr7   insert into ECC_SERVICE_LOG (C...
12,41610,9221.140.0413.4535.5244.30csqpy9yyx11fy   select eccpayeeli0_.PAYEE_SEQ ...
9,66443,6360.220.0338.3253.9713.24g7gffa5dqdgpv   insert into ECC_ORDER_LOG (NEW...


Back to SQL Statistics
Back to Top

SQL ordered by Physical Reads (UnOptimized)

UnOptimized Read ReqsPhysical Read ReqsExecutionsUnOptimized Reqs per Exec%Opt%Total SQL IdSQL ModuleSQL Text
174,214174,2142,86960.720.007.009z2jvwsdhu99w   select * from ( select ebo.ord...
170,276170,27623,1207.360.006.84amuwuh29bcc65   select * from (select ebo.orde...
128,242128,2421,60779.800.005.159g4z954b99aqy   select * from ( select * from ...
71,39771,3974,02017.760.002.874q3s3g437rkys   select * from (select ebo.orde...
48,42848,42815,2953.170.001.9541q0v4dhrxvkg   select eccauthseq0_.CHAN_AUTH_...
38,40338,4032,59014.830.001.547gjvwutsv9ddn   select * from ( select ebo.ord...
22,09122,09115,4301.430.000.894wu3ay3j3wbdv   insert into ECC_BASE_ORDER (BA...
17,46317,463212,3350.080.000.7016ckptc2haxr7   insert into ECC_SERVICE_LOG (C...
12,66012,66060211.000.000.514njydwxfq93k0 SQL*Plus select to_char((active_undo/to...
12,41612,41610,9221.140.000.50csqpy9yyx11fy   select eccpayeeli0_.PAYEE_SEQ ...


Back to SQL Statistics
Back to Top

SQL ordered by Executions

Executions Rows ProcessedRows per ExecElapsed Time (s) %CPU %IO SQL IdSQL ModuleSQL Text
1,098,2451,098,2651.004,888.2713.401vc7mynra0qbv JDBC Thin Client insert into reqres( ID, SVCSRL...
1,097,4301,094,8311.005,009.6313.6060rsjr56rbk28 JDBC Thin Client insert into rcvreq( ID, SVCSRL...
968,780968,7781.004,463.5713.1.1g5pqwnf9nf816 JDBC Thin Client insert into sndreq( ID, REQSRL...
967,760967,7731.003,766.4214.8.1abz06usyb2a0c JDBC Thin Client insert into rcvres( ID, SVCSRL...
397,284397,2771.0098.0736.20gq9sd8ffqp655 JDBC Thin Client SELECT * from PRV_MONITOR_INFO...
397,282397,2811.00130.7437.407c4wzfz6aks1b JDBC Thin Client update PRV_MONITOR_INFO set co...
212,335212,3321.00207.2944.14.316ckptc2haxr7   insert into ECC_SERVICE_LOG (C...
212,33400.0049.4620.509yt2rgdf155nr   select eccservice0_.ECC_SERVIC...
120,651120,6511.0040.5137.803z40sf3yhppjr JDBC Thin Client update CSM_MONITOR_INFO set co...
120,651120,6511.0028.6540.50atqyrxmf2swga JDBC Thin Client SELECT * from CSM_MONITOR_INFO...


Back to SQL Statistics
Back to Top

SQL ordered by Parse Calls

Parse CallsExecutions % Total Parses SQL IdSQL ModuleSQL Text
212,328212,3347.829yt2rgdf155nr   select eccservice0_.ECC_SERVIC...
212,327212,3357.8216ckptc2haxr7   insert into ECC_SERVICE_LOG (C...
60,24460,2462.2268zrg4s7s50c2   select eccorderex0_.SEQ_NO as ...
44,09544,0961.625arz42cptu84j   select eccbaseord0_.ORDER_NO a...
43,63643,6361.61g7gffa5dqdgpv   insert into ECC_ORDER_LOG (NEW...
43,63543,6361.612xyvzr7zj6y4c   select eccorderlo0_.SEQ_NO as ...
36,13936,1401.33bgzkv85h3m3p7   select eccbizepar0_.SUB_CLASS_...
33,40333,4031.23gry4ujjkpvdyh   select eccauthseq0_.CHAN_AUTH_...
29,17829,1791.085667w6yswxatv   select Order_No, Create_Time, ...
28,33628,3371.049jw679r0aghnx   select eccbaseord0_.ORDER_NO a...


Back to SQL Statistics
Back to Top

SQL ordered by Sharable Memory

No data exists for this section of the report.

Back to SQL Statistics
Back to Top

SQL ordered by Version Count

Version Count Executions SQL IdSQL ModuleSQL Text
6415,4304wu3ay3j3wbdv   insert into ECC_BASE_ORDER (BA...
2524,778au9a3fwsp67wm   update ECC_BASE_ORDER set BASE...


Back to SQL Statistics
Back to Top

SQL ordered by Cluster Wait Time

Cluster Wait Time (s)Executions%TotalElapsed Time(s)%Clu%CPU%IO SQL IdSQL ModuleSQL Text
3,788.661,097,43026.455,009.6375.6313.580.0460rsjr56rbk28 JDBC Thin Client insert into rcvreq( ID, SVCSRL...
3,712.781,098,24525.924,888.2775.9513.380.051vc7mynra0qbv JDBC Thin Client insert into reqres( ID, SVCSRL...
3,424.40968,78023.914,463.5776.7213.080.09g5pqwnf9nf816 JDBC Thin Client insert into sndreq( ID, REQSRL...
2,823.23967,76019.713,766.4274.9614.750.10abz06usyb2a0c JDBC Thin Client insert into rcvres( ID, SVCSRL...
100.05212,3350.70207.2948.2744.094.3116ckptc2haxr7   insert into ECC_SERVICE_LOG (C...
52.52397,2840.3798.0753.5536.150.00gq9sd8ffqp655 JDBC Thin Client SELECT * from PRV_MONITOR_INFO...
49.55397,2820.35130.7437.9037.410.007c4wzfz6aks1b JDBC Thin Client update PRV_MONITOR_INFO set co...
38.4023,1200.27136.4228.1532.6049.45amuwuh29bcc65   select * from (select ebo.orde...
32.351,6070.23100.8432.0831.2848.859g4z954b99aqy   select * from ( select * from ...
31.452,8690.22127.1824.7331.9455.359z2jvwsdhu99w   select * from ( select ebo.ord...
26.90212,3340.1949.4654.3820.530.019yt2rgdf155nr   select eccservice0_.ECC_SERVIC...
22.564,0200.1663.9835.2633.0641.224q3s3g437rkys   select * from (select ebo.orde...
17.8215,2950.1268.7725.9132.7931.1641q0v4dhrxvkg   select eccauthseq0_.CHAN_AUTH_...
16.4124,7780.1145.4636.0960.158.69au9a3fwsp67wm   update ECC_BASE_ORDER set BASE...
15.3515,4300.1145.0734.0551.8222.374wu3ay3j3wbdv   insert into ECC_BASE_ORDER (BA...
15.24120,6510.1140.5137.6337.750.003z40sf3yhppjr JDBC Thin Client update CSM_MONITOR_INFO set co...
14.75120,6510.1028.6551.4740.490.00atqyrxmf2swga JDBC Thin Client SELECT * from CSM_MONITOR_INFO...
11.6943,6360.0838.3230.5153.9713.24g7gffa5dqdgpv   insert into ECC_ORDER_LOG (NEW...
11.032,5900.0841.2826.7244.8935.167gjvwutsv9ddn   select * from ( select ebo.ord...
8.9312,4590.0620.5643.4553.030.00avwynfhqzsxwv   select eccauthseq0_.CHAN_AUTH_...
6.544340.0512.0254.3945.729.01aucdbzprkg07d   select * from ( select count(*...
5.4920,8580.0416.6532.9959.527.01gx62tugc66qh5   insert into ECC_AUTH_SEQ_INFO ...
4.5144,0960.0312.1537.0830.500.785arz42cptu84j   select eccbaseord0_.ORDER_NO a...
4.4328,3370.0311.3539.0333.695.829jw679r0aghnx   select eccbaseord0_.ORDER_NO a...
4.2443,6360.039.1946.1926.050.002xyvzr7zj6y4c   select eccorderlo0_.SEQ_NO as ...
3.5233,4030.028.7140.4735.060.00gry4ujjkpvdyh   select eccauthseq0_.CHAN_AUTH_...
3.1510,9220.0213.4523.4635.5244.30csqpy9yyx11fy   select eccpayeeli0_.PAYEE_SEQ ...
2.7113,4850.029.3129.1359.504.41cpcsjn6cp83mg   insert into ECC_PAY_LOG (CHARG...
2.1012,5280.016.4932.3253.140.004tdp7p21v3105   update ECC_AUTH_SEQ_INFO set A...
1.9411,5710.014.3844.4433.270.051z084h3gy67v3   select eccbaseord0_.ORDER_NO a...
1.3913,4850.013.2742.4828.700.005wu6w9mzvbwz0   select eccpaylog0_.PAY_SEQ as ...
1.1960,2460.015.2522.7421.390.0068zrg4s7s50c2   select eccorderex0_.SEQ_NO as ...
0.965,4560.014.7420.2953.5811.04agh662drb6szz   insert into ECC_ORDER_EXTDATA ...
0.04600.0015.910.2373.410.014njydwxfq93k0 SQL*Plus select to_char((active_undo/to...
0.01220.005.270.1397.880.216qdm91ks29sjv   select * from ( select bb.*, n...


Back to SQL Statistics
Back to Top

Complete List of SQL Text

SQL IdSQL Text
07f1y4f08axrm这儿会打印出整个SQL语句,略……

Back to SQL Statistics
Back to Top

Instance Activity Statistics

Back to Top

Key Instance Activity Stats

StatisticTotalper Secondper Trans
db block changes60,740,32916,823.9512.34
execute count8,006,0602,217.531.63
gc cr block receive time37,20610.310.01
gc cr blocks received1,119,997310.220.23
gc current block receive time476,026131.850.10
gc current blocks received6,311,6371,748.211.28
logons cumulative4,3171.200.00
opened cursors cumulative2,772,500767.930.56
parse count (total)2,713,877751.690.55
parse time elapsed235,21665.150.05
physical reads27,883,8097,723.305.66
physical writes1,372,311380.100.28
redo size12,971,986,0363,593,001.572,634.73
session cursor cache hits384,376106.470.08
session logical reads584,427,784161,875.75118.70
user calls16,886,8054,677.333.43
user commits4,921,7751,363.241.00
user rollbacks1,6780.460.00
workarea executions - onepass00.000.00
workarea executions - optimal1,618,415448.270.33


Back to Instance Activity Statistics
Back to Top

Other Instance Activity Stats

StatisticTotalper Secondper Trans
ADG parselock X get attempts00.000.00
ADG parselock X get successes00.000.00
Batched IO (bound) vector count00.000.00
Batched IO (full) vector count00.000.00
Batched IO (space) vector count00.000.00
Batched IO block miss count6310.170.00
Batched IO buffer defrag count10.000.00
Batched IO double miss count90.000.00
Batched IO same unit count150.000.00
Batched IO single block count00.000.00
Batched IO slow jump count00.000.00
Batched IO vector block count1830.050.00
Batched IO vector read count90.000.00
Block Cleanout Optim referenced7,3532.040.00
CCursor + sql area evicted3180.090.00
CPU used by this session904,995250.670.18
CPU used when call started693,699192.140.14
CR blocks created10,9633.040.00
Cached Commit SCN referenced00.000.00
Commit SCN cached67,39218.670.01
DBWR checkpoint buffers written1,045,604289.610.21
DBWR checkpoints640.020.00
DBWR fusion writes242,19267.080.05
DBWR object drop buffers written00.000.00
DBWR tablespace checkpoint buffers written1,6510.460.00
DBWR thread checkpoint buffers written00.000.00
DBWR transaction table writes5,8191.610.00
DBWR undo block writes724,735200.740.15
DDL statements parallelized00.000.00
DFO trees parallelized980.030.00
Effective IO time200,634,70755,572.1240.75
HSC Heap Segment Block Changes5,014,7091,388.981.02
HSC IDL Compressed Blocks00.000.00
Heap Segment Array Inserts6,2071.720.00
LOB table id lookup cache misses00.000.00
Number of read IOs issued1,695,595469.650.34
PX local messages recv'd5080.140.00
PX local messages sent5080.140.00
PX remote messages recv'd1,0080.280.00
PX remote messages sent1,0280.280.00
Parallel operations not downgraded980.030.00
Requests to/from client14,203,7353,934.172.88
RowCR - row contention290.010.00
RowCR attempts1,2370.340.00
RowCR hits30,2848.390.01
SMON posted for instance recovery00.000.00
SMON posted for undo segment shrink1730.050.00
SQL*Net roundtrips to/from client14,204,4773,934.382.89
active txn count during cleanout3,366,636932.500.68
background checkpoints completed190.010.00
background checkpoints started190.010.00
background timeouts36,89410.220.01
branch node splits8310.230.00
buffer is not pinned count418,638,778115,955.2485.03
buffer is pinned count512,365,831141,915.91104.07
bytes received via SQL*Net from client3,862,569,0951,069,860.60784.52
bytes sent via SQL*Net to client4,875,382,9791,350,391.42990.24
bytes via SQL*Net vector from client00.000.00
calls to get snapshot scn: kcmgss13,291,0293,681.372.70
calls to kcmgas5,707,9271,580.991.16
calls to kcmgcs1,719,706476.330.35
cell physical IO interconnect bytes333,670,270,46492,420,528.5767,771.60
change write time39,53510.950.01
cleanout - number of ktugct calls1,180,896327.090.24
cleanouts and rollbacks - consistent read gets3,2760.910.00
cleanouts only - consistent read gets16,0984.460.00
cluster key scan block gets54,02814.960.01
cluster key scans53,39414.790.01
commit batch performed00.000.00
commit batch requested00.000.00
commit batch/immediate performed47,00713.020.01
commit batch/immediate requested47,00713.020.01
commit cleanout failures: block lost452,492125.330.09
commit cleanout failures: buffer being written610.020.00
commit cleanout failures: callback failure20,5185.680.00
commit cleanout failures: cannot pin408,342113.100.08
commit cleanouts22,974,5836,363.544.67
commit cleanouts successfully completed22,093,1706,119.404.49
commit immediate performed47,00713.020.01
commit immediate requested47,00713.020.01
commit txn count during cleanout7,251,1562,008.441.47
consistent changes178,10249.330.04
consistent gets486,247,075134,681.5098.76
consistent gets - examination25,140,6166,963.495.11
consistent gets direct27,088,3917,502.995.50
consistent gets from cache459,158,684127,178.5193.26
consistent gets from cache (fastpath)431,761,846119,590.0987.69
cursor authentications179,21549.640.04
data blocks consistent reads - undo records applied66,46618.410.01
db block gets98,180,66827,194.2419.94
db block gets direct2460.070.00
db block gets from cache98,180,42227,194.1719.94
db block gets from cache (fastpath)19,700,2465,456.614.00
deferred (CURRENT) block cleanout applications2,888,386800.030.59
dirty buffers inspected220,46861.070.04
enqueue conversions9,3702.600.00
enqueue deadlocks00.000.00
enqueue releases20,169,4535,586.574.10
enqueue requests20,169,4725,586.574.10
enqueue timeouts210.010.00
enqueue waits510,892141.510.10
exchange deadlocks1,455,792403.230.30
failed probes on index block reclamation10.000.00
file io service time00.000.00
frame signature mismatch00.000.00
free buffer inspected8,497,5462,353.661.73
free buffer requested9,262,6162,565.571.88
gc blocks compressed3,944,1921,092.470.80
gc blocks lost00.000.00
gc cr block flush time5,7461.590.00
gc cr blocks served1,015,656281.320.21
gc current block flush time271,47375.190.06
gc current block pin time19,4705.390.00
gc current blocks served6,319,4011,750.361.28
gc force cr disk read7720.210.00
gc kbytes saved9,739,1152,697.561.98
gc kbytes sent48,941,33013,555.859.94
gc local grants773,370214.210.16
gc read wait timeouts00.000.00
gc read waits520.010.00
gc remote grants1,071,218296.710.22
gcs messages sent14,499,5614,016.112.94
ges messages sent540,392149.680.11
global enqueue get time144,78440.100.03
global enqueue gets async9,5152.640.00
global enqueue gets sync12,031,9773,332.642.44
global enqueue releases12,026,8373,331.212.44
heap block compress12,7813.540.00
hot buffers moved to head of LRU1,543,555427.540.31
immediate (CR) block cleanout applications19,3775.370.00
immediate (CURRENT) block cleanout applications711,735197.140.14
index crx upgrade (positioned)5420.150.00
index crx upgrade (prefetch)00.000.00
index fast full scans (full)2,2210.620.00
index fetch by key2,217,796614.290.45
index scans kdiixs14,390,1511,215.990.89
leaf node 90-10 splits33,5259.290.01
leaf node splits159,97144.310.03
lob reads1640.050.00
lob writes40,49711.220.01
lob writes unaligned40,38611.190.01
logical read bytes from cache4,554,371,760,1281,261,477,220.51925,036.10
max cf enq hold time7200.200.00
messages received3,244,936898.790.66
messages sent3,244,937898.790.66
min active SCN optimization applied on CR9590.270.00
no buffer to keep pinned count00.000.00
no work - consistent read gets459,473,774127,265.7993.32
non-idle wait count72,855,81520,179.7214.80
parse count (describe)00.000.00
parse count (failures)40.000.00
parse count (hard)835,357231.380.17
parse time cpu178,79649.520.04
physical read IO requests2,489,662689.590.51
physical read bytes228,424,163,32863,269,292.4146,395.11
physical read total IO requests2,621,812726.190.53
physical read total bytes278,924,170,75277,256,865.7556,652.14
physical read total multi block requests1,735,652480.740.35
physical reads cache793,170219.690.16
physical reads cache prefetch70.000.00
physical reads direct27,090,6397,503.615.50
physical reads direct (lob)3050.080.00
physical reads direct temporary tablespace00.000.00
physical write IO requests415,099114.970.08
physical write bytes11,241,971,7123,113,819.422,283.35
physical write total IO requests8,352,7492,313.561.70
physical write total bytes54,746,099,71215,163,662.8111,119.45
physical write total multi block requests66,72318.480.01
physical writes direct9660.270.00
physical writes direct (lob)890.020.00
physical writes direct temporary tablespace00.000.00
physical writes from cache1,371,345379.840.28
physical writes non checkpoint1,002,478277.670.20
pinned buffers inspected26,7237.400.01
prefetch clients - default00.000.00
prefetched blocks aged out before use00.000.00
process last non-idle time3,6151.000.00
queries parallelized980.030.00
recovery block gets from cache00.000.00
recovery blocks read00.000.00
recursive aborts on index block reclamation00.000.00
recursive calls8,043,2872,227.841.63
recursive cpu usage181,30550.220.04
redo KB read27,275,4627,554.805.54
redo KB read (memory)13,261,6133,673.222.69
redo KB read (memory) for transport13,261,6133,673.222.69
redo KB read for transport13,369,0253,702.972.72
redo blocks checksummed by FG (exclusive)8,340,3572,310.131.69
redo blocks read for recovery00.000.00
redo blocks written28,067,4247,774.165.70
redo buffer allocation retries5360.150.00
redo entries31,781,7128,802.956.46
redo k-bytes read for recovery00.000.00
redo log space requests5860.160.00
redo ordering marks324,87189.980.07
redo size for direct writes2,031,744562.760.41
redo subscn max counts22,9106.350.00
redo synch long waits1,4680.410.00
redo synch time796,057220.490.16
redo synch time (usec)7,960,542,2452,204,923.801,616.86
redo synch time overhead (usec)223,699,25561,960.5845.44
redo synch time overhead count (<128 msec)00.000.00
redo synch time overhead count (<2 msec)4,921,1791,363.081.00
redo synch time overhead count (<32 msec)70.000.00
redo synch time overhead count (<8 msec)1720.050.00
redo synch time overhead count (>=128 msec)30.000.00
redo synch writes4,922,0941,363.331.00
redo wastage937,651,920259,712.34190.45
redo write broadcast ack count15,9594.420.00
redo write broadcast ack time869,668240.880.18
redo write broadcast lgwr post count30.000.00
redo write info find4,921,5681,363.181.00
redo write info find fail2070.060.00
redo write time221,26661.290.04
redo writes2,841,567787.060.58
remote Oradebug requests00.000.00
rollback changes - undo records applied199,69555.310.04
rollbacks only - consistent read gets6,9771.930.00
root node splits00.000.00
rows fetched via callback144,10939.920.03
session connect time00.000.00
shared hash latch upgrades - no wait161,32744.680.03
shared hash latch upgrades - wait3110.090.00
sorts (disk)00.000.00
sorts (memory)1,721,757476.900.35
sorts (rows)9,643,1612,670.981.96
sql area evicted836,802231.780.17
sql area purged40.000.00
summed dirty queue length3,122,128864.770.63
switch current to new buffer6,1271.700.00
table fetch by rowid461,764,487127,900.2793.79
table fetch continued row191,11752.940.04
table scan blocks gotten40,887,17411,325.008.30
table scan rows gotten1,527,433,147423,070.89310.24
table scans (direct read)200.010.00
table scans (long tables)200.010.00
table scans (rowid ranges)00.000.00
table scans (short tables)96,70726.790.02
temp space allocated (bytes)00.000.00
total cf enq hold time6,4801.790.00
total number of cf enq holders7410.210.00
total number of times SMON posted1770.050.00
transaction lock background gets00.000.00
transaction lock foreground requests00.000.00
transaction rollbacks47,00513.020.01
transaction tables consistent read rollbacks2,7090.750.00
transaction tables consistent reads - undo records applied102,73028.450.02
undo change vector size4,211,137,2281,166,407.57855.32
user logons cumulative3,8551.070.00
user logouts cumulative3,8501.070.00
write clones created for recovery00.000.00
write clones created in background40.000.00
write clones created in foreground3840.110.00


Back to Instance Activity Statistics
Back to Top

Instance Activity Stats - Absolute Values

StatisticBegin ValueEnd Value
logons current178184
opened cursors current433514
session cursor cache count79,923,08179,972,377
session pga memory4,454,975,1844,415,702,672
session pga memory max11,065,787,18411,047,679,184
session uga memory403,185,654,360403,413,217,824
session uga memory max9,733,531,071,5849,737,884,773,752


Back to Instance Activity Statistics
Back to Top

Instance Activity Stats - Thread Activity

StatisticTotalper Hour
log switches (derived)1918.95


Back to Instance Activity Statistics
Back to Top

IO Stats

Back to Top

IOStat by Function summary

Function NameReads: DataReqs per secData per secWrites: DataReqs per secData per secWaits: CountAvg Tm(ms)
Direct Reads206.7G469.8758.622M0M0.020M0 
Others20G28.135.659M13.4G6.873.81M77K0.26
RMAN27.1G8.407.68M320M0.28.089M35340.54
LGWR5M0.12.001M26.8G2191.727.595M4940.16
DBWR0M0.000M10.5G114.772.968M0 
Buffer Cache Reads6.1G219.681.716M0M0.000M793.1K0.09
Direct Writes0M0.000M7M0.18.002M0 
TOTAL:259.8G726.2073.678M51G2313.8414.463M874.1K0.11


Back to IO Stats
Back to Top

IOStat by Filetype summary

Filetype NameReads: DataReqs per secData per secWrites: DataReqs per secData per secSmall ReadLarge Read
Data File212.8G690.4160.344M10.5G115.062.971M0.090.67
Log File13.4G6.903.792M26.8G2191.627.593M1.565.19
Archive Log26.2G7.457.428M13.3G3.763.761M0.060.75
Control File7.5G21.442.114M499M3.47.138M0.151.50
TOTAL:259.8G726.2073.678M51G2313.9114.463M0.120.71


Back to IO Stats
Back to Top

IOStat by Function/Filetype summary

Function/File NameReads: DataReqs per secData per secWrites: DataReqs per secData per secWaits: CountAvg Tm(ms)
Direct Reads 206.7G469.8758.622M0M0.020M0 
Direct Reads (Data File) 206.7G469.8758.622M0M0.020M0 
Others 20G28.135.659M13.4G6.873.81M77K0.26
Others (Log File) 13.4G6.883.791M0M0.000M2650.95
Others (Archive Log) 0M0.000M13.3G3.763.761M0 
Others (Control File) 6.6G20.401.861M174M3.08.048M73.7K0.26
Others (Data File) 24M0.85.007M0M0.020M30560.06
RMAN 27.1G8.407.68M320M0.28.089M35340.54
RMAN (Archive Log) 26.2G7.457.428M0M0.000M780.06
RMAN (Control File) 910M0.94.252M320M0.28.089M34560.55
LGWR 5M0.12.001M26.8G2191.777.595M4940.16
LGWR (Log File) 0M0.020M26.8G2191.667.593M1520.13
LGWR (Control File) 5M0.09.001M6M0.11.002M3420.18
DBWR 0M0.000M10.5G114.692.966M0 
DBWR (Data File) 0M0.000M10.5G114.692.966M0 
Buffer Cache Reads 6.1G219.761.717M0M0.000M793.4K0.09
Buffer Cache Reads (Data File) 6.1G219.761.717M0M0.000M793.4K0.09
Direct Writes 0M0.000M7M0.18.002M0 
Direct Writes (Data File) 0M0.000M7M0.18.002M0 
TOTAL: 259.8G726.2773.679M51G2313.8114.461M874.4K0.11


Back to IO Stats
Back to Top

Tablespace IO Stats

TablespaceReadsAv Rds/sAv Rd(ms)Av Blks/Rd 1-bk Rds/sAv 1-bk Rd(ms)WritesWrites avg/sBuffer WaitsAv Buf Wt(ms)
TS_EBCC 2,394,1386630.1211.6129,908193.540821,6190.71
TS_CYDB 4,95210.511.00231,7091.371643,984,9232.03
IDX_EBCC 89,096250.481.0098,40424.680272,7311.07
UNDOTBS1 1500.001.0054,5480.0001516,0820.04
SYSAUX 95400.381.005530.260000.00
SYSTEM 41700.291.02670.120091.11
SOE 3500.291.00150.010000.00
CKS 1500.001.00150.000000.00
IDX_CYDB 1500.001.00150.000000.00
LOB_CYDB 1500.001.00150.000000.00
TS_QMON_DATA 1500.001.00150.000000.00
UNDOTBS2 1500.001.00150.00008,45518.18
USERS 1500.001.00150.000000.00


Back to IO Stats
Back to Top

File IO Stats

TablespaceFilenameReadsAv Rds/sAv Rd(ms)Av Blks/Rd 1-bk Rds/sAv 1-bk Rd(ms)WritesWrites avg/sBuffer WaitsAv Buf Wt(ms)
CKS/oradata/cydb/cjk1.dbf 1500.001.0000.0015000.00
IDX_EBCC/oradata/cydb/idx_ebcc_01.dbf 16,58950.481.0050.4819,83452,1771.23
IDX_EBCC/oradata/cydb/idx_ebcc_02.dbf 16,41450.481.0050.4816,3015180.00
IDX_EBCC/oradata/cydb/idx_ebcc_03.dbf 13,36940.471.0040.4712,80041220.41
IDX_EBCC/oradata/cydb/idx_ebcc_04.dbf 16,19840.491.0040.4919,28551800.56
IDX_EBCC/oradata/cydb/idx_ebcc_05.dbf 16,52250.491.0050.4919,48751610.50
IDX_EBCC/oradata/cydb/idx_ebcc_06.dbf 10,00430.491.0030.4910,6973730.27
IDX_CYDB/oradata/cydb/idx_cydb_01.dbf 1500.001.0000.0015000.00
LOB_CYDB/oradata/cydb/lob_cydb_01.dbf 1500.001.0000.0015000.00
SOE/oradata/cydb/soe.dbf 3500.291.0000.2915000.00
SYSAUX/oradata/cydb/sysaux01.dbf 62600.401.0000.38282000.00
SYSAUX/oradata/cydb/sysaux02.dbf 32800.341.0000.34271000.00
SYSTEM/oradata/cydb/system01.dbf 39600.281.0200.3052091.11
SYSTEM/oradata/cydb/system02.dbf 2100.481.0000.0015000.00
TS_EBCC/oradata/cydb/ts_ebcc_03.dbf 191,137530.1211.54160.401,41901,3650.30
TS_EBCC/oradata/cydb/ts_ebcc_04.dbf 193,703540.1211.64160.402,02014,7681.35
TS_EBCC/oradata/cydb/ts_ebcc_05.dbf 220,282610.1111.95160.401,78001,4030.31
TS_EBCC/oradata/cydb/ts_ebcc_06.dbf 211,767590.1111.75170.391,79501,5260.33
TS_EBCC/oradata/cydb/ts_ebcc_07.dbf 198,995550.1211.61160.401,62101,2660.30
TS_EBCC/oradata/cydb/ts_ebcc_08.dbf 214,966600.1012.07160.401,82511,4030.38
TS_EBCC/oradata/cydb/ts_ebcc_09.dbf 199,518550.1211.63160.402,36212,4101.05
TS_EBCC/oradata/cydb/ts_ebcc_10.dbf 206,264570.1012.04150.391,84811,9650.99
TS_EBCC/oradata/cydb/ts_ebcc_11.dbf 183,176510.1111.61150.394,23812,0140.52
TS_EBCC/oradata/cydb/ts_ebcc_12.dbf 169,719470.1410.83160.391,78901,2880.26
TS_EBCC/oradata/cydb/ts_ebcc_13.dbf 14,50040.218.2820.42894042.50
TS_EBCC/oradata/cydb/ts_ebcc_14.dbf 17,24550.189.4520.421,2990120.00
TS_EBCC/oradata/cydb/ts_ebcc_15.dbf 10,12730.1311.6110.44451000.00
TS_EBCC/oradata/cydb/ts_cydb_01.dbf 156,547430.1310.85150.392,75811,1330.29
TS_EBCC/oradata/cydb/ts_cydb_03.dbf 206,192570.1111.83160.393,80911,0620.39
TS_CYDB/oradata/cydb/ts_cydb_02.dbf 2300.001.0000.4315,0154114,5371.57
TS_CYDB/oradata/cydb/ts_cydb_04.dbf 1700.591.0000.0015,1444166,4132.28
TS_CYDB/oradata/cydb/ts_cydb_05.dbf 74100.461.0000.4620,7376344,2042.14
TS_CYDB/oradata/cydb/ts_cydb_06.dbf 1600.001.0000.0011,2103192,9652.40
TS_CYDB/oradata/cydb/ts_cydb_07.dbf 25500.431.0000.435,874223,2572.19
TS_CYDB/oradata/cydb/ts_cydb_08.dbf 21500.421.0000.426,9662105,3502.07
TS_CYDB/oradata/cydb/ts_cydb_09.dbf 43900.551.0000.5214,7384415,8261.81
TS_CYDB/oradata/cydb/ts_cydb_10.dbf 1500.001.0000.0021,3206665,4572.08
TS_CYDB/oradata/cydb/ts_cydb_11.dbf 1,04700.531.0000.5330,9209675,9972.46
TS_CYDB/oradata/cydb/ts_cydb_12.dbf 1,04900.541.0000.5415,6124267,0242.38
TS_CYDB/oradata/cydb/ts_cydb_13.dbf 1500.001.0000.0011,4323107,1981.96
TS_CYDB/oradata/cydb/ts_cydb_14.dbf 1,02800.571.0000.5618,3095277,7201.56
TS_CYDB/oradata/cydb/ts_cydb_15.dbf 5200.381.0000.3818,1355249,7201.44
TS_CYDB/oradata/cydb/ts_cydb_16.dbf 1500.001.0000.0011,1173198,8931.64
TS_CYDB/oradata/cydb/ts_cydb_17.dbf 2500.001.0000.0015,1804180,3621.62
TS_QMON_DATA/oradata/cydb/ts_qmon_data_01.dbf 1500.001.0000.0015000.00
UNDOTBS1/oradata/cydb/undotbs01.dbf 1500.001.0000.0054,5481516,0820.04
UNDOTBS2/oradata/cydb/undotbs02.dbf 1500.001.0000.001508,45518.18
USERS/oradata/cydb/users01.dbf 1500.001.0000.0015000.00


Back to IO Stats
Back to Top

Buffer Pool Statistics

Back to Top

Buffer Pool Statistics

PNumber of BuffersPool Hit%Buffer GetsPhysical ReadsPhysical WritesFree Buff WaitWrit Comp WaitBuffer Busy Waits
D5,488,902100555,879,873793,1991,371,345004,038,624


Back to Buffer Pool Statistics
Back to Top

Checkpoint Activity

MTTR WritesLog Size WritesLog Ckpt WritesOther Settings WritesAutotune Ckpt WritesThread Ckpt Writes
00001,043,7870


Back to Buffer Pool Statistics
Back to Top

Advisory Statistics

Back to Top

Instance Recovery Stats

Targt MTTR (s) Estd MTTR (s)Recovery Estd IOsActual RedoBlksTarget RedoBlksLog Sz RedoBlksLog Ckpt Timeout RedoBlksLog Ckpt Interval RedoBlksOpt Log Sz(M)Estd RAC Avail Time
B014863202055081121584811528818312158481  5
E0181185652717202149771991528818314977199  7


Back to Advisory Statistics
Back to Top

MTTR Advisory

No data exists for this section of the report.

Back to Advisory Statistics
Back to Top

Buffer Pool Advisory

PSize for Est (M)Size FactorBuffers (thousands)Est Phys Read FactorEstimated Phys Reads (thousands)Est Phys Read TimeEst %DBtime for Rds
D4,6080.105401.352,440,3811577864.00
D9,2160.201,0801.222,207,0141481800.00
D13,8240.291,6201.172,114,9521443903.00
D18,4320.392,1601.142,048,2691416453.00
D23,0400.492,6991.111,998,1601395826.00
D27,6480.593,2391.081,956,1021378512.00
D32,2560.683,7791.041,878,5781346600.00
D36,8640.784,3191.031,849,8171334761.00
D41,4720.884,8591.011,824,8891324499.00
D46,0800.985,3991.001,806,5411316946.00
D47,1041.005,5191.001,803,3451315631.00
D50,6881.085,9390.991,790,9551310530.00
D55,2961.176,4790.991,777,2271304879.00
D59,9041.277,0190.981,764,9701299834.00
D64,5121.377,5580.971,754,0931295356.00
D69,1201.478,0980.971,744,2521291305.00
D73,7281.578,6380.961,735,5091287706.00
D78,3361.669,1780.961,727,7171284499.00
D82,9441.769,7180.951,721,0551281756.00
D87,5521.8610,2580.951,715,0441279282.00
D92,1601.9610,7980.941,700,0671273117.00


Back to Advisory Statistics
Back to Top

PGA Aggr Summary

PGA Cache Hit %W/A MB ProcessedExtra W/A MB Read/Written
100.005,9900


Back to Advisory Statistics
Back to Top

PGA Aggr Target Stats

PGA Aggr Target(M)Auto PGA Target(M)PGA Mem Alloc(M) W/A PGA Used(M) %PGA W/A Mem%Auto W/A Mem%Man W/A MemGlobal Mem Bound(K)
B25,82722,1241,662.120.000.000.000.001,048,576
E25,82722,1481,624.690.000.000.000.001,048,576


Back to Advisory Statistics
Back to Top

PGA Aggr Target Histogram

Low Optimal High OptimalTotal ExecsOptimal Execs1-Pass ExecsM-Pass Execs
2K4K1,614,4291,614,42900
64K128K1,1771,17700
128K256K59759700
256K512K23823800
512K1024K30830800
1M2M1,0101,01000
2M4M646400
4M8M2200
8M16M727200


Back to Advisory Statistics
Back to Top

PGA Memory Advisory

PGA Target Est (MB)Size FactrW/A MB ProcessedEstd Extra W/A MB Read/ Written to Disk Estd PGA Cache Hit %Estd PGA Overalloc CountEstd Time
3,2280.133,324,294.23105,408.9897.000191,643,233
6,4570.253,324,294.2354,940.5498.000188,823,183
12,9140.503,324,294.232,252.92100.000185,879,131
19,3700.753,324,294.232,252.92100.000185,879,131
25,8271.003,324,294.232,252.92100.000185,879,131
30,9921.203,324,294.232,129.57100.000185,872,238
36,1581.403,324,294.232,129.57100.000185,872,238
41,3231.603,324,294.232,129.57100.000185,872,238
46,4891.803,324,294.232,129.57100.000185,872,238
51,6542.003,324,294.232,129.57100.000185,872,238
77,4813.003,324,294.232,129.57100.000185,872,238
103,3084.003,324,294.232,129.57100.000185,872,238
154,9626.003,324,294.232,129.57100.000185,872,238
206,6168.003,324,294.232,129.57100.000185,872,238


Back to Advisory Statistics
Back to Top

Shared Pool Advisory

Shared Pool Size(M)SP Size FactrEst LC Size (M)Est LC Mem ObjEst LC Time Saved (s)Est LC Time Saved FactrEst LC Load Time (s)Est LC Load Time FactrEst LC Mem Obj Hits (K)
15,1040.572,073202,70940,415,0750.4354,555,94638.571,144,778
17,9200.684,888314,12753,775,3980.5741,195,62329.122,061,162
20,7360.797,703424,09667,068,3700.7227,902,65119.732,952,411
23,5520.8910,518536,65780,357,0500.8614,613,97110.333,841,218
23,8080.9010,774547,06881,564,5920.8713,406,4299.483,921,965
24,0640.9111,030556,42882,772,5550.8812,198,4668.624,002,707
24,3200.9211,286566,43483,980,0690.9010,990,9527.774,083,439
24,5760.9311,542576,83885,187,9780.919,783,0436.924,164,169
24,8320.9411,798587,15986,395,8180.928,575,2036.064,244,901
25,0880.9512,054596,99687,603,4840.947,367,5375.2130,651
25,3440.9612,309606,63088,811,2240.956,159,7974.35111,360
25,6000.9712,565616,73990,019,1020.964,951,9193.50192,072
25,8560.9812,821627,89291,226,8700.983,744,1512.65272,782
26,1120.9913,077638,03492,435,2820.992,535,7391.79353,695
26,3681.0013,333648,13793,556,4811.001,414,5401.00430,175
26,6241.0113,589657,72493,576,6471.001,394,3740.99438,905
26,8801.0213,845667,67193,576,9671.001,394,0540.99439,057
27,1361.0314,101678,46293,577,2951.001,393,7260.99439,213
27,3921.0414,357688,39593,577,6031.001,393,4180.99439,360
27,6481.0514,613699,01193,577,9341.001,393,0870.98439,517
27,9041.0614,868709,61793,578,2331.001,392,7880.98439,663
28,1601.0715,124720,30493,578,5311.001,392,4900.98439,808
28,4161.0815,380730,41893,578,8251.001,392,1960.98439,954
28,6721.0915,635740,03693,579,1151.001,391,9060.98440,097
29,1841.1116,147760,92293,579,6891.001,391,3320.98440,378
32,0001.2118,963871,71393,582,6771.001,388,3440.98441,846
34,8161.3221,779982,92093,585,5381.001,385,4830.98443,234
37,6321.4324,5941,093,56193,589,4661.001,381,5550.98444,998
40,4481.5327,4091,203,87193,594,1221.001,376,8990.97447,018
43,2641.6430,2221,315,04193,598,4291.001,372,5920.97448,890
46,0801.7533,0371,427,73493,602,1661.001,368,8550.97450,559
48,8961.8535,8531,540,29993,605,6061.001,365,4150.97452,109
51,7121.9638,6681,650,95293,608,8941.001,362,1270.96453,579
54,5282.0741,4831,762,14593,612,0351.001,358,9860.96454,978


Back to Advisory Statistics
Back to Top

SGA Target Advisory

SGA Target Size (M)SGA Size FactorEst DB Time (s)Est Physical Reads
24,2400.3170,280,2302,457,232,752
29,0880.3843,616,5242,457,232,752
33,9360.4417,097,5562,457,232,752
38,7840.5017,001,6262,222,257,390
43,6320.5616,962,9172,129,565,651
48,4800.6316,934,3062,062,481,358
53,3280.6916,914,1102,011,987,804
58,1760.7516,895,5971,969,609,285
63,0240.8116,863,6201,891,524,610
67,8720.8816,845,1071,837,424,373
72,7200.9416,836,6921,819,030,293
77,5681.0016,829,9591,803,341,224
82,4161.0616,823,2291,789,455,497
87,2641.1316,818,1801,777,192,776
92,1121.1916,811,4481,819,030,293
96,9601.2516,806,3991,803,341,224
101,8081.3116,797,9841,777,192,776
106,6561.3816,792,9361,789,455,497
111,5041.4416,787,8871,777,192,776
116,3521.5016,782,8381,756,274,018
121,2001.5616,779,4721,747,437,646
126,0481.6316,772,7401,747,437,646
130,8961.6916,769,3751,739,683,279
135,7441.7516,767,6921,733,010,916
140,5921.8116,760,9601,711,911,824
145,4401.8816,757,5941,711,911,824
150,2881.9416,757,5941,711,911,824
155,1362.0016,757,5941,711,911,824


Back to Advisory Statistics
Back to Top

Streams Pool Advisory

Size for Est (MB)Size FactorEst Spill CountEst Spill Time (s)Est Unspill CountEst Unspill Time (s)
2560.500000
5121.000000
7681.500000
1,0242.000000
1,2802.500000
1,5363.000000
1,7923.500000
2,0484.000000
2,3044.500000
2,5605.000000
2,8165.500000
3,0726.000000
3,3286.500000
3,5847.000000
3,8407.500000
4,0968.000000
4,3528.500000
4,6089.000000
4,8649.500000
5,12010.000000


Back to Advisory Statistics
Back to Top

Java Pool Advisory

No data exists for this section of the report.

Back to Advisory Statistics
Back to Top

Wait Statistics

Back to Top

Buffer Wait Statistics

ClassWaitsTotal Wait Time (s)Avg Time (ms)
data block4,009,5248,0992
undo header24,4431546
1st level bmb29600
2nd level bmb5901
undo block9200
file header block800
segment header100


Back to Wait Statistics
Back to Top

Enqueue Activity

Enqueue Type (Request Reason)RequestsSucc GetsFailed GetsWaitsWt Time (s)Av Wt Time(ms)
TX-Transaction (index contention) 509,965509,9500493,0441,2662.57
FB-Format Block 15,67515,675012,28950.42
SQ-Sequence Cache 6,7376,73702,61320.89
CF-Controlfile Transaction 11,71611,715140911.98
TX-Transaction (allocate ITL entry) 1,8751,87501,66710.45
KO-Multiple Object Checkpoint (fast object checkpoint) 296296010301.84
PS-PX Process Reservation 978978048400.35
TM-DML 4,983,4914,983,290010120.00
HW-Segment High Water Mark 7,6497,637129700.93
TT-Tablespace 94,79694,79603700.27
US-Undo Segment 29129102500.40
WF-AWR Flush 202001600.63
TX-Transaction 5,137,9405,136,3380701.43
SR-Synchronized Replication 41441401010.00
WL-Being Written Redo Log 282081900.00
TA-Instance Undo 141401400.00
TD-KTF map table enqueue (KTF dump entries) 990800.00
RS-Reclaimable Space (prevent file delete) 78780700.00
CR-Reuse Block Range (block range reuse ckpt) 11,62811,6280200.00
JS-Job Scheduler (job run lock - synchronize) 220200.00
MW-MWIN Schedule 220200.00
TX-Transaction (row lock contention) 220200.00
AE-Edition Lock (lock) 3,8683,8680100.00
AF-Advisor Framework (task serialization) 660100.00
PW-Buffer Cache PreWarm (flush prewarm buffers) 110100.00


Back to Wait Statistics
Back to Top

Undo Statistics

Back to Top

Undo Segment Summary

Undo TS#Num Undo Blocks (K)Number of TransactionsMax Qry Len (s)Max Tx ConcurcyMin/Max TR (mins)STO/ OOS uS/uR/uU/ eS/eR/eU
2714.004,976,5131,7406031.7/420/00/0/0/0/0/0


Back to Undo Statistics
Back to Top

Undo Segment Stats

End TimeNum Undo BlocksNumber of TransactionsMax Qry Len (s)Max Tx ConcyTun Ret (mins)STO/ OOS uS/uR/uU/ eS/eR/eU
16-Dec 14:50136,650938,60053560320/00/0/0/0/0/0
16-Dec 14:40124,885862,1821,14057320/00/0/0/0/0/0
16-Dec 14:30121,312835,8091,74059420/00/0/0/0/0/0
16-Dec 14:20114,630800,9751,13756320/00/0/0/0/0/0
16-Dec 14:10108,852773,1801,73756420/00/0/0/0/0/0
16-Dec 14:00107,667765,7671,13454320/00/0/0/0/0/0


Back to Undo Statistics
Back to Top

Latch Statistics

Back to Top

Latch Activity

Latch NameGet RequestsPct Get MissAvg Slps /MissWait Time (s)NoWait RequestsPct NoWait Miss
AQ deq hash table latch10.00 00 
AQ dequeue txn counter latch8420.00 00 
ASM db client latch11,7160.00 00 
ASM map operation hash table10.00 00 
ASM network state latch670.00 00 
AWR Alerted Metric Element list35,6260.00 00 
Change Notification Hash table latch1,2010.00 00 
Consistent RBA2,847,9990.070.0400 
DML lock allocation9,971,1130.010.0200 
Event Group Locks8,1950.060.0000 
FAL Queue2940.00 00 
FIB s.o chain latch8460.00 00 
FOB s.o list latch45,8213.930.0000 
File State Object Pool Parent Latch10.00 00 
I/O Staticstics latch10.00 00 
IPC other latch300.00 00 
IPC stats buffer allocation latch14,4320.00 014,4500.04
In memory undo latch10.00 00 
JS Sh mem access90.00 00 
JS broadcast add buf latch8330.00 00 
JS broadcast drop buf latch8330.00 00 
JS broadcast load blnc latch7230.00 00 
JS mem alloc latch40.00 00 
JS queue access latch50.00 00 
JS queue state obj latch30,6960.00 00 
JS slv state obj latch90.00 00 
KFC FX Hash Latch10.00 00 
KFC Hash Latch10.00 00 
KFCL LE Freelist10.00 00 
KGNFS-NFS:SHM structure10.00 00 
KGNFS-NFS:SVR LIST10.00 00 
KJC message pool free list1,713,8631.180.010167,1560.44
KJCT flow control latch22,567,3050.080.0100 
KMG MMAN ready and startup request latch1,2030.00 00 
KSXR large replies2420.00 00 
KTF sga latch300.00 01,2130.00
KWQMN job cache list latch1,1800.00 00 
KWQP Prop Status4160.00 00 
KWQS pqueue ctx latch20.00 00 
LGWR NS Write5,613,2950.000.2800 
Locator state objects pool parent latch10.00 00 
Lsod array latch10.00 00 
MQL Tracking Latch0  0710.00
Memory Management Latch10.00 01,2030.00
Memory Queue4170.00 00 
Memory Queue Message Subscriber #110.00 00 
Memory Queue Message Subscriber #210.00 00 
Memory Queue Message Subscriber #310.00 00 
Memory Queue Message Subscriber #410.00 00 
Memory Queue Subscriber10.00 00 
MinActiveScn Latch2,4800.00 00 
Mutex10.00 00 
Mutex Stats10.00 00 
OS process15,6010.00 00 
OS process allocation15,0220.550.0000 
OS process: request allocation7,7480.280.0000 
PL/SQL warning settings11,6220.010.0000 
PX hash array latch10.00 00 
QMT10.00 00 
Real-time plan statistics latch79,7870.00 00 
SGA IO buffer pool latch1120.00 01120.00
SGA blob parent10.00 00 
SGA bucket locks10.00 00 
SGA heap locks10.00 00 
SGA pool locks10.00 00 
SQL memory manager latch10.00 03,5950.00
SQL memory manager workarea list latch318,9790.00 00 
Shared B-Tree2,5880.350.0000 
Streams Generic10.00 00 
Testing10.00 00 
Token Manager10.00 00 
WCR: sync10.00 00 
Write State Object Pool Parent Latch10.00 00 
X$KSFQP213,0690.00 00 
XDB NFS Security Latch10.00 00 
XDB unused session pool10.00 00 
XDB used session pool10.00 00 
active checkpoint queue latch379,3071.110.0200 
active service list37,4650.470.0702,7880.00
alert log latch950.00 00 
archive control5560.00 00 
archive process latch7310.00 00 
begin backup scn array950.00 00 
bq:time manger info latch1270.00 00 
buffer pool10.00 00 
bufq statistics4160.00 00 
business card1970.00 00 
cache buffer handles250,1620.010.0000 
cache buffers chains1,246,129,2400.190.061425,040,9310.32
cache buffers lru chain10,689,1570.040.06013,421,0600.03
cache table scan latch0  010.00
call allocation18,0021.940.5400 
cas latch10.00 00 
change notification client cache latch10.00 00 
channel handle pool latch7,7910.820.0200 
channel operations parent latch3,178,5060.000.0100 
checkpoint queue latch21,022,0130.010.0107,067,4670.00
client/application info33,1450.00 00 
compile environment latch4,3170.00 00 
corrupted undo seg latch646,0290.000.0000 
cp cmon/server latch10.00 00 
cp pool latch10.00 00 
cp server hash latch10.00 00 
cp sga latch670.00 00 
cvmap freelist lock10.00 00 
deferred cleanup latch670.00 00 
dml lock allocation670.00 00 
done queue latch10.00 00 
dummy allocation8,6290.540.0000 
eighth spare latch - X parent10.00 00 
eleventh spare latch - children10.00 00 
enqueue freelist latch10.00 020,071,1420.00
enqueue hash chains52,351,3771.110.0111,6840.42
enqueue sob latch30.00 00 
enqueues200.00 00 
error message lists4580.00 00 
fifteenth spare latch - children10.00 00 
file cache latch4,8840.00 00 
first Audit Vault latch1,1850.250.0000 
flashback copy10.00 00 
fourteenth spare latch - children10.00 00 
fourth Audit Vault latch10.00 00 
gc element59,815,0570.480.081484,6220.18
gcs commit scn state10.00 00 
gcs opaque info freelist14,314,6840.310.0200 
gcs partitioned table hash39,319,2170.020.0000 
gcs pcm hashed value bucket hash10.00 00 
gcs remaster request queue10.00 00 
gcs resource freelist2,123,3580.010.0300 
gcs resource hash40,262,8830.070.080166,9340.12
gcs resource scan list394,6810.000.1800 
gcs resource validate list10.00 00 
gcs shadows freelist1,028,8580.000.0000 
ges caches resource lists4,419,8020.120.040701,1630.04
ges deadlock list988,5660.030.0201620.62
ges domain table24,035,6270.000.0200 
ges enqueue table freelist24,312,3480.010.0700 
ges group table24,052,6710.000.0000 
ges process hash list214,1350.000.0000 
ges process parent latch48,920,4860.030.1900 
ges process table freelist7,7481.140.0000 
ges resource hash list44,245,0341.270.253269,7963.92
ges resource scan list85,6750.010.0000 
ges resource table freelist692,1250.000.0000 
ges timeout list15,8500.020.0003,0720.00
ges value block free list90.00 00 
global KZLD latch for mem in SGA3,6830.030.0000 
global tx hash mapping10.00 00 
granule operation10.00 00 
hash table column usage latch6810.00 02,703,0790.02
hash table modification latch810.00 00 
heartbeat check10.00 01,3820.00
heartbeat structure management0  07220.00
interrupt manipulation3,6070.00 00 
intra txn parallel recovery10.00 00 
io pool granule metadata list10.00 00 
job workq parent latch30.00 020.00
job_queue_processes free list latch40.00 00 
job_queue_processes parameter latch7900.00 00 
k2q global data latch2,4060.00 00 
k2q lock allocation10.00 00 
kcbtsemkid latch190.00 00 
kdlx hb parent latch10.00 00 
kgb parent10.00 00 
kgnfs mount latch10.00 00 
kokc descriptor allocation latch540.00 00 
krbmrosl4910.00 00 
ksfv messages10.00 00 
ksim group membership cache1640.00 00 
ksim membership request latch0  03,4710.00
kss move lock370.00 00 
ksuosstats global area3640.00 00 
ksv allocation latch1380.00 00 
ksv class latch6,6190.00 00 
ksv msg queue latch10.00 00 
ksxp shared latch7,7480.400.0000 
ksxp so latch7,7480.050.0000 
ksz_so allocation latch7,7481.030.0000 
ktm global data7530.00 00 
kwqbsn:qsga2,0600.290.0000 
lgwr LWN SCN2,894,7720.340.0000 
list of block allocation7,8800.380.0000 
loader state object freelist9020.00 00 
lob segment dispenser latch10.00 00 
lob segment hash table latch130.00 00 
lob segment query latch10.00 00 
lock DBA buffer during media recovery10.00 00 
logical standby cache10.00 00 
logminer context allocation20.00 00 
logminer local10.00 00 
logminer work area10.00 00 
longop free list parent1620.00 0750.00
managed standby latch2190.00 00 
mapped buffers lru chain10.00 00 
message pool operations parent latch20,7060.00 00 
messages9,942,5600.360.0100 
mostly latch-free SCN3,225,8189.220.0100 
msg queue latch10.00 00 
multiblock read objects1,0720.00 00 
name-service memory objects62,7510.00 00 
name-service namespace bucket50,4530.00 00 
name-service pending queue31,2760.00 00 
name-service request queue81,7330.00 00 
ncodef allocation latch670.00 00 
nineth spare latch - X parent10.00 00 
object queue header heap579,3850.00 0578,5690.00
object queue header operation29,030,0790.020.0300 
object stats modification30.00 00 
parallel query alloc buffer6,9650.00 00 
parallel query stats7330.00 00 
parallel txn reco latch28,6720.00 00 
parameter list11,7550.020.0000 
parameter table management11,0780.090.0000 
peshm10.00 00 
pesom_free_list10.00 00 
pesom_hash_node10.00 00 
post/wait queue10,757,6260.290.01010,846,1940.40
process allocation25,2700.290.0703,8640.34
process group creation7,7480.310.0000 
process queue2,0410.00 00 
process queue reference39,0100.000.0003,6700.00
qmn state object latch30.00 00 
qmn task queue latch4,5245.000.0000 
query server freelists1,5310.00 00 
query server process820.00 00 
queued dump request120.00 00 
queuing load statistics10.00 00 
readredo stats and histogram2,817,4240.00 00 
recovery domain hash list10.00 00 
redo allocation18,557,4810.840.04131,599,6332.22
redo copy10.00 031,789,3500.60
redo writing10,024,0850.040.0300 
resmgr group change latch4,8450.020.0000 
resmgr:active threads8,6290.00 00 
resmgr:actses change group4,3120.00 00 
resmgr:actses change state10.00 00 
resmgr:free threads list8,6281.180.0000 
resmgr:plan CPU method10.00 00 
resmgr:resource group CPU method10.00 00 
resmgr:schema config810.00 00 
resmgr:session queuing10.00 00 
rm cas latch10.00 00 
row cache objects123,046,1200.470.0009890.30
rules engine rule set statistics1000.00 00 
second Audit Vault latch10.00 00 
sequence cache12,375,9040.870.0100 
session allocation6,885,8300.000.0306,877,2430.00
session idle bit40,675,0440.000.0200 
session queue latch10.00 00 
session state list latch3,7820.450.0000 
session switching3,9392.510.0100 
session timer1,2110.00 00 
seventh spare latch - X parent10.00 00 
shared pool47,042,0950.220.1821,5560.13
shared pool sim alloc10.00 00 
shared pool simulator2,838,2740.010.0500 
sim partition latch10.00 00 
simulator hash latch36,427,8140.000.0600 
simulator lru latch10.00 036,290,7190.11
sixth spare latch - X parent10.00 00 
sort extent pool2940.00 00 
space background state object latch100.00 00 
space background task latch4,1330.240.1002,4110.00
state object free list20.00 00 
statistics aggregation7000.00 00 
tablespace key chain40,6040.00 00 
temp lob duration state obj allocation20.00 00 
tenth spare latch - X parent10.00 00 
test excl. parent l010.00 00 
test excl. parent2 l010.00 00 
thirteenth spare latch - children10.00 00 
threshold alerts latch2240.00 00 
transaction allocation9,6170.030.0000 
twelfth spare latch - children10.00 00 
twenty-fifth spare latch - S par10.00 00 
twenty-first spare latch - S par10.00 00 
twenty-fourth spare latch - S par10.00 00 
twenty-second spare latch - S par10.00 00 
twenty-third spare latch - S par10.00 00 
undo global data25,907,8230.010.0102040.00
virtual circuit buffers10.00 00 
virtual circuit holder10.00 00 
virtual circuit queues10.00 00 
write info latch0  02,892,2210.63


Back to Latch Statistics
Back to Top

Latch Sleep Breakdown

Latch NameGet RequestsMissesSleepsSpin Gets
cache buffers chains1,246,129,2402,405,457135,1662,275,320
row cache objects123,046,120583,7902,300581,555
enqueue hash chains52,351,377582,3126,445575,956
ges resource hash list44,245,034560,830141,676424,548
mostly latch-free SCN3,225,818297,4191,647295,796
gc element59,815,057287,05824,331263,043
redo allocation18,557,481155,1096,015149,135
sequence cache12,375,904107,440710106,734
shared pool47,042,095102,33518,53284,117
gcs opaque info freelist14,314,68443,85194442,911
messages9,942,56036,22451335,716
post/wait queue10,757,62631,03320130,833
gcs resource hash40,262,88327,9722,10425,895
KJC message pool free list1,713,86320,17530219,875
KJCT flow control latch22,567,30518,54823718,313
ges process parent latch48,920,48615,1352,86012,275
lgwr LWN SCN2,894,7729,712419,671
object queue header operation29,030,0795,4201655,255
ges caches resource lists4,419,8025,2341865,048
redo writing10,024,0854,3311254,206
active checkpoint queue latch379,3074,216884,128
cache buffers lru chain10,689,1573,8972533,644
undo global data25,907,8233,738563,682
checkpoint queue latch21,022,0132,116292,088
Consistent RBA2,847,9991,945871,858
session idle bit40,675,0441,897361,861
FOB s.o list latch45,8211,80351,799
ges enqueue table freelist24,312,3481,5271141,414
DML lock allocation9,971,11389814884
ges domain table24,035,62771112700
call allocation18,002349189191
session allocation6,885,8302787271
ges deadlock list988,5662654261
shared pool simulator2,838,27425512244
active service list37,46517612164
channel operations parent latch3,178,5061541153
gcs resource freelist2,123,3581474143
simulator hash latch36,427,814104698
session switching3,93999198
process allocation25,27073568
channel handle pool latch7,79164163
LGWR NS Write5,613,29518513
gcs resource scan list394,6811129
space background task latch4,1331019


Back to Latch Statistics
Back to Top

Latch Miss Sources

Latch NameWhereNoWait Misses SleepsWaiter Sleeps
DML lock allocationktaiam0118
DML lock allocationktaidm036
FOB s.o list latchksfd_allfob034
FOB s.o list latchksfd_fobd021
KJC message pool free listkjcsmpav: allocate a msg buffer0235302
KJC message pool free listkjcspfmbq: free vector of msg buffers0670
KJCT flow control latchkjctcsnd: send normal message0156117
KJCT flow control latchkjcts_sqenq: queue a message06045
KJCT flow control latchkjcts_sedeqv2: dequeue a vector of msgs01023
KJCT flow control latchkjctr_updatetkt: update ticket info0847
KJCT flow control latchkjcts_sqenq2: queue a message025
KJCT flow control latchkjctssqmg: adjuest send tickets010
LGWR NS Writekcrrnsltwa040
LGWR NS Writekcrrnsltwb010
PC and Classifier lists for WLMNo latch010
active checkpoint queue latchkcbbacq: scan active checkpoints08888
active service listkswslogon: session logout01414
cache buffers chainskcbchg1: clear MS bit061,1091,752
cache buffers chainskcbget: fast exchange016,62642,003
cache buffers chainskcllkopesc016,15837
cache buffers chainskcbzwb010,33614,334
cache buffers chainskcbget: pin buffer06,55012,851
cache buffers chainskcbget: fast path04,48910,639
cache buffers chainskcbrls_203,459180
cache buffers chainskclbla03,1452,736
cache buffers chainskcbgcur_203,04110,390
cache buffers chainskcbnlc02,59413,469
cache buffers chainskcbsod102,0494,995
cache buffers chainskcbgcur_401,5795,567
cache buffers chainskcbso1: set no access01,5432,032
cache buffers chainskcbesc: escalate01,459398
cache buffers chainskclwlr01,165680
cache buffers chainskcbget: upgrade latch0989893
cache buffers chainskcbgcur: fast path (shr)0739691
cache buffers chainskcbget: release excl0733435
cache buffers chainskcbzib: finish processing buffer070646
cache buffers chainskcbgtcr: fast path0663509
cache buffers chainskcbgtcr: fast path (cr pin)0582398
cache buffers chainskcbchg1: mod cur pin05281,440
cache buffers chainskcbget: exchange0478680
cache buffers chainskclcqchk04260
cache buffers chainskcbzib: exchange rls0423449
cache buffers chainskcllkopb_10242328
cache buffers chainskcbgtcr_20212122
cache buffers chainskcbget: release shr0183862
cache buffers chainskclcqchk_109612,962
cache buffers chainskclrlstp040184
cache buffers chainskcbbxsv01511
cache buffers chainskcbchg1: mod cr pin0126
cache buffers chainskcbgtcr_10110
cache buffers chainskclpdcl_1011113
cache buffers chainskcb_is_private08148
cache buffers chainskclwcrs089
cache buffers chainskcbzgb: scan from tail. nowait070
cache buffers chainskcbgtcr: kslbegin excl0612
cache buffers chainskclpdcl060
cache buffers chainskclchkblkdma0423
cache buffers chainskcbbic1022
cache buffers chainskcbchg1: aux pin022
cache buffers chainskcbrls: fast release0217
cache buffers chainskclwrt026
cache buffers chainskcbbic2011
cache buffers chainskcbget: release upgrade010
cache buffers chainskcbgtcr: kslbegin shared011
cache buffers chainskcl_fairness010
cache buffers chainskclgcbbrcbk_1010
cache buffers lru chainkcbzgws01130
cache buffers lru chainkcbzgb080177
cache buffers lru chainkcbzgb_20388
cache buffers lru chainkcbbic20640
cache buffers lru chainkcbbxsv: move to being written060
cache buffers lru chainkcbo_link_q050
cache buffers lru chainkclmvreqbg0211
cache buffers lru chainkcbbwlru0113
cache buffers lru chainkcbgtcr:CR Scan:KCBRSKIP_2010
cache buffers lru chainkclwcrs010
call allocationksuxds0186176
call allocationksudlp: top call0313
channel handle pool latchksrchdelete()011
channel operations parent latchksrpubwait():1010
checkpoint queue latchkcbklbc_cql0130
checkpoint queue latchkcbkubc_401212
checkpoint queue latchkcbbwthc: thread checkpoint buffers0310
checkpoint queue latchkcbbwdl: thread checkpoint queue012
enqueue hash chainsksqrcl02,4462,184
enqueue hash chainsksqcmi: if lk mode not requested01,7181,161
enqueue hash chainsksqgtl301,2151,427
enqueue hash chainsksqcmi: if lk mode requested05341,309
enqueue hash chainsksqexpandwait0315272
enqueue hash chainsksqexpandres01666
enqueue hash chainsksqinq02661
enqueue hash chainsksqexpandlmd02525
gc elementkclchkping019,674111
gc elementkclnfndnewm04,0955,841
gc elementkclbla0746421
gc elementkclcqchk027113,887
gc elementKCLUNLNK0195997
gc elementkclulb0152385
gc elementkclrwrite0151276
gc elementkclfwrite10144220
gc elementkclrlstp075144
gc elementkclcqchk_105811
gc elementkclwrt05852
gc elementkclebs04253
gc elementkclnfnds0393,030
gc elementkclnfnd02586
gc elementkclfwrite20213
gc elementkclrwrite_100120
gc elementkclplz_10923
gc elementkcllwr071
gc elementkclplz07205
gc elementkclpdc_14055
gc elementkclpdcl0528
gc elementkcl_fairness030
gc elementkcllkopesc025
gc elementkclshrsplit0211
gc elementkclhngcbk1010
gcs opaque info freelistkjbrinfofree free opaque info0538401
gcs opaque info freelistkjbrcvt save opaque info0406543
gcs resource freelistkjbralc add resource041
gcs resource hashkjbassume01,712139
gcs resource hashkjbconvert015294
gcs resource hashkjbcropen07627
gcs resource hashkclfwrite103723
gcs resource hashkclrwrite02824
gcs resource hashkjbmpconvert0241,411
gcs resource hashkjbopen:affinity01910
gcs resource hashkjbopen0144
gcs resource hashkjbrwrdone reget0145
gcs resource hashkclpdc0938
gcs resource hashkjbcrconvert066
gcs resource hashkjblpbast04184
gcs resource hashkjbcrcomplete017
gcs resource hashkjblpflushpi017
gcs resource hashkjblpwreq013
gcs resource hashkjblpwreq reget011
gcs resource hashkjbmpclose0136
gcs resource hashkjbmpcreatepi012
gcs resource hashkjbmpopen0115
gcs resource hashkjbmpwrite0111
gcs resource hashkjbrwreq reget010
gcs resource scan listkjbrgscn deq res from scan q011
gcs resource scan listkjbrpcvt enq res to scan q011
ges caches resource listskjchc: clean resource cache01080
ges caches resource listskjruref: directly free resource04481
ges caches resource listskjrm2c: move resource to cache030105
ges caches resource listskjruch: cached obj cleanup030
ges caches resource listskjrchc2: cached obj cleanup010
ges deadlock listkjcv_move_cg_fg: remove from dd timer_q020
ges deadlock listkjcvdld: remove from dd timer_q011
ges deadlock listkjcvdte: insert into dd timer_q013
ges domain tablekjdmlrm: remove a lock from its xid-hashed lock list097
ges domain tablekjdmlad: add a lock to an xid-hashed lock list035
ges enqueue table freelistkjlfr: remove lock from parent object09099
ges enqueue table freelistkjlalc: lock allocation02415
ges process parent latchkjata_fg02,8600
ges resource hash listkjlrlr: remove lock from resource queue070,6751,938
ges resource hash listkjakoca: search for resp by resname043,431115,460
ges resource hash listkjrmas1: lookup master node019,3053,593
ges resource hash listkjcvscn: remove from scan queue02,9690
ges resource hash listkjakcai: search for resp by resname02,7071,278
ges resource hash listkjrref: find matched resource01,93418,573
ges resource hash listkjlmfnd: search for lockp by rename and inst id0605825
ges resource hash listkjrmas3: resource mastering0509
lgwr LWN SCNkcs02303710
messagesksaamb: after wakeup0404353
messagesksarcv086138
messagesksarcv: after wait02322
mostly latch-free SCNkcslcu301,2781,688
mostly latch-free SCNkcs0104487
mostly latch-free SCNkcsnew_scn_rba0430
mostly latch-free SCNkcs0240390
object queue header operationkcbo_link_q05917
object queue header operationkcbo_switch_cq04244
object queue header operationkcbo_switch_q_bg02825
object queue header operationkcbo_unlink_q01918
object queue header operationkcbo_switch_mq_bg01326
object queue header operationkcbo_link_q:reget050
post/wait queueksliwat:add:nowait01020
post/wait queuekslpstevent:get05676
post/wait queuekslpstevent:reget03848
post/wait queueksliwat:remove0575
process allocationksucrp:1030
process allocationksufap: active procs020
redo allocationkcrfw_redo_gen: redo allocation 105,1910
redo allocationkcrfw_redo_gen: redo allocation 303712,546
redo allocationkcrfw_post: more space01821,532
redo allocationkcrfw_redo_write: before write01791,937
redo allocationkcrfw_redo_gen: redo allocation 20920
redo writingkcrfwcr077114
redo writingkcrfw_post: rba scn pair0350
redo writingkcrfw_cal_target_rba076
redo writingkcrfw_post: after write054
redo writingkcrfsr: rba scn pair011
row cache objectskqrpre: find obj09771,771
row cache objectskqreqd: reget085038
row cache objectskqreqd0304352
row cache objectskqrso0164131
row cache objectskqrbgl031
sequence cachekdnnxt: cached seq037720
sequence cachekdnssd024622
sequence cachekdnss087668
session allocationksucri_int : SSO040
session allocationksuxds037
session idle bitksupuc: set busy01710
session idle bitksuxds01310
session idle bitksupuc: clear busy0717
session switchingkskexeall011
shared poolkghalo015,8697,436
shared poolkghalp02,2326,591
shared poolkghupr102883,438
shared poolkghasp06682
shared poolkgh_heap_sizes065921
shared poolkghfre01163
shared pool simulatorkglsim_upd_newhp0126
simulator hash latchkcbsacc: lookup dba064
undo global dataktudba: KSLBEGIN01817
undo global dataktudnx:child0168
undo global dataktusmupst: KSLBEGIN01517
undo global dataktufrbs_20412
undo global datakturax020
undo global dataktucof: at start010


Back to Latch Statistics
Back to Top

Mutex Sleep Summary

Mutex TypeLocationSleepsWait Time (ms)
Library Cachekglpnal2 916,0080
Library Cachekglpin1 43,9880
Library Cachekglpndl1 952,5150
Cursor Pinkkslce [KKSCHLPIN2]2,1100
Library Cachekglpnal1 901,9850
Library Cachekgllkdl1 851,4430
Library Cachekglget1 11,2970
Library Cachekglhdgn2 1061,1970
Library Cachekglhdgh1 641,1570
Cursor PinkksLockDelete [KKSCHLPIN6]8140
Library Cachekglobpn1 717040
Library Cachekgllkal1 806920
Library Cachekglget2 26250
Library Cachekgldtin1 424740
Cursor Pinkksfbc [KKSCHLFSP2]3310
Library Cachekglhdgn1 622720
Library Cachekgllkc1 57540
Library Cachekglrfcl1 79420
Cursor Pinkksfbc [KKSCHLPIN1]170
Cursor ParentkkscsAddChildNode [KKSPRTLOC34]80
Library Cachekglhdgc1 10270
Library CachekglUpgradeLock 11950
Library Cachekglrdtin1 4430
Cursor ParentkkscsPruneChild [KKSPRTLOC35]20
Library Cachekglati1 4510
Library Cachekgllldl2 11210


Back to Latch Statistics
Back to Top

Parent Latch Statistics

No data exists for this section of the report.

Back to Latch Statistics
Back to Top

Child Latch Statistics

No data exists for this section of the report.

Back to Latch Statistics
Back to Top

Segment Statistics

Back to Top

Segments by Logical Reads

OwnerTablespace NameObject NameSubobject NameObj. TypeLogical Reads%Total
EBCC_XTS_EBCCECC_PAYEE_LIST TABLE391,620,19267.01
EBCC_XTS_EBCCECC_PAY_LOG TABLE27,152,4164.65
EBCC_XTS_EBCCECC_ACCOUNT_AUTH TABLE10,869,9361.86
EBCC_XTS_EBCCECC_BASE_ORDER TABLE9,326,0321.60
EBCC_XIDX_EBCCECC_PAYEE_LIST_1 INDEX7,997,2481.37


Back to Segment Statistics
Back to Top

Segments by Physical Reads

OwnerTablespace NameObject NameSubobject NameObj. TypePhysical Reads%Total
EBCC_XTS_EBCCECC_PAY_LOG TABLE27,089,96097.15
EBCC_XTS_EBCCECC_BASE_ORDER TABLE598,5742.15
EBCC_XTS_EBCCECC_AUTH_SEQ_INFO TABLE41,5140.15
EBCC_XTS_EBCCECC_PAYEE_LIST TABLE34,1180.12
EBCC_XIDX_EBCCECC_SERVICE_LOG_1 INDEX14,4470.05


Back to Segment Statistics
Back to Top

Segments by Physical Read Requests

OwnerTablespace NameObject NameSubobject NameObj. TypePhys Read Requests%Total
EBCC_XTS_EBCCECC_PAY_LOG TABLE1,695,81368.11
EBCC_XTS_EBCCECC_BASE_ORDER TABLE598,56224.04
EBCC_XTS_EBCCECC_AUTH_SEQ_INFO TABLE41,5141.67
EBCC_XTS_EBCCECC_PAYEE_LIST TABLE34,1171.37
EBCC_XIDX_EBCCECC_SERVICE_LOG_1 INDEX14,4470.58


Back to Segment Statistics
Back to Top

Segments by UnOptimized Reads

OwnerTablespace NameObject NameSubobject NameObj. TypeUnOptimized Reads%Total
EBCC_XTS_EBCCECC_PAY_LOG TABLE1,695,81368.11
EBCC_XTS_EBCCECC_BASE_ORDER TABLE598,56224.04
EBCC_XTS_EBCCECC_AUTH_SEQ_INFO TABLE41,5141.67
EBCC_XTS_EBCCECC_PAYEE_LIST TABLE34,1171.37
EBCC_XIDX_EBCCECC_SERVICE_LOG_1 INDEX14,4470.58


Back to Segment Statistics
Back to Top

Segments by Optimized Reads

No data exists for this section of the report.

Back to Segment Statistics
Back to Top

Segments by Direct Physical Reads

OwnerTablespace NameObject NameSubobject NameObj. TypeDirect Reads%Total
EBCC_XTS_EBCCECC_PAY_LOG TABLE27,089,534100.00
EBCC_XTS_EBCCSYS_LOB0000108971C00030$$ LOB3050.00


Back to Segment Statistics
Back to Top

Segments by Physical Writes

OwnerTablespace NameObject NameSubobject NameObj. TypePhysical Writes%Total
CYDB_XTS_CYDBRCVREQ TABLE55,4544.04
CYDB_XTS_CYDBREQRES_SVCSRLNO_INDEX INDEX37,1842.71
CYDB_XTS_CYDBIDX_RCVREQ_4 INDEX35,5042.59
CYDB_XTS_CYDBSNDREQ TABLE34,8622.54
CYDB_XTS_CYDBSNDREQ_REQSRLNO_INDEX INDEX28,5272.08


Back to Segment Statistics
Back to Top

Segments by Physical Write Requests

OwnerTablespace NameObject NameSubobject NameObj. TypePhys Write Requests%Total
EBCC_XIDX_EBCCECC_SERVICE_LOG_1 INDEX27,4716.62
CYDB_XTS_CYDBREQRES_SVCSRLNO_INDEX INDEX22,6585.46
CYDB_XTS_CYDBSNDREQ_REQSRLNO_INDEX INDEX20,0044.82
CYDB_XTS_CYDBIDX_RCVREQ_4 INDEX19,1234.61
CYDB_XTS_CYDBIDX_RCVREQ_5 INDEX16,9714.09


Back to Segment Statistics
Back to Top

Segments by Direct Physical Writes

OwnerTablespace NameObject NameSubobject NameObj. TypeDirect Writes%Total
SYSSYSAUXWRH$_ACTIVE_SESSION_HISTORYWRH$_ACTIVE_4278731049_37985TABLE PARTITION15716.25
EBCC_XTS_EBCCSYS_LOB0000108971C00030$$ LOB899.21


Back to Segment Statistics
Back to Top

Segments by Table Scans

OwnerTablespace NameObject NameSubobject NameObj. TypeTable Scans%Total
EBCC_XTS_EBCCECC_PAY_LOG TABLE200.89


Back to Segment Statistics
Back to Top

Segments by DB Blocks Changes

OwnerTablespace NameObject NameSubobject NameObj. TypeDB Block Changes% of Capture
CYDB_XTS_CYDBIDX_RCVREQ_4 INDEX1,332,8165.14
CYDB_XTS_CYDBRCVREQ TABLE1,328,7525.12
CYDB_XTS_CYDBREQRES_SVCSRLNO_INDEX INDEX1,322,2405.10
CYDB_XTS_CYDBIDX_RCVREQ_5 INDEX1,312,7685.06
CYDB_XTS_CYDBREQRES_RESTIME_INDEX INDEX1,274,9924.91


Back to Segment Statistics
Back to Top

Segments by Row Lock Waits

OwnerTablespace NameObject NameSubobject NameObj. TypeRow Lock Waits% of Capture
CYDB_XTS_CYDBIDX_RCVREQ_5 INDEX49,40912.44
CYDB_XTS_CYDBREQRES_RESTIME_INDEX INDEX39,75710.01
CYDB_XTS_CYDBSNDREQ_REQTIME_INDEX INDEX35,7749.01
CYDB_XTS_CYDBINDEX1 INDEX30,2627.62
CYDB_XTS_CYDBREQRES_LASTUPDATETIME INDEX26,3996.65


Back to Segment Statistics
Back to Top

Segments by ITL Waits

OwnerTablespace NameObject NameSubobject NameObj. TypeITL Waits% of Capture
CYDB_XTS_CYDBIDX_RCVREQ_5 INDEX37519.99
CYDB_XTS_CYDBREQRES_SVCSRLNO_INDEX INDEX1729.17
CYDB_XTS_CYDBSNDREQ_REQTIME_INDEX INDEX1437.62
CYDB_XTS_CYDBSYS_C0012584 INDEX1125.97
CYDB_XTS_CYDBSYS_C0012588 INDEX1095.81


Back to Segment Statistics
Back to Top

Segments by Buffer Busy Waits

OwnerTablespace NameObject NameSubobject NameObj. TypeBuffer Busy Waits% of Capture
CYDB_XTS_CYDBIDX_RCVREQ_5 INDEX141,12112.69
CYDB_XTS_CYDBREQRES_RESTIME_INDEX INDEX128,56511.56
CYDB_XTS_CYDBREQRES_LASTUPDATETIME INDEX106,7559.60
CYDB_XTS_CYDBSNDREQ_REQTIME_INDEX INDEX101,9119.16
CYDB_XTS_CYDBIDX_RCVREQ_6 INDEX95,0218.54


Back to Segment Statistics
Back to Top

Segments by Global Cache Buffer Busy

OwnerTablespace NameObject NameSubobject NameObj. TypeGC Buffer Busy% of Capture
CYDB_XTS_CYDBREQRES_RESTIME_INDEX INDEX411,55014.29
CYDB_XTS_CYDBIDX_RCVREQ_5 INDEX410,74614.27
CYDB_XTS_CYDBSNDREQ_REQTIME_INDEX INDEX399,71013.88
CYDB_XTS_CYDBINDEX1 INDEX315,00810.94
CYDB_XTS_CYDBIDX_RCVREQ_6 INDEX215,9027.50


Back to Segment Statistics
Back to Top

Segments by CR Blocks Received

OwnerTablespace NameObject NameSubobject NameObj. TypeCR Blocks Received%Total
CYDB_XTS_CYDBPRV_MONITOR_INFO TABLE181,44716.20
CYDB_XTS_CYDBCSM_MONITOR_INFO TABLE55,0674.92
CYDB_XTS_CYDBSNDREQ TABLE44,2533.95
EBCC_XIDX_EBCCPK_ECC_SERVICE_LOG INDEX43,1973.86
CYDB_XTS_CYDBRCVRES TABLE34,4973.08


Back to Segment Statistics
Back to Top

Segments by Current Blocks Received

OwnerTablespace NameObject NameSubobject NameObj. TypeCurrent Blocks Received%Total
CYDB_XTS_CYDBREQRES_SVCSRLNO_INDEX INDEX545,3648.64
CYDB_XTS_CYDBIDX_RCVREQ_4 INDEX544,4638.63
CYDB_XTS_CYDBSNDREQ_REQSRLNO_INDEX INDEX481,0537.62
CYDB_XTS_CYDBRCVRES_SVCSRLNO INDEX471,6957.47
CYDB_XTS_CYDBIDX_RCVREQ_5 INDEX448,8477.11


Back to Segment Statistics
Back to Top

Dictionary Cache Statistics

Back to Top

Dictionary Cache Stats

CacheGet RequestsPct MissScan ReqsPct MissMod ReqsFinal Usage
dc_awr_control633.170 01
dc_files4,2720.000 048
dc_global_oids8525.880 09
dc_histogram_data12,728,7130.010 0878
dc_histogram_defs15,006,1460.030 01,470
dc_objects9,180,8140.010 0499
dc_profiles7,3660.000 01
dc_rollback_segments4,558,0650.000 02,051
dc_segments5,042,5090.020 7454
dc_sequences4,11988.490 4,1192
dc_tablespaces293,6270.000 014
dc_users2,664,0460.000 040
global database name8,2360.000 01
outstanding_alerts6897.060 011
sch_lj_oids475.000 00


Back to Dictionary Cache Statistics
Back to Top

Dictionary Cache Stats (RAC)

CacheGES RequestsGES ConflictsGES Releases
dc_awr_control220
dc_global_oids22022
dc_histogram_defs3,86203,876
dc_objects6050566
dc_segments8166791
dc_sequences8,2353,6461
dc_tablespaces100
dc_users204
outstanding_alerts132264
sch_lj_oids304


Back to Dictionary Cache Statistics
Back to Top

Library Cache Statistics

Back to Top

Library Cache Activity

NamespaceGet RequestsPct MissPin RequestsPct MissReloadsInvali- dations
ACCOUNT_STATUS11,0490.020 00
BODY7,5880.2511,5400.1910
CLUSTER1202.501202.5000
DBLINK11,3930.000 00
EDITION3,8660.007,5490.0000
INDEX23100.0023100.0000
QUEUE1,6890.001,7490.0000
SCHEMA4,5420.070 00
SQL AREA1,802,21227.229,672,83322.3950,7324
SQL AREA BUILD834,94664.080 00
SQL AREA STATS834,59596.73834,57996.7300
TABLE/PROCEDURE860,6330.066,875,8720.017520
TRANSFORMATION3610.003610.0000


Back to Library Cache Statistics
Back to Top

Library Cache Activity (RAC)

NamespaceGES Lock RequestsGES Pin RequestsGES Pin ReleasesGES Inval RequestsGES Invali- dations
ACCOUNT_STATUS11,0490000
BODY011,53811,53800
CLUSTER12012012000
DBLINK11,3930000
EDITION3,8663,8663,86600
INDEX23232300
QUEUE1,3281,7481,74800
SCHEMA3,6830000
TABLE/PROCEDURE1,040,8155,178,7005,178,70000
TRANSFORMATION36136136100


Back to Library Cache Statistics
Back to Top

Memory Statistics

Back to Top

Memory Dynamic Components

ComponentBegin Snap Size (Mb)Current Size (Mb)Min Size (Mb)Max Size (Mb)Oper CountLast Op Typ/Mod
ASM Buffer Cache0.000.000.000.000STA/
DEFAULT 16K buffer cache0.000.000.000.000STA/
DEFAULT 2K buffer cache0.000.000.000.000STA/
DEFAULT 32K buffer cache0.000.000.000.000STA/
DEFAULT 4K buffer cache0.000.000.000.000STA/
DEFAULT 8K buffer cache0.000.000.000.000STA/
DEFAULT buffer cache46,848.0046,848.0046,848.0047,104.000SHR/IMM
KEEP buffer cache0.000.000.000.000STA/
PGA Target25,856.0025,856.0025,856.0025,856.000STA/
RECYCLE buffer cache0.000.000.000.000STA/
SGA Target77,568.0077,568.0077,568.0077,568.000STA/
Shared IO Pool0.000.000.000.000STA/
java pool1,792.001,792.001,792.001,792.000STA/
large pool1,536.001,536.001,536.001,536.000STA/
shared pool26,368.0026,368.0026,112.0026,368.000GRO/IMM
streams pool512.00512.00512.00512.000STA/


Back to Memory Statistics
Back to Top

Memory Resize Operations Summary

No data exists for this section of the report.

Back to Memory Statistics
Back to Top

Memory Resize Ops

No data exists for this section of the report.

Back to Memory Statistics
Back to Top

Process Memory Summary

CategoryAlloc (MB)Used (MB)Avg Alloc (MB)Std Dev Alloc (MB)Max Alloc (MB)Hist Max Alloc (MB)Num ProcNum Alloc
BOther1,433.19 7.8715.157070182182
Freeable225.690.001.575.2046 144144
SQL1.720.350.010.0206137101
PL/SQL1.610.840.010.0400180179
EOther1,397.52 7.4314.807070188188
Freeable223.750.001.515.1446 148148
SQL1.880.180.010.0206143111
PL/SQL1.630.790.010.0400186185


Back to Memory Statistics
Back to Top

SGA Memory Summary

SGA regionsBegin Size (Bytes)End Size (Bytes) (if different)
Database Buffers49,123,688,448 
Fixed Size2,261,968 
Redo Buffers171,487,232 
Variable Size31,675,386,928 

Back to Memory Statistics
Back to Top

SGA breakdown difference

PoolNameBegin MBEnd MB% Diff
javafree memory1,792.001,792.000.00
largefree memory1,528.191,528.190.00
sharedKGLDA268.18267.41-0.29
sharedKGLH05,047.505,047.600.00
sharedKGLHD967.05955.95-1.15
sharedSQLA11,454.7311,412.48-0.37
shareddb_block_hash_buckets356.00356.000.00
sharedfree memory4,466.354,521.671.24
sharedgcs resources1,324.661,324.660.00
sharedgcs shadows917.07917.070.00
streamsfree memory511.99511.990.00
 buffer_cache46,848.0046,848.000.00
 fixed_sga2.162.160.00
 log_buffer163.54163.540.00


Back to Memory Statistics
Back to Top

Streams Statistics

Back to Top

Streams CPU/IO Usage

Session TypeFirst LogonCPU time(s)User IO Wait time(s)SYS IO Wait time(s)
QMON Coordinator1026 04:19:060.260.000.00
QMON Slaves1026 04:19:16-0.32-0.000.00


Back to Streams Statistics
Back to Top

Streams Capture

No data exists for this section of the report.

Back to Streams Statistics
Back to Top

Streams Capture Rate

No data exists for this section of the report.

Back to Streams Statistics
Back to Top

Streams Apply

No data exists for this section of the report.

Back to Streams Statistics
Back to Top

Streams Apply Rate

No data exists for this section of the report.

Back to Streams Statistics
Back to Top

Buffered Queues

Queue NameEnq MsgsEnq Msgs/secDeq MsgsDeq Msgs/secSpill MsgsSpill Msgs/sec%Spill Msgs
SYS.SCHEDULER$_EVENT_QUEUE(12949) 00.0000.0000.00 


Back to Streams Statistics
Back to Top

Buffered Queue Subscribers

No data exists for this section of the report.

Back to Streams Statistics
Back to Top

Rule Set

No data exists for this section of the report.

Back to Streams Statistics
Back to Top

Persistent Queues

No data exists for this section of the report.

Back to Streams Statistics
Back to Top

Persistent Queues Rate

No data exists for this section of the report.

Back to Streams Statistics
Back to Top

Persistent Queue Subscribers

No data exists for this section of the report.

Back to Streams Statistics
Back to Top

Resource Limit Stats

No data exists for this section of the report.


Back to Top

Shared Server Statistics

Back to Top

Shared Servers Activity

Avg Total ConnectionsAvg Active ConnectionsAvg Total Shared SrvrsAvg Active Shared SrvrsAvg Total DispatchersAvg Active Dispatchers
001010


Back to Shared Server Statistics
Back to Top

Shared Servers Rates

Common Queue Per SecDisp Queue Per SecServer Msgs/SecServer KB/SecCommon Queue TotalDisp Queue TotalServer Total MsgsServer Total(KB)
0000.000000


Back to Shared Server Statistics
Back to Top

Shared Servers Utilization

Total Server Time (s)%Busy%IdleIncoming Net %Outgoing Net %
3,6100.00100.000.000.00


Back to Shared Server Statistics
Back to Top

Shared Servers Common Queue

No data exists for this section of the report.

Back to Shared Server Statistics
Back to Top

Shared Servers Dispatchers

NameAvg ConnsTotal Disp Time (s)%Busy%IdleTotal QueuedTotal Queue Wait (s)Avg Queue Wait (ms)
D0000.003,6100.00100.0000 
D0000.003,6100.00100.0000 
D0000.003,6100.00100.0000 
D0000.003,6100.00100.0000 
Sum0.00   00 
Avg0.00 0.00100.0000 
Std0.00 0.000.0000 


Back to Shared Server Statistics
Back to Top

init.ora Parameters

Back to Top

init.ora Parameters

Parameter NameBegin valueEnd value (if different)
_gc_policy_time0  
_gc_undo_affinityFALSE  
_use_adaptive_log_file_syncFALSE  
audit_file_dest/oracle/app/db/admin/cydb/adump  
audit_trailNONE  
cluster_databaseTRUE  
compatible11.2.0.4.0  
control_file_record_keep_time14  
control_files/oradata/cydb/control01.ctl, /oradata/cydb/control02.ctl  
db_block_size8192  
db_domain    
db_file_multiblock_read_count16  
db_file_name_convert/oradata/drebcc/, /oradata/cydb/  
db_namecydb  
db_recovery_file_dest    
db_recovery_file_dest_size214748364800  
diagnostic_dest/oracle/app/db  
dispatchers(PROTOCOL=TCP) (SERVICE=cydbXDB)  
enable_goldengate_replicationTRUE  
event28401 TRACE NAME CONTEXT FOREVER, LEVEL 1  
fal_serverebccdpc  
instance_number1  
local_listener(ADDRESS=(PROTOCOL=TCP)(HOST=10.13.11.117)(PORT=1521))  
log_archive_configDG_CONFIG=(cydb, ebccdpc)  
log_archive_dest_1LOCATION=/oradata/arch VALID_FOR=(ALL_LOGFILES, ALL_ROLES) DB_UNIQUE_NAME=cydb  
log_archive_dest_3SERVICE=ebccdpc LGWR ASYNC NOAFFIRM VALID_FOR=(ONLINE_LOGFILES, PRIMARY_ROLE) DB_UNIQUE_NAME=ebccdpc  
log_archive_dest_state_2enable  
log_archive_dest_state_3ENABLE  
log_archive_format%t_%s_%r.arc  
log_archive_max_processes8  
log_file_name_convert/oradata/drebcc/, /oradata/cydb/  
max_dump_file_size50M  
open_cursors1000  
parallel_force_localTRUE  
parallel_max_servers160  
pga_aggregate_target27081572352  
plsql_warningsDISABLE:ALL  
processes3000  
recyclebinOFF  
remote_listenercydb-scan.xuwang.online:1521  
remote_login_passwordfileEXCLUSIVE  
service_namesSYS$SYS.SCHEDULER$_EVENT_QUEUE.CYDB  
sessions4560  
sga_target81335943168  
spfile/oradata/cydb/spfilecydb.ora  
standby_file_managementAUTO  
thread1  
undo_tablespaceUNDOTBS1  


Back to init.ora Parameters
Back to Top

init.ora Multi-Valued Parameters

Parameter NameBegin valueEnd value (if different)
control_files/oradata/cydb/control01.ctl  
/oradata/cydb/control02.ctl  
db_file_name_convert/oradata/drebcc/  
/oradata/cydb/  
log_file_name_convert/oradata/drebcc/  
/oradata/cydb/  


Back to init.ora Parameters
Back to Top

RAC Statistics

BeginEnd
Number of Instances: 2 2

Global Cache Load Profile

Per SecondPer Transaction
Global Cache blocks received: 2,058.43 1.51
Global Cache blocks served: 2,031.68 1.49
GCS/GES messages received: 4,059.86 2.98
GCS/GES messages sent: 4,165.79 3.05
DBWR Fusion writes: 67.08 0.05
Estd Interconnect traffic (KB) 34,327.39 

Global Cache Efficiency Percentages (Target local+remote 100%)

Buffer access - local cache %: 98.52
Buffer access - remote cache %: 1.33
Buffer access - disk %: 0.14

Global Cache and Enqueue Services - Workload Characteristics

Avg global enqueue get time (ms): 0.1
Avg global cache cr block receive time (ms): 0.3
Avg global cache current block receive time (ms): 0.8
Avg global cache cr block build time (ms): 0.0
Avg global cache cr block send time (ms): 0.0
Global cache log flushes for cr blocks served %: 4.0
Avg global cache cr block flush time (ms): 1.4
Avg global cache current block pin time (ms): 0.0
Avg global cache current block send time (ms): 0.0
Global cache log flushes for current blocks served %: 25.4
Avg global cache current block flush time (ms): 1.7

Global Cache and Enqueue Services - Messaging Statistics

Avg message sent queue time (ms): 0.1
Avg message sent queue time on ksxp (ms): 0.4
Avg message received queue time (ms): 0.0
Avg GCS message process time (ms): 0.0
Avg GES message process time (ms): 0.0
% of direct sent messages: 69.99
% of indirect sent messages: 28.93
% of flow controlled messages: 1.08


Cluster Interconnect

 Begin End
InterfaceIP AddressPubSourcePubSrc
bond1:1169.254.245.82N   

RAC Statistics


Back to Top


Back to Top

Global Messaging Statistics

StatisticTotalper Secondper Trans
acks for commit broadcast(actual)1,110,874307.690.23
acks for commit broadcast(logical)2,717,145752.600.55
broadcast msgs on commit(actual)2,818,921780.790.57
broadcast msgs on commit(logical)2,818,921780.790.57
broadcast msgs on commit(wasted)1,259,435348.840.26
dynamically allocated gcs resources00.000.00
dynamically allocated gcs shadows00.000.00
flow control messages received00.000.00
flow control messages sent00.000.00
gcs apply delta00.000.00
gcs assume cvt00.000.00
gcs assume no cvt3,464,056959.480.70
gcs ast xid59,60616.510.01
gcs blocked converts6,818,9651,888.731.38
gcs blocked cr converts1,439,033398.590.29
gcs compatible basts1,1280.310.00
gcs compatible cr basts (global)22,3016.180.00
gcs compatible cr basts (local)441,950122.410.09
gcs cr basts to PIs00.000.00
gcs cr serve without current lock00.000.00
gcs dbwr flush pi msgs235,19965.150.05
gcs dbwr write request msgs161,55144.750.03
gcs delta msgs sent00.000.00
gcs delta push aborted by cancel00.000.00
gcs delta push aborted by remastering00.000.00
gcs delta push cancelled00.000.00
gcs delta push cancelled at master00.000.00
gcs delta push cancelled by close00.000.00
gcs delta push cancelled by consign00.000.00
gcs delta push cancelled by cvt ping00.000.00
gcs delta push cancelled by dwncvt00.000.00
gcs delta push create pi00.000.00
gcs delta update master msgs sent00.000.00
gcs delta wait aborted by remastering00.000.00
gcs delta wait cancelled00.000.00
gcs error msgs00.000.00
gcs force cr block only2840.080.00
gcs force cr grant530.010.00
gcs force cr no current00.000.00
gcs forward cr to pinged instance00.000.00
gcs immediate (compatible) converts10,5702.930.00
gcs immediate (null) converts750,340207.830.15
gcs immediate cr (compatible) converts420.010.00
gcs immediate cr (null) converts593,099164.280.12
gcs indirect ast617,424171.020.13
gcs indirect bidless ast00.000.00
gcs indirect fg ast617,424171.020.13
gcs lms flush pi msgs00.000.00
gcs lms write request msgs58,11016.100.01
gcs msgs process time(ms)511,377141.640.10
gcs msgs received14,129,9103,913.732.87
gcs new served by master250,34369.340.05
gcs out-of-order msgs3280.090.00
gcs pings refused97,53027.010.02
gcs pkey conflicts retry00.000.00
gcs push delta00.000.00
gcs queued converts54,58515.120.01
gcs reader bypass N->Xw ping local00.000.00
gcs reader bypass N->Xw ping remote00.000.00
gcs reader bypass grant X on assume00.000.00
gcs reader bypass grant ast00.000.00
gcs reader bypass grant fg ast00.000.00
gcs reader bypass grant immediate00.000.00
gcs recovery claim msgs00.000.00
gcs refuse xid55,31815.320.01
gcs regular cr00.000.00
gcs retry convert request00.000.00
gcs share recovery bast00.000.00
gcs side channel msgs actual55,72115.430.01
gcs side channel msgs logical8,188,7432,268.131.66
gcs stale cr9200.250.00
gcs undo cr00.000.00
gcs write notification msgs50,45613.980.01
gcs writes refused34,0969.440.01
ges msgs process time(ms)12,9743.590.00
ges msgs received527,588146.130.11
global posts dropped00.000.00
global posts queue time00.000.00
global posts queued00.000.00
global posts requested00.000.00
global posts sent00.000.00
implicit batch messages received329,04191.140.07
implicit batch messages sent402,198111.400.08
lmd msg send time(ms)00.000.00
lms(s) msg send time(ms)00.000.00
messages flow controlled144,81640.110.03
messages queue sent actual3,589,025994.090.73
messages queue sent logical1,076,035298.040.22
messages received actual13,808,0193,824.572.80
messages received logical14,657,4984,059.862.98
messages sent directly9,363,6332,593.551.90
messages sent indirectly3,870,8561,072.160.79
messages sent not implicit batched2,4400.680.00
messages sent pbatched1,926,549533.620.39
msgs causing lmd to send msgs144,14739.930.03
msgs causing lms(s) to send msgs237,06065.660.05
msgs received queue time (ms)173,11547.950.04
msgs received queued14,657,4984,059.862.98
msgs sent queue time (ms)429,275118.900.09
msgs sent queue time on ksxp (ms)5,414,0151,499.581.10
msgs sent queued4,252,2891,177.810.86
msgs sent queued on ksxp14,108,5523,907.812.87
number of broadcasted resources00.000.00
number of ges deadlock detected00.000.00
process batch messages received1,723,886477.480.35
process batch messages sent1,662,497460.480.34



Back to Top

Global CR Served Stats

StatisticTotal
CR Block Requests403,425
CURRENT Block Requests612,683
Data Block Requests403,425
Undo Block Requests8,757
TX Block Requests600,936
Current Results1,010,973
Private results218
Zero Results4,457
Disk Read Results460
Fail Results13
Fairness Down Converts43,144
Fairness Clears15,455
Free GC Elements0
Flushes40,558
Flushes Queued0
Flush Queue Full0
Flush Max Time (us)0
Light Works3,563
Errors0



Back to Top

Global CURRENT Served Stats

StatisticTotal% <1ms% <10ms% <100ms% <1s% <10s
Pins139,78684.7813.161.940.120.00
Flushes1,607,55439.2460.400.360.000.00
Writes242,1086.0772.2221.550.010.15



Back to Top

Global Cache Transfer Stats

Back to Top

Global Cache Transfer Stats

  CR Current
Inst NoBlock Class Blocks Received% Immed% Busy% CongstBlocks Received% Immed% Busy% Congst
2data block486,49896.272.391.346,273,10071.9427.021.04
2undo header618,21993.325.401.2831,50892.366.291.35
2undo block13,22898.370.381.250   
2Others1,97698.580.301.115,92797.960.671.37


Back to Global Cache Transfer Stats
Back to Top

Global Cache Transfer Times (ms)

  CR Avg Time (ms) Current Avg Time (ms)
Inst NoBlock Class AllImmedBusyCongstAllImmedBusyCongst
2data block0.330.292.030.330.760.262.100.31
2undo header0.340.271.670.310.330.251.620.29
2undo block0.300.292.380.37    
2others0.270.263.520.260.240.231.720.30


Back to Global Cache Transfer Stats
Back to Top

Global Cache Transfer (Immediate)

   CR Current
Src Inst#Block Class Blocks LostImmed Blks Received% 2hop% 3hopImmed Blks Received% 2hop% 3hop
2data block0468,347100.000.004,512,648100.000.00
2undo header0576,945100.000.0029,102100.000.00
2undo block013,013100.000.000  
2others01,948100.000.005,806100.000.00


Back to Global Cache Transfer Stats
Back to Top

Global Cache Times (Immediate)

   CR Avg Time (ms) Current Avg Time (ms)
Src Inst#Block Class Lost TimeImmed2hop3hopImmed2hop3hop
2data block 0.290.29 0.260.26 
2undo header 0.270.27 0.250.25 
2undo block 0.290.29    
2others 0.260.26 0.230.23 


Back to Global Cache Transfer Stats
Back to Top

Interconnect Stats

Back to Top

Interconnect Ping Latency Stats

Target Instance500B Ping CountAvg Latency 500B msgStddev 500B msg8K Ping CountAvg Latency 8K msgStddev 8K msg
12830.240.122830.230.11
22830.260.102830.360.18


Back to Interconnect Stats
Back to Top

Interconnect Throughput by Client

Used BySend Mbytes/secReceive Mbytes/sec
Global Cache13.2413.41
Parallel Query0.000.00
DB Locks1.091.06
DB Streams0.000.00
Other0.000.01


Back to Interconnect Stats
Back to Top

Interconnect Device Statistics

Device NameIP AddressPublicSourceSend Mbytes/secSend ErrorsSend DroppedSend Buffer OverrunSend Carrier LostReceive Mbytes/secReceive ErrorsReceive DroppedReceive Buffer OverrunReceive Frame Errors
bond1:1169.254.245.82NO  0.000000 0.000000


Back to Interconnect Stats
Back to Top

Dynamic Remastering Stats

No data exists for this section of the report.


Back to Top

End of Report