AWR(Automatic Workload Repository)——分析(3)!

以AWR的一个HTML格式的报告为例:

DB NameDB IdInstanceInst numReleaseRACHost
ORCL1290103567orcl110.2.0.4.0NOlinux

 Snap IdSnap TimeSessionsCursors/Session
Begin Snap:1707-10月-11 16:00:10222.6
End Snap:1807-10月-11 17:00:14222.6
Elapsed: 60.06 (mins)  
DB Time: 0.05 (mins)  

Sessions:表示采集时实例连接的会话数,这个数可以让我们了解数据库的并发用户数大概的情况,这个数值对于我们判断数据库的类型有帮助。

Cursors/Session:每个会话平均打开的游标数。

DB Time:这个数值比较重要,它表示用户操作话费的时间,包括CPU时间和等待事件。要注意它指的是用户操作的时间,而不包含数据库后台进程花费的时间。从上面的列表中我们看到,60分钟的周期当中,用户的时间占用了0.05秒,说明数据库很闲(因为只是我的测试数据库)。如果这个数值远远大于60分钟(因为它是以累积的方式记录的),说明数据库比较繁忙,那么就应该到TOP5的等待事件部分去查看究竟是什么事件占用了系统如此多的时间。


Cache Sizes

 BeginEnd  
Buffer Cache:48M48MStd Block Size:8K
Shared Pool Size:92M92MLog Buffer:2,856K

这个列表列出了AWR在性能采集开始和结束的时候,数据缓冲池(Buffer Cache)和共享池(Shared Pool Size)的大小。通过前后比较可以了解体统内存消耗的变化。


Load Profile

 Per SecondPer Transaction
Redo size:638.107,417.77
Logical reads:6.9680.90
Block changes:2.2025.55
Physical reads:0.020.19
Physical writes:0.262.99
User calls:0.050.62
Parses:0.768.83
Hard parses:0.000.01
Sorts:0.515.95
Logons:0.020.21
Executes:1.6118.72
Transactions:0.09 

% Blocks changed per Read:31.58Recursive Call %:99.44
Rollback per transaction %:0.00Rows per Sort:9.12

这两部分是数据库资源负载的一个明细列表,分割成每秒钟的资源负载和每个事务的资源负载情况,性能指标的含义如下:

Redo size:每秒(每个事务)产生的redo量。单位为bytes,从上面就可以知道数据库每秒产生了大约638/1024=0.6KB的redo信息,每个事务平均产生了7417/1024=7.2KB左右的redo信息。
Logical reads:每秒(每个事务)产生的逻辑读(对应于物理读)
Block changes:每秒(每个事务)改变的数据块数
Physical reads:每秒(每个事务)产生的物理读
Physical writes:每秒(每个事务)产生的物理写
User calls:每秒(每个事务)用户的调用次数
Parses:每秒(每个事务)分析次数
Hard parses:每秒(每个事务)硬分析次数
Sorts:每秒(每个事务)排序次数
Logons:每秒(每个事务)登录数据库次数
Executes:每秒(每个事务)sql的执行次数
Transactions:每秒(每个事务)每秒的事务数

Instance Efficiency Percentages (Target 100%)

Buffer Nowait %:100.00Redo NoWait %:100.00
Buffer Hit %:99.77In-memory Sort %:100.00
Library Hit %:99.89Soft Parse %:99.89
Execute to Parse %:52.83Latch Hit %:100.00
Parse CPU to Parse Elapsd %:14.55% Non-Parse CPU:90.85

对于OLTP系统来说,它的意义比较重大,这些值都应该尽可能的接近100%;而对于OLAP系统来说,它的值的高低似乎对系统影响不大。

Buffer Nowait %:非等待方式获取数据块百分比
Redo NoWait %:非等待方式获取redo数据百分比
Buffer Hit %:内存数据块命中率
In-memory Sort %:数据块在内存中排序的百分比
Library Hit %:共享池中sql解析的命中率
Soft Parse %:软分析在总分析数的百分比
Execute to Parse %:执行次数对分析次数的百分比
Latch Hit %:latch命中率百分比
Parse CPU to Parse Elapsd %:解析总时间中消耗CPU的时间百分比
% Non-Parse CPU:CPU非分析时间在整个CPU时间的百分比

Top 5 Timed Events

EventWaitsTime(s)Avg Wait(ms)% Total Call TimeWait Class
control file parallel write1,19786279.9System I/O
CPU time 2 64.0 
log file parallel write3822461.7System I/O
db file parallel write5731250.2System I/O
control file sequential read3,0191027.4System I/O

这一部分是AWR报告中最重要的一部分,如果一个等待事件在一个小时的采集周期中所占的时间太长,就需要重点关注了。如果这一部分显示前5位等待事件一共也没有等待多长时间,那么我觉得这个AWR报告就没有必要看下去了,因为看起来系统的状态非常好——几乎没有太长的等待操作,所以不需要做性能上的优化。注意:这个Waits表示等待的次数!

RAC Statistics

 BeginEnd
Number of Instances:22

Global Cache Load Profile

 Per SecondPer Transaction
Global Cache blocks received:8.310.58
Global Cache blocks served:4.120.29
GCS/GES messages received:27.191.89
GCS/GES messages sent:36.652.55
DBWR Fusion writes:0.390.03
Estd Interconnect traffic (KB)111.88 

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

Buffer access - local cache %:96.55
Buffer access - remote cache %:0.81
Buffer access - disk %:2.63

Global Cache and Enqueue Services - Workload Characteristics

Avg global enqueue get time (ms):0.0
Avg global cache cr block receive time (ms):0.4
Avg global cache current block receive time (ms):0.5
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 %:0.1
Avg global cache cr block flush time (ms):0.0
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 %:0.0
Avg global cache current block flush time (ms): 

Global Cache and Enqueue Services - Messaging Statistics

Avg message sent queue time (ms):0.0
Avg message sent queue time on ksxp (ms):0.2
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:29.88
% of indirect sent messages:23.50
% of flow controlled messages:46.62

这一部分只有在RAC环境下才会出现,是一些全局内存中数据发送、接收方面的性能指标,还有一些全局锁的信息,除非这个数据库在运行正常时设定了一个基线作为参照,否则这一部分性能指标值很难说是否有性能问题。


Time Model Statistics

  • Total time in database user-calls (DB Time): 10.7s
  • Statistics including the word "background" measure background process time, and so do not contribute to the DB time statistic
  • Ordered by % or DB time desc, Statistic name
Statistic NameTime (s)% of DB Time
sql execute elapsed time9.4288.00
DB CPU7.6671.60
parse time elapsed2.8626.68
hard parse elapsed time2.4322.67
PL/SQL execution elapsed time1.6515.39
PL/SQL compilation elapsed time0.433.98
connection management call elapsed time0.222.07
hard parse (sharing criteria) elapsed time0.030.31
repeated bind elapsed time0.010.10
hard parse (bind mismatch) elapsed time0.010.08
sequence load elapsed time0.000.01
DB time10.70 
background elapsed time22.99 
background cpu time9.88 
这一部分信息列出了各种操作占用的数据库时间比例,也是很有用的一部分。


Wait Class

  • s - second
  • cs - centisecond - 100th of a second
  • ms - millisecond - 1000th of a second
  • us - microsecond - 1000000th of a second
  • ordered by wait time desc, waits desc
Wait ClassWaits%Time -outsTotal Wait Time (s)Avg wait (ms)Waits /txn
System I/O5,9860.0012210.01
User I/O3490.004100.58
Commit2600.00260.43
Concurrency50.000370.01
Application3020.00010.51
Other490.00010.08
Network6,9810.000011.67
Configuration1100.00060.00
这一部分是等待事件的类型,可以很清楚的看到哪个等待事件属于哪种类型。


SQL ordered by Elapsed Time

  • Resources reported for PL/SQL code includes the resources used by all SQL statements called by the code.
  • % Total DB Time is the Elapsed Time of the SQL statement divided into the Total Database Time multiplied by 100
Elapsed Time (s)CPU Time (s)ExecutionsElap per Exec (s)% Total DB TimeSQL IdSQL ModuleSQL Text
21600.0314.896gvch1xu9ca3g DECLARE job BINARY_INTEGER := ...
112,1540.0013.44cb75rw3w1tt0sOEM.SystemPoolbegin MGMT_JOB_ENGINE.get_sche...
00410.014.34abtp0uqvdb1d3 CALL MGMT_ADMIN_DATA.EVALUATE_...
00940.004.198hk7xvhua40vaOEM.LoaderINSERT INTO MGMT_METRICS_RAW(C...
0020.193.48bgb6m4jc3rps0OEM.BoundedPoolbegin setEMUserContext(:1, :2...
001190.003.322b064ybzkwf1yOEM.SystemPoolBEGIN EMD_NOTIFICATION.QUEUE_R...
00180.022.70130dvvr5s8bgn select obj#, dataobj#, part#...
00600.002.67cydnuss99swtdOEM.SystemPoolBEGIN EM_PING.RECORD_BATCH_HEA...
001,0080.002.293c1kubcdjnppq update sys.col_usage$ set eq...
0040.062.27f787fyhjmkp61OEM.BoundedPoolINSERT INTO MGMT_SEVERITY(ACTI...
0090.021.69d8mayxqw0wnpvOMSSELECT OWNER FROM DBA_PROCEDUR...
002,2170.001.4496g93hntrzjtr select /*+ rule */ bucket_cnt,...
0010.151.42bunssq950snhf insert into wrh$_sga_target_ad...
002,1540.001.426gh8gj9n09vr7OEM.SystemPoolSELECT JOB_ID, EXECUTION_ID, ...
001810.001.357ng34ruy5awxq select i.obj#, i.ts#, i.file#,...
00170.011.32b9huk6zssjk7fOEM.LoaderBEGIN EMD_LOADER.UPDATE_LOADER...
007190.001.256ssrk2dqj7jbx select job, nvl2(last_date, ...
00960.001.21cvn54b7yz0s8u select /*+ index(idl_ub1$ i_id...
00120.011.14gz6qtapr9u99demagent@linux (TNS V1-V3)/* OracleOEM */ DECLARE l_l...
001450.001.148swypbbr0m372 select order#, columns, types ...
001,3330.001.1291h2x42zqagcmOEM.LoaderUPDATE MGMT_CURRENT_METRICS SE...
0010.111.0636g2yq0mxjx2y insert into wrh$_pgastat (sn...
0050.021.05ckd6kpty9npxkOEM.BoundedPoolBEGIN EMD_LOADER.obtain_lock_f...
004220.001.0304xtrk7uyhknh select obj#, type#, ctime, mti...
00960.001.0039m4sx9k63ba2 select /*+ index(idl_ub2$ i_id...
按照sql的执行时间从长到短的排序。

Elapsed Time (s)   :sql执行总的时间

 CPU Time (s)    :sql执行消耗cpu的时间

Executions     :sql执行次数

Elap per Exec (s):     sql'每次执行消耗的时间

% Total DB Time :sql执行时间占总共DB Time的百分比

SQL ordered by CPU Time

  • Resources reported for PL/SQL code includes the resources used by all SQL statements called by the code.
  • % Total DB Time is the Elapsed Time of the SQL statement divided into the Total Database Time multiplied by 100
CPU Time (s)Elapsed Time (s)ExecutionsCPU per Exec (s)% Total DB TimeSQL IdSQL ModuleSQL Text
112,1540.0013.44cb75rw3w1tt0sOEM.SystemPoolbegin MGMT_JOB_ENGINE.get_sche...
12600.0214.896gvch1xu9ca3g DECLARE job BINARY_INTEGER := ...
001190.003.322b064ybzkwf1yOEM.SystemPoolBEGIN EMD_NOTIFICATION.QUEUE_R...
00940.004.198hk7xvhua40vaOEM.LoaderINSERT INTO MGMT_METRICS_RAW(C...
00410.014.34abtp0uqvdb1d3 CALL MGMT_ADMIN_DATA.EVALUATE_...
00600.002.67cydnuss99swtdOEM.SystemPoolBEGIN EM_PING.RECORD_BATCH_HEA...
001,0080.002.293c1kubcdjnppq update sys.col_usage$ set eq...
0010.151.42bunssq950snhf insert into wrh$_sga_target_ad...
002,1540.001.426gh8gj9n09vr7OEM.SystemPoolSELECT JOB_ID, EXECUTION_ID, ...
0020.073.48bgb6m4jc3rps0OEM.BoundedPoolbegin setEMUserContext(:1, :2...
0040.042.27f787fyhjmkp61OEM.BoundedPoolINSERT INTO MGMT_SEVERITY(ACTI...
007190.001.256ssrk2dqj7jbx select job, nvl2(last_date, ...
002,2170.001.4496g93hntrzjtr select /*+ rule */ bucket_cnt,...
00120.011.14gz6qtapr9u99demagent@linux (TNS V1-V3)/* OracleOEM */ DECLARE l_l...
001,3330.001.1291h2x42zqagcmOEM.LoaderUPDATE MGMT_CURRENT_METRICS SE...
00180.012.70130dvvr5s8bgn select obj#, dataobj#, part#...
001810.001.357ng34ruy5awxq select i.obj#, i.ts#, i.file#,...
004220.001.0304xtrk7uyhknh select obj#, type#, ctime, mti...
0090.011.69d8mayxqw0wnpvOMSSELECT OWNER FROM DBA_PROCEDUR...
00960.001.21cvn54b7yz0s8u select /*+ index(idl_ub1$ i_id...
00170.001.32b9huk6zssjk7fOEM.LoaderBEGIN EMD_LOADER.UPDATE_LOADER...
001450.001.148swypbbr0m372 select order#, columns, types ...
0050.011.05ckd6kpty9npxkOEM.BoundedPoolBEGIN EMD_LOADER.obtain_lock_f...
00960.001.0039m4sx9k63ba2 select /*+ index(idl_ub2$ i_id...
0010.021.0636g2yq0mxjx2y insert into wrh$_pgastat (sn...
sql消耗的cpu时间从高到低的排序。

CPU Time (s):sql消耗的cpu时间

Elapsed Time (s) :sql执行时间

Executions  :sql执行次数

CPU per Exec (s): 每次执行消耗cpu时间

% Total DB Time :sql执行时间占总共DB Time的百分比

SQL ordered by Gets

  • Resources reported for PL/SQL code includes the resources used by all SQL statements called by the code.
  • Total Buffer Gets: 95,886
  • Captured SQL account for 64.7% of Total
Buffer GetsExecutionsGets per Exec%TotalCPU Time (s)Elapsed Time (s)SQL IdSQL ModuleSQL Text
15,74560262.4216.421.181.596gvch1xu9ca3g DECLARE job BINARY_INTEGER := ...
12,9242,1546.0013.481.411.44cb75rw3w1tt0sOEM.SystemPoolbegin MGMT_JOB_ENGINE.get_sche...
7,0369474.857.340.340.458hk7xvhua40vaOEM.LoaderINSERT INTO MGMT_METRICS_RAW(C...
6,4622,1543.006.740.150.156gh8gj9n09vr7OEM.SystemPoolSELECT JOB_ID, EXECUTION_ID, ...
5,8502,2172.646.100.130.1596g93hntrzjtr select /*+ rule */ bucket_cnt,...
4,2281,3333.174.410.120.1291h2x42zqagcmOEM.LoaderUPDATE MGMT_CURRENT_METRICS SE...
3,7384191.173.900.310.46abtp0uqvdb1d3 CALL MGMT_ADMIN_DATA.EVALUATE_...
3,33211928.003.470.360.362b064ybzkwf1yOEM.SystemPoolBEGIN EMD_NOTIFICATION.QUEUE_R...
3,3046055.073.450.240.29cydnuss99swtdOEM.SystemPoolBEGIN EM_PING.RECORD_BATCH_HEA...
3,2931,0083.273.430.240.243c1kubcdjnppq update sys.col_usage$ set eq...
2,4514612.752.560.150.24f787fyhjmkp61OEM.BoundedPoolINSERT INTO MGMT_SEVERITY(ACTI...
2,15221310.102.240.050.050h6b2sajwb74n select privilege#, level from ...
1,84914512.751.930.050.08cqgv56fmuj63x select owner#, name, namespace...
1,5421818.521.610.060.147ng34ruy5awxq select i.obj#, i.ts#, i.file#,...
1,5017192.091.570.130.136ssrk2dqj7jbx select job, nvl2(last_date, ...
1,2831458.851.340.050.128swypbbr0m372 select order#, columns, types ...
1,2424222.941.300.060.1104xtrk7uyhknh select obj#, type#, ctime, mti...
1,1936019.881.240.040.0419v5guvsgcd1v SELECT C.TARGET_GUID, C.METRI...
1,1192559.501.170.150.37bgb6m4jc3rps0OEM.BoundedPoolbegin setEMUserContext(:1, :2...
1,0991527.231.150.040.0418naypzfmabd6OEM.LoaderINSERT INTO MGMT_SYSTEM_PERFOR...
1,0721348.001.120.040.086129566gyvx21OEM.LoaderSELECT INSTANTIABLE, supertyp...
9819109.001.020.060.18d8mayxqw0wnpvOMSSELECT OWNER FROM DBA_PROCEDUR...
sql获取的内存数据块的数量,按照由大到小的顺序排序。

Buffer Gets :sql执行获得的内存数据块数量

Executions :sql执行次数

Gets per Exec:  每次执行获得的内存数据块数量

%Total :占总数的百分比

CPU Time (s) :消耗的cpu时间

Elapsed Time (s): sql执行时间

SQL ordered by Reads

  • Total Disk Reads: 328
  • Captured SQL account for 89.3% of Total
Physical ReadsExecutionsReads per Exec%TotalCPU Time (s)Elapsed Time (s)SQL IdSQL ModuleSQL Text
97601.6229.571.181.596gvch1xu9ca3g DECLARE job BINARY_INTEGER := ...
86412.1026.220.310.46abtp0uqvdb1d3 CALL MGMT_ADMIN_DATA.EVALUATE_...
8299.1125.000.060.18d8mayxqw0wnpvOMSSELECT OWNER FROM DBA_PROCEDUR...
19181.065.790.100.29130dvvr5s8bgn select obj#, dataobj#, part#...
1644.004.880.150.24f787fyhjmkp61OEM.BoundedPoolINSERT INTO MGMT_SEVERITY(ACTI...
1427.004.270.150.37bgb6m4jc3rps0OEM.BoundedPoolbegin setEMUserContext(:1, :2...
101450.073.050.050.128swypbbr0m372 select order#, columns, types ...
10170.593.050.050.14b9huk6zssjk7fOEM.LoaderBEGIN EMD_LOADER.UPDATE_LOADER...
9960.092.740.030.1139m4sx9k63ba2 select /*+ index(idl_ub2$ i_id...
951.802.740.040.11ckd6kpty9npxkOEM.BoundedPoolBEGIN EMD_LOADER.obtain_lock_f...
9960.092.740.060.13cvn54b7yz0s8u select /*+ index(idl_ub1$ i_id...
9960.092.740.040.10ga9j9xk5cy9s0 select /*+ index(idl_sb4$ i_id...
7960.072.130.040.09c6awqs517jpj0 select /*+ index(idl_char$ i_i...
64220.011.830.060.1104xtrk7uyhknh select obj#, type#, ctime, mti...
5940.051.520.340.458hk7xvhua40vaOEM.LoaderINSERT INTO MGMT_METRICS_RAW(C...
560.831.520.020.06ccqcbrv0aywadOEM.LoaderINSERT INTO MGMT_STRING_METRIC...
51450.031.520.050.08cqgv56fmuj63x select owner#, name, namespace...
4120.331.220.050.107j23tu2qk35zjemagent@linux (TNS V1-V3)/* OracleOEM */ BEGIN IF (:...
41810.021.220.060.147ng34ruy5awxq select i.obj#, i.ts#, i.file#,...
42,2170.001.220.130.1596g93hntrzjtr select /*+ rule */ bucket_cnt,...

这部分列出了sql执行物理读的信息,按照从高到低的顺序排序。

Physical Reads :sql物理读的次数

Executions :sql执行次数

Reads per Exec  :sql每次执行产生的物理读

%Total :占整个物理读的百分比

CPU Time (s):sql执行消耗的cpu时间

Elapsed Time (s) :sql的执行时间


SQL ordered by Executions

  • Total Executions: 24,941
  • Captured SQL account for 67.4% of Total
ExecutionsRows ProcessedRows per ExecCPU per Exec (s)Elap per Exec (s)SQL IdSQL ModuleSQL Text
2,2171,4160.640.000.0096g93hntrzjtr select /*+ rule */ bucket_cnt,...
2,2142,2141.000.000.00089dbukv1aanhEM_PINGSELECT SYS_EXTRACT_UTC(SYSTIME...
2,15400.000.000.006gh8gj9n09vr7OEM.SystemPoolSELECT JOB_ID, EXECUTION_ID, ...
2,1542,1541.000.000.00cb75rw3w1tt0sOEM.SystemPoolbegin MGMT_JOB_ENGINE.get_sche...
1,3331,3331.000.000.0091h2x42zqagcmOEM.LoaderUPDATE MGMT_CURRENT_METRICS SE...
1,0088810.870.000.003c1kubcdjnppq update sys.col_usage$ set eq...
719600.080.000.006ssrk2dqj7jbx select job, nvl2(last_date, ...
4223980.940.000.0004xtrk7uyhknh select obj#, type#, ctime, mti...
36400.000.000.00b2gnxm5z6r51n lock table sys.col_usage$ in e...
2892891.000.000.002ym6hhaq30r73 select type#, blocks, extents,...
这部分列出了sql执行次数信息,安装从大到小的顺序排序。

Executions  :sql的执行次数

Rows Processed: sql处理的记录数

Rows per Exec :每次执行处理的记录数

CPU per Exec (s) :每次执行消耗的cpu时间

Elap per Exec (s)  :每次执行的时间


SQL ordered by Parse Calls

  • Total Parse Calls: 7,909
  • Captured SQL account for 56.8% of Total
Parse CallsExecutions% Total ParsesSQL IdSQL ModuleSQL Text
3641274.600v3dvmc22qnam insert into sys.col_usage$ (ob...
3641,0084.603c1kubcdjnppq update sys.col_usage$ set eq...
3643644.60b2gnxm5z6r51n lock table sys.col_usage$ in e...
2892893.652ym6hhaq30r73 select type#, blocks, extents,...
2132132.690h6b2sajwb74n select privilege#, level from ...
1851852.34asvzxj61dc5vs select timestamp, flags from ...
1721722.17350f5yrnnmshs lock table sys.mon_mods$ in ex...
1721722.17g00cj285jmgsw update sys.mon_mods$ set inser...
1451451.838swypbbr0m372 select order#, columns, types ...
1451451.83cqgv56fmuj63x select owner#, name, namespace...
1341341.696129566gyvx21OEM.LoaderSELECT INSTANTIABLE, supertyp...
1191191.502b064ybzkwf1yOEM.SystemPoolBEGIN EMD_NOTIFICATION.QUEUE_R...
1121721.4224dkx03u3rj6k SELECT COUNT(*) FROM MGMT_PARA...
96961.2139m4sx9k63ba2 select /*+ index(idl_ub2$ i_id...
96961.21c6awqs517jpj0 select /*+ index(idl_char$ i_i...
96961.21cvn54b7yz0s8u select /*+ index(idl_ub1$ i_id...
96961.21ga9j9xk5cy9s0 select /*+ index(idl_sb4$ i_id...
85851.070k8522rmdzg4k select privilege# from sysauth...
这部分列出sql被分析的次数,按照从高到底。

Parse Calls :sql分析的次数

Executions  :sql执行的次数

% Total Parses: 占整个分析次数的百分比


SQL ordered by Version Count

  • Only Statements with Version Count greater than 20 are displayed
Version CountExecutionsSQL IdSQL ModuleSQL Text
42819db78fxqxwxt7r select /*+ rule */ bucket, end...
278235ngzsfstg8tmy select o.owner#, o.name, o.nam...
252027ng34ruy5awxq select i.obj#, i.ts#, i.file#,...
这部分列出sql的多版本信息。

Version Count  :sql的版本次数

Executions  :sql的执行次数

SQL ordered by Cluster Wait Time

Cluster Wait Time (s)CWT % of Elapsd TimeElapsed Time(s)CPU Time(s)ExecutionsSQL IdSQL ModuleSQL Text
1.6128.985.554.2385791ykzdtuqb1gserv_proc@zfyw_payoln (TNS V1-V3)SELECT * FROM (SELECT T1.MERNO...
1.183.8630.4528.351807yha6au6npnxrJDBC Thin Clientselect ID, DESTNO, LIVETIME, C...
1.1565.961.740.7189037vq4h84t8a83serv_proc@zfyw_payoln (TNS V1-V3)INSERT INTO T_PAY_ORDER_INFO(I...
0.7075.760.930.308907jy6cgmt5rk76serv_proc@zfyw_payoln (TNS V1-V3)select count(t.id)+1, to_char(...
0.691.7240.042.7910duh9tnzbg2afPL/SQL Developer--3.2 激活用户数日报表.sql --无法分自主注册或沃...
0.6346.161.370.38966a99gx2ch4pqzyserv_proc@zfyw_payoln (TNS V1-V3)INSERT INTO T_PAY_SYSTEM_JOURN...
0.3464.220.530.187741qn9wwjqds2atserv_proc@zfyw_payoln (TNS V1-V3)UPDATE T_PAY_SYSTEM_JOURNAL SE...
0.2318.631.230.201,880b75t4gm1wcr5jJDBC Thin Clientinsert into t_pay_merbindagr(a...
0.2374.210.300.09890d6xxn7zrpr2pyserv_proc@zfyw_payoln (TNS V1-V3)select ID, to_char(AMOUNT), ST...
0.203.086.430.151,880bd6qduvpaa7nhJDBC Thin Clientselect agrno, status from t_pa...
0.1943.740.430.109350h6mmn04xmmp5serv_proc@zfyw_payoln (TNS V1-V3)UPDATE T_PAY_SYSTEM_JOURNAL SE...
0.162.686.120.224,3982m9k4tqd4qangJDBC Thin Clientselect * from ( select t.usern...
0.1218.490.640.57479zqn04pp4pm8pserv_proc@zfyw_payoln (TNS V1-V3)UPDATE T_PAY_ORD_AUTO_NOTIFY S...
0.119.621.110.069661kt0xkkbsbcz3serv_proc@zfyw_payoln (TNS V1-V3)select t.agrno from T_PAY_MERB...
0.103.193.212.551bd502nbh9abbsplsqldev.exeselect s.synonym_name object_n...
0.0813.090.640.091,882fr96kbusyrt04JDBC Thin Clientinsert into T_PAY_USRMBLNO_BIN...
0.087.621.060.1819,140aw9mx8wb9uwsuJDBC Thin ClientSELECT :B1 || '00' || LPAD(TO_...
0.081.884.170.134,1765mvcw2yut4y4mJDBC Thin Clientselect count(*) from t_pay_usr...
0.0817.650.440.101,7034m7m0t6fjcs5x update seq$ set increment$=:2,...
0.082.113.680.2218,0799qjbmyfkfp6ukJDBC Thin Clientselect * from ( select f_gen_j...
0.0617.830.350.2725ayahmu15nhguqserv_proc@zfyw_payoln (TNS V1-V3)UPDATE T_PAY_ORD_AUTO_NOTIFY S...
0.0616.780.340.031,889bj7vg2gtkat0fJDBC Thin Clientinsert into T_PAY_SMSEND t(t.i...
0.021.361.270.002,270bf7j48bqb1nauJDBC Thin Clientselect userno from t_pay_useri...
0.012.140.660.024,5423gpn0hhtwbdysJDBC Thin Clientselect t.STATUS, t.REGTYPE, t....
0.015.440.210.05819db78fxqxwxt7r select /*+ rule */ bucket, end...
0.012.040.480.014,542f6kqx4vwj0zwaJDBC Thin Clientselect t.MOBILENO from T_PAY_U...
0.011.380.610.035,646df54pnfa76mvhJDBC Thin Clientinsert into T_PAY_USERSUBSCRIB...
0.0125.540.030.0018dwx4nc99k7q8zJDBC Thin Clientselect * from(select rownum rn...
0.010.660.840.063,764cf1ff4v9jxngzJDBC Thin Clientinsert into T_PAY_CUSTOMERPWDI...
0.0111.510.050.0447aw21806wpgzpplsqldev.exeselect null from all_synonyms ...
0.013.240.160.14184qubbrsr0kfn insert into wrh$_latch (snap_i...
0.011.310.400.011,9331u5vdpuk29jk9JDBC Thin Clientselect * from ( select count(*...
0.019.830.050.021324s7wm5qdphypkplsqldev.exeselect value(p$) from "XDB"."X...
这部分只有在rac环境下才有,列出了实例间共享数据发生的等待。

Cluster Wait Time (s) :集群等待时长

CWT % of Elapsd Time :集群操作等待时长占总时长的百分比

Elapsed Time(s) :sql执行总时长

CPU Time(s) :sql执行消耗cpu的时间

Executions :sql执行次数

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值