千家信息网

oracle 10g 生成awr报告过程

发表于:2024-10-01 作者:千家信息网编辑
千家信息网最后更新 2024年10月01日,SQL> exitDisconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Product
千家信息网最后更新 2024年10月01日oracle 10g 生成awr报告过程

SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
[oracle@204_maridb ~]$ sqlplus / as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jul 1 16:08:08 2019

Copyright (c) 1982, 2005, Oracle. All rights reserved.

Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options

SQL> var snap_id number
SQL> exec :snap_id:=dbms_workload_repository.create_snapshot

PL/SQL procedure successfully completed.

SQL> print snap_id

SNAP_ID

 52434

SQL> @?/rdbms/admin/awrrpt.sql

Current Instance

   DB Id    DB Name      Inst Num Instance----------- ------------ -------- ------------ 3047903966 SKODACOM            1 TSH1Specify the Report Type

Would you like an HTML report, or a plain text report?
Enter 'html' for an HTML report, or 'text' for plain text
Defaults to 'html'
Enter value for report_type:

Type Specified: html

Instances in this Workload Repository schema

   DB Id     Inst Num DB Name      Instance     Host------------ -------- ------------ ------------ ------------  3047903966        1 SKODACOM     skodacom     skodacom  3047903966        1 SKODACOM     skodacom     localhost.lo                                                caldomain* 3047903966        1 SKODACOM     TSH1         204_maridbUsing 3047903966 for database IdUsing          1 for instance numberSpecify the number of days of snapshots to choose from

Entering the number of days (n) will result in the most recent
(n) days of snapshots being listed. Pressing without
specifying a number lists all completed snapshots.

Enter value for num_days: 1

Listing the last day's Completed Snapshots

                                                    Snap

Instance DB Name Snap Id Snap Started Level


TSH1 SKODACOM 52416 01 Jul 2019 00:00 1
52417 01 Jul 2019 01:00 1
52418 01 Jul 2019 02:00 1
52419 01 Jul 2019 03:00 1
52420 01 Jul 2019 04:01 1
52421 01 Jul 2019 05:00 1
52422 01 Jul 2019 06:00 1
52423 01 Jul 2019 07:00 1
52424 01 Jul 2019 08:00 1
52425 01 Jul 2019 09:01 1
52426 01 Jul 2019 10:00 1
52427 01 Jul 2019 11:00 1
52428 01 Jul 2019 12:00 1
52429 01 Jul 2019 13:00 1
52430 01 Jul 2019 14:00 1
52431 01 Jul 2019 15:00 1
52432 01 Jul 2019 15:20 1
52433 01 Jul 2019 16:00 1
52434 01 Jul 2019 16:08 1

Specify the Begin and End Snapshot Ids

Enter value for begin_snap: 52416Begin Snapshot Id specified: 52416Enter value for end_snap: 52434End   Snapshot Id specified: 52434Specify the Report Name

The default report file name is awrrpt_1_52416_52434.html. To use this name,
press to continue, otherwise enter an alternative.

Enter value for report_name:

Using the report name awrrpt_1_52416_52434.html

AWR Report


WORKLOAD REPOSITORY report for






DB NameDB IdInstanceInst numReleaseRACHost
SKODACOM3047903966TSH1110.2.0.1.0NO204_maridb








Snap IdSnap TimeSessionsCursors/Session
Begin Snap:5241601-Jul-19 00:00:4317 2.5
End Snap:5243401-Jul-19 16:08:3117 2.3
Elapsed: 967.81 (mins)
DB Time: 0.12 (mins)


Report Summary



Cache Sizes






BeginEnd
Buffer Cache: 848M 848MStd Block Size: 8K
Shared Pool Size: 272M 272MLog Buffer: 14,408K

Load Profile
















Per SecondPer Transaction
Redo size: 275.43 110,302.15
Logical reads: 6.96 2,788.01
Block changes: 1.17 467.69
Physical reads: 0.03 10.90
Physical writes: 0.11 45.72
User calls: 0.02 9.13
Parses: 0.15 61.34
Hard parses: 0.00 1.58
Sorts: 0.34 134.33
Logons: 0.00 0.41
Executes: 0.71 286.07
Transactions: 0.00





% Blocks changed per Read: 16.78Recursive Call %: 99.55
Rollback per transaction %: 0.00Rows per Sort: 11.79


Instance Efficiency Percentages (Target 100%)








Buffer Nowait %: 100.00Redo NoWait %: 99.99
Buffer Hit %: 99.63In-memory Sort %: 100.00
Library Hit %: 98.79Soft Parse %: 97.43
Execute to Parse %: 78.56Latch Hit %: 100.00
Parse CPU to Parse Elapsd %: 95.45% Non-Parse CPU: 49.03


Shared Pool Statistics







BeginEnd
Memory Usage %: 54.72 58.88
% SQL with executions>1: 69.86 86.77
% Memory for SQL w/exec>1: 73.78 89.49


Top 5 Timed Events









EventWaitsTime(s)Avg Wait(ms)% Total Call TimeWait Class
control file parallel write 19,358 50 3 689.2System I/O
log file parallel write 10,837 9 1 127.0System I/O
CPU time 6 85.0
os thread startup 35 1 42 20.1Concurrency
db file sequential read 1,287 1 1 17.2User I/O




Main Report




Back to Top




Wait Events Statistics



Back to Top



Time Model Statistics



  • Total time in database user-calls (DB Time): 7.3s
  • 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
DB CPU 6.18 85.02
sql execute elapsed time 4.91 67.54
parse time elapsed 3.45 47.49
hard parse elapsed time 3.30 45.36
PL/SQL execution elapsed time 1.06 14.53
connection management call elapsed time 0.14 1.87
PL/SQL compilation elapsed time 0.12 1.69
failed parse elapsed time 0.08 1.09
hard parse (sharing criteria) elapsed time 0.02 0.30
sequence load elapsed time 0.00 0.03
hard parse (bind mismatch) elapsed time 0.00 0.03
repeated bind elapsed time 0.00 0.02
DB time 7.27
background elapsed time 138.22
background cpu time 129.06


Back to Wait Events Statistics

Back to Top



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/O 72,706 0.00 60 1 501.42
Concurrency 47 0.00 1 32 0.32
User I/O 1,499 0.00 1 1 10.34
Other 241 0.00 1 2 1.66
Configuration 2 0.00 0 26 0.01
Commit 38 0.00 0 1 0.26
Application 12 0.00 0 1 0.08
Network 1,296 0.00 0 0 8.94


Back to Wait Events Statistics

Back to Top



Wait Events



  • 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 (idle events last)
































EventWaits%Time -outsTotal Wait Time (s)Avg wait (ms)Waits /txn
control file parallel write 19,358 0.00 50 3 133.50
log file parallel write 10,837 0.00 9 1 74.74
os thread startup 35 0.00 1 42 0.24
db file sequential read 1,287 0.00 1 1 8.88
latch free 20 0.00 1 26 0.14
control file sequential read 42,416 0.00 0 0 292.52
db file scattered read 50 0.00 0 4 0.34
Log archive I/O 47 0.00 0 3 0.32
log file sequential read 46 0.00 0 1 0.32
log file switch completion 2 0.00 0 26 0.01
log file sync 38 0.00 0 1 0.26
latch: library cache lock 5 0.00 0 6 0.03
LGWR wait for redo copy 210 0.00 0 0 1.45
rdbms ipc reply 11 0.00 0 1 0.08
SQLNet break/reset to client 12 0.00 0 1 0.08
SQLNet more data to client 172 0.00 0 0 1.19
latch: shared pool 1 0.00 0 2 0.01
SQLNet message to client 1,112 0.00 0 0 7.67
log file single write 2 0.00 0 1 0.01
latch: library cache 5 0.00 0 0 0.03
buffer busy waits 1 0.00 0 0 0.01
direct path write 136 0.00 0 0 0.94
SQLNet more data from client 12 0.00 0 0 0.08
direct path read 26 0.00 0 0 0.18
Streams AQ: qmn slave idle wait 2,073 0.00 56,545 27277 14.30
Streams AQ: qmn coordinator idle wait 4,150 50.05 56,545 13625 28.62
Streams AQ: waiting for time management or cleanup tasks 13 100.00 23,673 1821025 0.09
SQL*Net message from client 1,112 0.00 19,705 17721 7.67
class slave wait 35 97.14 166 4743 0.24
jobq slave wait 20 100.00 59 2930 0.14


Back to Wait Events Statistics

Back to Top



Background Wait Events



  • ordered by wait time desc, waits desc (idle events last)




















EventWaits%Time -outsTotal Wait Time (s)Avg wait (ms)Waits /txn
control file parallel write 19,358 0.00 50 3 133.50
log file parallel write 10,837 0.00 9 1 74.74
os thread startup 35 0.00 1 42 0.24
control file sequential read 29,786 0.00 0 0 205.42
Log archive I/O 47 0.00 0 3 0.32
log file sequential read 46 0.00 0 1 0.32
events in waitclass Other 221 0.00 0 0 1.52
log file single write 2 0.00 0 1 0.01
latch: library cache 4 0.00 0 0 0.03
buffer busy waits 1 0.00 0 0 0.01
direct path read 8 0.00 0 0 0.06
direct path write 8 0.00 0 0 0.06
rdbms ipc message 187,709 99.62 610,971 3255 1,294.54
pmon timer 19,412 100.00 56,680 2920 133.88
Streams AQ: qmn slave idle wait 2,073 0.00 56,545 27277 14.30
Streams AQ: qmn coordinator idle wait 4,150 50.05 56,545 13625 28.62
smon timer 196 97.96 54,961 280413 1.35
Streams AQ: waiting for time management or cleanup tasks 13 100.00 23,673 1821025 0.09


Back to Wait Events Statistics

Back to Top



Operating System Statistics















StatisticTotal
BUSY_TIME 150,595
IDLE_TIME 23,037,966
NICE_TIME 14
SYS_TIME 62,816
USER_TIME 87,765
LOAD 0
RSRC_MGR_CPU_WAIT_TIME 0
PHYSICAL_MEMORY_BYTES 161,772
NUM_CPUS 4
NUM_CPU_SOCKETS 4


Back to Wait Events Statistics

Back to Top



Service Statistics



  • ordered by DB Time





Service NameDB Time (s)DB CPU (s)Physical ReadsLogical Reads
SYS$USERS 7.30 6.20 1,517 199,781
SYS$BACKGROUND 0.00 0.00 65 206,296
skodacom.skodacom 0.00 0.00 0 0


Back to Wait Events Statistics

Back to Top



Service Wait Class Stats



  • Wait Class info for services in the Service Statistics section.
  • Total Waits and Time Waited displayed for the following wait
    classes: User I/O, Concurrency, Administrative, Network
  • Time Waited (Wt Time) in centisecond (100th of a second)






Service NameUser I/O Total WtsUser I/O Wt TimeConcurcy Total WtsConcurcy Wt TimeAdmin Total WtsAdmin Wt TimeNetwork Total WtsNetwork Wt Time
SYS$USERS1162 124 7 3 0 0 1219 1
SYS$BACKGROUND337 22 40 147 0 0 0 0


Back to Wait Events Statistics

Back to Top





SQL Statistics



Back to Top



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)Executions Elap per Exec (s) % Total DB Time SQL IdSQL ModuleSQL Text
9 9 18 0.48 119.75 bunssq950snhf
insert into wrh$_sga_target_ad...
2 2 1 2.32 31.86 572fbaj0fdw2b
sqlplus@204maridb (TNS V1-V3)
select output from table(dbms...
2 2 1,935 0.00 26.70 aykvshm7zsabd
select size_for_estimate, ...
2 2 11,613 0.00 21.46 803b7z0t84sq7
select job, nvl2(last_date, ...
1 0 2 0.50 13.81 95w06sfdyppfj
navicat.exe
SELECT FROM (SELECT "NAVICAT...
1 1 4 0.23 12.83 0pt2789bczdp0
navicat.exe
SELECT T.TABLE_NAME, T.OWNER,...
1 1 2 0.38 10.53 15xnmd14bcfby
navicat.exe
SELECT T.TABLE_NAME, T.OWNER,...
1 1 1 0.76 10.51 5n73rjfpt3q4b
sqlplus@204_maridb (TNS V1-V3)
BEGIN :snap_id:=dbmsworkload...
1 1 18 0.04 9.53 d92h4rjp0y217
begin prvt_hdm.auto_execute( :...
1 1 11,613 0.00 9.02 g2wr3u7s1gtf3
select count() from sys.job$ ...
0 0 107 0.00 5.77 g337099aatnuj
update smon_scntime set orig...
0 0 18 0.02 4.77 84qubbrsr0kfn
insert into wrh$_latch (snap...
0 0 1,855 0.00 4.27 772s25v1y0x8k
select shared_pool_size_for_es...
0 0 4 0.07 4.07 86synsm5txwj6
navicat.exe
SELECT V.VIEW_NAME, V.TEXT_LE...
0 0 17 0.01 2.13 agpd044zj368m
insert into wrh$_system_event ...
0 0 16 0.01 2.12 32wqka2zwvu65
insert into wrh$_parameter (...
0 0 97 0.00 1.88 a1xgxtssv5rrp
select sum(used_blocks), ts.t...
0 0 2 0.07 1.87 84vvbj8g8sups
navicat.exe
SELECT V.VIEW_NAME, V.TEXT_LE...
0 0 1 0.13 1.84 1srfjbzhb29z8
sqlplus@204_maridb (TNS V1-V3)
select from sys.wrh$_active...
0 0 1,048 0.00 1.79 g00cj285jmgsw
update sys.mon_mods$ set inser...
0 0 4 0.03 1.73 d5bwbakqj3f79
navicat.exe
SELECT OWNER, TABLE_NAME FROM...
0 0 85 0.00 1.62 6cxqh7mktnbjm
insert into smon_scn_time (thr...
0 0 122 0.00 1.50 7cq8d0jqxzum1
delete from smon_scn_time wher...
0 0 17 0.01 1.43 cvn54b7yz0s8u
select /+ index(idl_ub1$ i_id...
0 0 18 0.01 1.35 7vgmvmy8vvb9s
insert into wrh$_tempstatxs ...
0 0 15 0.01 1.34 cfz686a6qp0kg
select o.obj#, u.name, o.nam...
0 0 4 0.02 1.31 chunmygjj8x7g
navicat.exe
SELECT OWNER, TABLE_NAME, CO...
0 0 1,680 0.00 1.30 8p447s6p0rv6b
select java_pool_size_for_esti...
0 0 2 0.05 1.25 0m9ka0jk9kk4z
navicat.exe
SELECT OWNER, TABLE_NAME FROM...
0 0 1 0.08 1.10 8dw6saa5zu2sk
sqlplus@204_maridb (TNS V1-V3)
select
service_name, ui...
0 0 328 0.00 1.07 bsa0wjtftg3uw
select file# from file$ where ...
0 0 16 0.00 1.05 586b2udq6dbng
insert into wrh$_sysstat (sn...
0 0 16 0.00 1.04 g6wf9na8zs5hb
insert into wrh$_sysmetric_sum...


Back to SQL Statistics

Back to Top



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)Executions CPU per Exec (s)% Total DB Time SQL IdSQL ModuleSQL Text
9 9 18 0.48 119.75 bunssq950snhf
insert into wrh$_sga_target_ad...
2 2 1 2.19 31.86 572fbaj0fdw2b
sqlplus@204maridb (TNS V1-V3)
select output from table(dbms...
2 2 1,935 0.00 26.70 aykvshm7zsabd
select size_for_estimate, ...
2 2 11,613 0.00 21.46 803b7z0t84sq7
select job, nvl2(last_date, ...
1 1 4 0.23 12.83 0pt2789bczdp0
navicat.exe
SELECT T.TABLE_NAME, T.OWNER,...
1 1 2 0.38 10.53 15xnmd14bcfby
navicat.exe
SELECT T.TABLE_NAME, T.OWNER,...
1 1 1 0.73 10.51 5n73rjfpt3q4b
sqlplus@204_maridb (TNS V1-V3)
BEGIN :snap_id:=dbmsworkload...
1 1 18 0.04 9.53 d92h4rjp0y217
begin prvt_hdm.auto_execute( :...
1 1 11,613 0.00 9.02 g2wr3u7s1gtf3
select count() from sys.job$ ...
0 0 107 0.00 5.77 g337099aatnuj
update smon_scntime set orig...
0 0 18 0.02 4.77 84qubbrsr0kfn
insert into wrh$_latch (snap...
0 0 1,855 0.00 4.27 772s25v1y0x8k
select shared_pool_size_for_es...
0 1 2 0.13 13.81 95w06sfdyppfj
navicat.exe
SELECT FROM (SELECT "NAVICAT...
0 0 4 0.06 4.07 86synsm5txwj6
navicat.exe
SELECT V.VIEW_NAME, V.TEXT_LE...
0 0 17 0.01 2.13 agpd044zj368m
insert into wrh$_system_event ...
0 0 97 0.00 1.88 a1xgxtssv5rrp
select sum(used_blocks), ts.t...
0 0 2 0.07 1.87 84vvbj8g8sups
navicat.exe
SELECT V.VIEW_NAME, V.TEXT_LE...
0 0 1,048 0.00 1.79 g00cj285jmgsw
update sys.mon_mods$ set inser...
0 0 4 0.03 1.73 d5bwbakqj3f79
navicat.exe
SELECT OWNER, TABLE_NAME FROM...
0 0 85 0.00 1.62 6cxqh7mktnbjm
insert into smon_scn_time (thr...
0 0 122 0.00 1.50 7cq8d0jqxzum1
delete from smon_scn_time wher...
0 0 1 0.10 1.84 1srfjbzhb29z8
sqlplus@204_maridb (TNS V1-V3)
select * from sys.wrh$_active...
0 0 16 0.01 2.12 32wqka2zwvu65
insert into wrh$_parameter (...
0 0 18 0.01 1.35 7vgmvmy8vvb9s
insert into wrh$_tempstatxs ...
0 0 15 0.01 1.34 cfz686a6qp0kg
select o.obj#, u.name, o.nam...
0 0 4 0.02 1.31 chunmygjj8x7g
navicat.exe
SELECT OWNER, TABLE_NAME, CO...
0 0 1,680 0.00 1.30 8p447s6p0rv6b
select java_pool_size_for_esti...
0 0 2 0.05 1.25 0m9ka0jk9kk4z
navicat.exe
SELECT OWNER, TABLE_NAME FROM...
0 0 1 0.08 1.10 8dw6saa5zu2sk
sqlplus@204_maridb (TNS V1-V3)
select
service_name, ui...
0 0 328 0.00 1.07 bsa0wjtftg3uw
select file# from file$ where ...
0 0 16 0.00 1.05 586b2udq6dbng
insert into wrh$_sysstat (sn...
0 0 16 0.00 1.04 g6wf9na8zs5hb
insert into wrh$_sysmetric_sum...
0 0 17 0.00 1.43 cvn54b7yz0s8u
select /*+ index(idl_ub1$ i_id...


Back to SQL Statistics

Back to Top



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: 404,261
  • Captured SQL account for 94.8% of Total









































Buffer Gets Executions Gets per Exec %TotalCPU Time (s)Elapsed Time (s) SQL IdSQL ModuleSQL Text
113,582 1 113,582.00 28.10 2.19 2.32 572fbaj0fdw2b
sqlplus@204maridb (TNS V1-V3)
select output from table(dbms...
38,995 122 319.63 9.65 0.11 0.11 7cq8d0jqxzum1
delete from smon_scn_time wher...
37,904 4 9,476.00 9.38 0.10 0.10 chunmygjj8x7g
navicat.exe
SELECT OWNER, TABLE_NAME, CO...
34,630 107 323.64 8.57 0.42 0.42 g337099aatnuj
update smon_scntime set orig...
23,794 4 5,948.50 5.89 0.93 0.93 0pt2789bczdp0
navicat.exe
SELECT T.TABLE_NAME, T.OWNER,...
23,226 11,613 2.00 5.75 1.56 1.56 803b7z0t84sq7
select job, nvl2(last_date, ...
17,971 18 998.39 4.45 0.69 0.69 d92h4rjp0y217
begin prvt_hdm.auto_execute( :...
11,613 11,613 1.00 2.87 0.66 0.66 g2wr3u7s1gtf3
select count() from sys.job$ ...
9,525 15 635.00 2.36 0.10 0.10 cfz686a6qp0kg
select o.obj#, u.name, o.nam...
6,019 2 3,009.50 1.49 0.26 1.00 95w06sfdyppfj
navicat.exe
SELECT FROM (SELECT "NAVICAT...
5,782 18 321.22 1.43 0.03 0.03 31a13pnjps7j3
SELECT source, (case w...
4,944 4 1,236.00 1.22 0.13 0.13 d5bwbakqj3f79
navicat.exe
SELECT OWNER, TABLE_NAME FROM...
4,594 2 2,297.00 1.14 0.04 0.04 b7jn4mf49n569
select o.name, u.name from ob...


Back to SQL Statistics

Back to Top



SQL ordered by Reads



  • Total Disk Reads: 1,581
  • Captured SQL account for 109.7% of Total
































Physical ReadsExecutionsReads per Exec %TotalCPU Time (s)Elapsed Time (s) SQL IdSQL ModuleSQL Text
880 2 440.00 55.66 0.26 1.00 95w06sfdyppfj
navicat.exe
SELECT FROM (SELECT "NAVICAT...
305 4 76.25 19.29 0.22 0.30 86synsm5txwj6
navicat.exe
SELECT V.VIEW_NAME, V.TEXT_LE...
233 1 233.00 14.74 2.19 2.32 572fbaj0fdw2b
sqlplus@204maridb (TNS V1-V3)
select output from table(dbms...
157 17 9.24 9.93 0.07 0.10 cvn54b7yz0s8u
select /+ index(idl_ub1$ i_id...
73 1 73.00 4.62 0.10 0.13 1srfjbzhb29z8
sqlplus@204_maridb (TNS V1-V3)
select * from sys.wrh$_active...
14 12 1.17 0.89 0.02 0.03 a1y2ba3awndas
sqlplus@204_maridb (TNS V1-V3)
SELECT VALUE FROM DBA_HIST_PAR...
12 1 12.00 0.76 0.73 0.76 5n73rjfpt3q4b
sqlplus@204_maridb (TNS V1-V3)
BEGIN :snap_id:=dbmsworkload...
12 2 6.00 0.76 0.01 0.03 awppxms81us4n
sqlplus@204_maridb (TNS V1-V3)
SELECT SUM(TIME_WAITED_MICRO) ...
11 18 0.61 0.70 0.69 0.69 d92h4rjp0y217
begin prvt_hdm.auto_execute( :...
5 583 0.01 0.32 0.04 0.04 5h7w8ykwtb2xt
INSERT INTO SYS.WRI$_ADV_PARAM...


Back to SQL Statistics

Back to Top



SQL ordered by Executions



  • Total Executions: 41,480
  • Captured SQL account for 90.8% of Total






































Executions Rows ProcessedRows per ExecCPU per Exec (s)Elap per Exec (s) SQL IdSQL ModuleSQL Text
11,613 0 0.00 0.00 0.00 803b7z0t84sq7
select job, nvl2(last_date, ...
11,613 11,613 1.00 0.00 0.00 g2wr3u7s1gtf3
select count(*) from sys.job$ ...
1,935 40,635 21.00 0.00 0.00 aykvshm7zsabd
select size_for_estimate, ...
1,855 25,970 14.00 0.00 0.00 772s25v1y0x8k
select shared_pool_size_for_es...
1,680 3,360 2.00 0.00 0.00 8p447s6p0rv6b
select java_pool_size_for_esti...
1,048 0 0.00 0.00 0.00 350f5yrnnmshs
lock table sys.mon_mods$ in ex...
1,048 1,028 0.98 0.00 0.00 g00cj285jmgsw
update sys.mon_mods$ set inser...
704 704 1.00 0.00 0.00 49s332uhbnsma
declare
vsn va...
583 583 1.00 0.00 0.00 5h7w8ykwtb2xt
INSERT INTO SYS.WRI$_ADV_PARAM...
522 403 0.77 0.00 0.00 3c1kubcdjnppq
update sys.col_usage$ set eq...
504 504 1.00 0.00 0.00 f9u3p2bz694dd
select count(*) from sys.job$ ...
466 466 1.00 0.00 0.00 grwydz59pu6mc
select text from view$ where r...


Back to SQL Statistics

Back to Top



SQL ordered by Parse Calls



  • Total Parse Calls: 8,895
  • Captured SQL account for 77.5% of Total















































Parse CallsExecutions % Total Parses SQL IdSQL ModuleSQL Text
1,048 1,048 11.78 350f5yrnnmshs
lock table sys.mon_mods$ in ex...
1,048 1,048 11.78 g00cj285jmgsw
update sys.mon_mods$ set inser...
704 704 7.91 49s332uhbnsma
declare
vsn va...
466 466 5.24 grwydz59pu6mc
select text from view$ where r...
328 328 3.69 bsa0wjtftg3uw
select file# from file$ where ...
191 191 2.15 chsyr0gssbuqf
select f.file#, f.block#, f....
171 522 1.92 3c1kubcdjnppq
update sys.col_usage$ set eq...
171 119 1.92 53btfq0dt9bs9
insert into sys.col_usage$ val...
171 171 1.92 b2gnxm5z6r51n
lock table sys.col_usage$ in e...
168 168 1.89 7mvdhsu3d43ag
select a.obj# OBJOID, a.class...
107 107 1.20 g337099aatnuj
update smon_scntime set orig...
97 97 1.09 a1xgxtssv5rrp
select sum(used_blocks), ts.t...
94 94 1.06 0h7b2sajwb74n
select privilege#, level from ...
89 89 1.00 8swypbbr0m372
select order#, columns, types ...
89 89 1.00 cqgv56fmuj63x
select owner#, name, namespace...


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


No data exists for this section of the report.


Back to SQL Statistics

Back to Top




Complete List of SQL Text






















































SQL IdSQL Text
0h7b2sajwb74nselect privilege#, level from sysauth$ connect by grantee#=prior privilege# and privilege#>0 start with grantee#=:1 and privilege#>0
0m9ka0jk9kk4zSELECT OWNER, TABLE_NAME FROM ALL_TABLES WHERE OWNER = 'SKODACOM_READ' ORDER BY OWNER
0pt2789bczdp0
SELECT T.TABLE_NAME, T.OWNER, T.TABLESPACE_NAME, T.CLUSTER_NAME, T.IOT_NAME, T.PCT_FREE, T.PCT_USED, T.INI_TRANS, T.MAX_TRANS, T.INITIAL_EXTENT, T.NEXT_EXTENT, T.MIN_EXTENTS, T.MAX_EXTENTS, T.PCT_INCREASE, T.FREELISTS, T.FREELIST_GROUPS, T.LOGGING, T.BACKED_UP, T.NUM_ROWS, T.BLOCKS, T.EMPTY_BLOCKS, T.AVG_SPACE, T.CHAIN_CNT, T.AVG_ROW_LEN, T.AVG_SPACE_FREELIST_BLOCKS, T.NUM_FREELIST_BLOCKS, T.DEGREE, T.INSTANCES, T.CACHE, T.TABLE_LOCK, T.SAMPLE_SIZE, T.LAST_ANALYZED, T.PARTITIONED, T.IOT_TYPE, T.TEMPORARY, T.SECONDARY, T.NESTED, T.BUFFER_POOL, T.MONITORING, T.CLUSTER_OWNER, TC.COMMENTS, T.OBJECT_ID_TYPE, T.TABLE_TYPE_OWNER, T.TABLE_TYPE, T.GLOBAL_STATS, T.USER_STATS, T.DURATION, T.SKIP_CORRUPT, T.ROW_MOVEMENT, ET.TABLE_NAME EXT_TABLE_NAME, T.DEPENDENCIES, T.COMPRESSION, T.DROPPED, T.STATUS DROP_STATUS, (SELECT STATUS FROM ALL_OBJECTS O WHERE O.OWNER = T.OWNER AND O.OBJECT_NAME = T.TABLE_NAME AND OBJECT_TYPE = 'TABLE') STATUS, (SELECT GENERATED FROM ALL_OBJECTS O WHERE O.OWNER = T.OWNER AND O.OBJECT_NAME = T.TABLE_NAME AND OBJECT_TYPE = 'TABLE') GENERATED FROM SYS.ALL_ALL_TABLES T, SYS.ALL_EXTERNAL_TABLES ET, SYS.ALL_TAB_COMMENTS TC WHERE T.IOT_NAME IS NULL AND T.NESTED = 'NO' AND T.SECONDARY = 'N' AND NOT EXISTS (SELECT 1 FROM SYS.ALL_MVIEWS MV WHERE MV.OWNER = T.OWNER AND MV.MVIEW_NAME = T.TABLE_NAME) AND TC.OWNER(+) = T.OWNER AND TC.TABLE_NAME(+) = T.TABLE_NAME AND ET.TABLE_NAME(+) = T.TABLE_NAME AND ET.OWNER(+) = T.OW
NER AND T.OWNER = 'SKODACOM' ORDER BY T.TABLE_NAME ASC
15xnmd14bcfby
SELECT T.TABLE_NAME, T.OWNER, T.TABLESPACE_NAME, T.CLUSTER_NAME, T.IOT_NAME, T.PCT_FREE, T.PCT_USED, T.INI_TRANS, T.MAX_TRANS, T.INITIAL_EXTENT, T.NEXT_EXTENT, T.MIN_EXTENTS, T.MAX_EXTENTS, T.PCT_INCREASE, T.FREELISTS, T.FREELIST_GROUPS, T.LOGGING, T.BACKED_UP, T.NUM_ROWS, T.BLOCKS, T.EMPTY_BLOCKS, T.AVG_SPACE, T.CHAIN_CNT, T.AVG_ROW_LEN, T.AVG_SPACE_FREELIST_BLOCKS, T.NUM_FREELIST_BLOCKS, T.DEGREE, T.INSTANCES, T.CACHE, T.TABLE_LOCK, T.SAMPLE_SIZE, T.LAST_ANALYZED, T.PARTITIONED, T.IOT_TYPE, T.TEMPORARY, T.SECONDARY, T.NESTED, T.BUFFER_POOL, T.MONITORING, T.CLUSTER_OWNER, TC.COMMENTS, T.OBJECT_ID_TYPE, T.TABLE_TYPE_OWNER, T.TABLE_TYPE, T.GLOBAL_STATS, T.USER_STATS, T.DURATION, T.SKIP_CORRUPT, T.ROW_MOVEMENT, ET.TABLE_NAME EXT_TABLE_NAME, T.DEPENDENCIES, T.COMPRESSION, T.DROPPED, T.STATUS DROP_STATUS, (SELECT STATUS FROM ALL_OBJECTS O WHERE O.OWNER = T.OWNER AND O.OBJECT_NAME = T.TABLE_NAME AND OBJECT_TYPE = 'TABLE') STATUS, (SELECT GENERATED FROM ALL_OBJECTS O WHERE O.OWNER = T.OWNER AND O.OBJECT_NAME = T.TABLE_NAME AND OBJECT_TYPE = 'TABLE') GENERATED FROM SYS.ALL_ALL_TABLES T, SYS.ALL_EXTERNAL_TABLES ET, SYS.ALL_TAB_COMMENTS TC WHERE T.IOT_NAME IS NULL AND T.NESTED = 'NO' AND T.SECONDARY = 'N' AND NOT EXISTS (SELECT 1 FROM SYS.ALL_MVIEWS MV WHERE MV.OWNER = T.OWNER AND MV.MVIEW_NAME = T.TABLE_NAME) AND TC.OWNER(+) = T.OWNER AND TC.TABLE_NAME(+) = T.TABLE_NAME AND ET.TABLE_NAME(+) = T.TABLE_NAME AND ET.OWNER(+) = T.OW
NER AND T.OWNER = 'SKODACOM_READ' ORDER BY T.TABLE_NAME ASC
1srfjbzhb29z8 select from sys.wrh$_active_session_history
31a13pnjps7j3
SELECT source, (case when time_secs < 1 then 1 else time_secs end) as time_secs, operation FROM ( SELECT 1 as source, trunc((sysdate - cast(ll.log_date as date)) 86400) as time_secs, decode(ll.operation, 'OPEN', 0 , 1 ) as operation, ll.log_id as log_id FROM DBA_SCHEDULER_WINDOW_LOG ll , ( SELECT max(l.log_id) as max_log_id FROM DBA_SCHEDULER_WINDOW_LOG l , DBA_SCHEDULER_WINGROUP_MEMBERS m WHERE l.window_name = m.window_name AND m.window_group_name = 'MAINTENANCE_WINDOW_GROUP' AND l.operation in ('OPEN', 'CLOSE') AND CAST(l.log_date AS DATE) < (SELECT cast(s1.end_interval_time as date) FROWRM$_SNAPSHOT s1 WHERE s1.dbid = :dbid AND s1.instance_number = :inst_num AND s1.snap_id = :bid ) ) max_log WHERE ll.log_id = max_log.max_log_id UNION ALL SELECT 2 as source, trunc((sysdate - cast(l.log_date as date)) 86400) as time_secs, decode(l.operation, 'OPEN', 0 , 1 ) as operation
, l.log_id as log_id FROM DBA_SCHEDULER_WINDOW_LOG l , DBA_SCHEDULER_WINGROUP_MEMBERS m WHERE l.window_name = m.window_name AND m.window_group_name = 'MAINTENANCE_WINDOW_GROUP' AND l.operation in ('OPEN', 'CLOSE') AND CAST(l.log_date AS DATE) <= (SELECT cast(s2.end_interval_time as date) FROM WRM$_SNAPSHOT s2 WHERE s2.dbid = :dbid AND s2.instance_number = :inst_num AND s2.snap_id = :eid ) AND CAST(l.log_date AS DATE) >= (SELECT cast(s3.end_interval_time as date) FROM WRM$_SNAPSHOT s3 WHERE s3.dbid = :dbid AND s3.instance_number = :inst_num AND s3.snap_id = :bid ) UNION ALL SELECT 0 as source, trunc((sysdate - cast(s4.end_interval_time as date))
86400) as time_secs, decode(s4.snap_id, :bid, 2 , 3 ) as operation, 0 as log_id FROM WRM$_SNAPSHOT s4 WHERE s4.dbid = :dbid AND s4.instance_number = :inst_num AND s4.snap_id in (:bid, :eid) ) WHERE time_secs >= 0 ORDER BY source ASC, time_secs DESC, log_id ASC
32wqka2zwvu65insert into wrh$_parameter (snap_id, dbid, instance_number, parameter_hash, value, isdefault, ismodified) select :snap_id, :dbid, :instancenumber, i.ksppihash hash, sv.ksppstvl, sv.ksppstdf, decode(bitand(sv.ksppstvf, 7), 1, 'MODIFIED', 'FALSE') from x$ksppi i, x$ksppsv sv where i.indx = sv.indx and (((i.ksppinm not like '#%' escape '#') or (sv.ksppstdf = 'FALSE') or (bitand(sv.ksppstvf, 5) > 0)) or (i.ksppinm like '##%' escape '#')) order by hash
350f5yrnnmshslock table sys.mon_mods$ in exclusive mode nowait
3c1kubcdjnppqupdate sys.col_usage$ set equality_preds = equality_preds + decode(bitand(:flag, 1), 0, 0, 1), equijoin_preds = equijoin_preds + decode(bitand(:flag, 2), 0, 0, 1), nonequijoin_preds = nonequijoin_preds + decode(bitand(:flag, 4), 0, 0, 1), range_preds = range_preds + decode(bitand(:flag, 8), 0, 0, 1), like_preds = like_preds + decode(bitand(:flag, 16), 0, 0, 1), null_preds = null_preds + decode(bitand(:flag, 32), 0, 0, 1), timestamp = :time where obj# = :objn and intcol# = :coln
49s332uhbnsma declare
vsn varchar2(20);
begin
vsn := dbms_rcvman.getPackageVersion;
:pkg_vsn:pkg_vsn_i := vsn;
if vsn is not null then
:pkg_vsnub4 :=
to_number(substr(vsn, 1, 2) || substr(vsn, 4, 2) ||
substr(vsn, 7, 2) || nvl(substr(vsn, 10, 2), '00'));
end if;
end;
53btfq0dt9bs9insert into sys.col_usage$ values ( :objn, :coln, decode(bitand(:flag, 1), 0, 0, 1), decode(bitand(:flag, 2), 0, 0, 1), decode(bitand(:flag, 4), 0, 0, 1), decode(bitand(:flag, 8), 0, 0, 1), decode(bitand(:flag, 16), 0, 0, 1), decode(bitand(:flag, 32), 0, 0, 1), :time)
572fbaj0fdw2bselect output from table(dbms_workload_repository.awr_report_html( :dbid,
:inst_num,
:bid, :eid,
:rpt_options ))
586b2udq6dbnginsert into wrh$_sysstat (snap_id, dbid, instance_number, stat_id, value) select :snap_id, :dbid, :instance_number, stat_id, value from v$sysstat order by stat_id
5h7w8ykwtb2xtINSERT INTO SYS.WRI$_ADV_PARAMETERS (TASK_ID, NAME, DATATYPE, VALUE, FLAGS, DESCRIPTION) VALUES (:B6 , :B5 , :B4 , :B3 , :B2 , :B1 )
5n73rjfpt3q4bBEGIN :snap_id:=dbms_workload_repository.create_snapshot; END;
6cxqh7mktnbjminsert into smon_scn_time (thread, time_mp, time_dp, scn, scn_wrp, scn_bas, num_mappings, tim_scn_map) values (0, :1, :2, :3, :4, :5, :6, :7)
772s25v1y0x8kselect shared_pool_size_for_estimate s, shared_pool_size_factor 100 f, estd_lc_load_time l, 0 from v$shared_pool_advice
7cq8d0jqxzum1delete from smon_scn_time where thread=0 and scn = (select min(scn) from smon_scn_time where thread=0)
7mvdhsu3d43agselect a.obj# OBJOID, a.class_oid CLSOID, decode(bitand(a.flags, 16384), 0, a.next_run_date, a.last_enabled_time) RUNTIME, (2a.priority + decode(bitand(a.job_status, 4), 0, 0, decode(a.running_instance, :1, -1, 1))) PRI, 1 JOBTYPE, a.schedule_limit SCHLIM, a.job_weight WT, decode(a.running_instance, NULL, 0, a.running_instance) INST, decode(bitand(a.flags, 16384), 0, 0, 1) RUNNOW, decode(bitand(a.job_status, 8388608), 0, 0, 1) ENQ_SCHLIM from sys.scheduler$_job a where bitand(a.job_status, 515) = 1 and ((bitand(a.flags, 134217728 + 268435456) = 0) or (bitand(a.job_status, 1024) <> 0)) and bitand(a.flags, 4096) = 0 and (a.next_run_date <= :2 or bitand(a.flags, 16384) <> 0) and a.class_oid is not null and a.class_oid in (select b.obj# from scheduler$_class b where bitand(b.flags, :4) <> 0 and b.affinity = :5) order by RUNTIME, CLSOID, PRI, WT DESC, OBJOID
7vgmvmy8vvb9sinsert into wrh$_tempstatxs (snap_id, dbid, instance_number, file#, creation_change#, phyrds, phywrts, singleblkrds, readtim, writetim, singleblkrdtim, phyblkrd, phyblkwrt, wait_count, time) select :snap_id, :dbid, :instance_number tf.tfnum, to_number(tf.tfcrc_scn) creation_change#, ts.kcftiopyr, ts.kcftiopyw, ts.kcftiosbr, ts.kcftioprt, ts.kcftiopwt, ts.kcftiosbt, ts.kcftiopbr, ts.kcftiopbw, fw.count, fw.time from x$kcftio ts, x$kcctf tf, x$kcbfwait fw where tf.tfdup != 0 and tf.tfnum = ts.kcftiofno and fw.indx+1 = (ts.kcftiofno + :db_files)
803b7z0t84sq7select job, nvl2(last_date, 1, 0) from sys.job$ where (((:1 <= next_date) and (next_date < :2)) or ((last_date is null) and (next_date < :3))) and (field1 = :4 or (field1 = 0 and 'Y' = :5)) and (this_date is null) order by next_date, job
84qubbrsr0kfninsert into wrh$_latch (snap_id, dbid, instance_number, latch_hash, level#, gets, misses, sleeps, immediate_gets, immediate_misses, spin_gets, sleep1, sleep2, sleep3, sleep4, wait_time) select :snap_id, :dbid, :instance_number, hash, level#, gets, misses, sleeps, immediate_gets, immediate_misses, spin_gets, sleep1, sleep2, sleep3, sleep4, wait_time from v$latch order by hash
84vvbj8g8supsSELECT V.VIEW_NAME, V.TEXT_LENGTH, V.TEXT, V.TYPE_TEXT_LENGTH, V.TYPE_TEXT, V.OID_TEXT_LENGTH, V.OID_TEXT, V.VIEW_TYPE_OWNER, V.VIEW_TYPE, V.SUPERVIEW_NAME, (SELECT STATUS FROM SYS.ALL_OBJECTS WHERE OWNER = V.OWNER AND OBJECT_NAME = V.VIEW_NAME AND OBJECT_TYPE = 'VIEW' AND SUBOBJECT_NAME IS NULL) STATUS, (SELECT COMMENTS FROM SYS.ALL_TAB_COMMENTS WHERE OWNER = V.OWNER AND TABLE_NAME = V.VIEW_NAME) COMMENTS, C.CONSTRAINT_NAME, C.CONSTRAINT_TYPE FROM SYS.ALL_VIEWS V, SYS.ALL_CONSTRAINTS C WHERE C.OWNER(+) = V.OWNER AND C.TABLE_NAME(+) = V.VIEW_NAME AND V.OWNER = 'SKODACOM' AND V.VIEW_NAME = 'VIEW_THREAD_USER' ORDER BY V.OWNER, V.VIEW_NAME ASC
86synsm5txwj6SELECT V.VIEW_NAME, V.TEXT_LENGTH, V.TEXT, V.TYPE_TEXT_LENGTH, V.TYPE_TEXT, V.OID_TEXT_LENGTH, V.OID_TEXT, V.VIEW_TYPE_OWNER, V.VIEW_TYPE, V.SUPERVIEW_NAME, (SELECT STATUS FROM SYS.ALL_OBJECTS WHERE OWNER = V.OWNER AND OBJECT_NAME = V.VIEW_NAME AND OBJECT_TYPE = 'VIEW' AND SUBOBJECT_NAME IS NULL) STATUS, (SELECT COMMENTS FROM SYS.ALL_TAB_COMMENTS WHERE OWNER = V.OWNER AND TABLE_NAME = V.VIEW_NAME) COMMENTS, C.CONSTRAINT_NAME, C.CONSTRAINT_TYPE FROM SYS.ALL_VIEWS V, SYS.ALL_CONSTRAINTS C WHERE C.OWNER(+) = V.OWNER AND C.TABLE_NAME(+) = V.VIEW_NAME AND V.OWNER = 'SKODACOM' ORDER BY V.OWNER, V.VIEW_NAME ASC
8dw6saa5zu2sk
select
service_name, uio_waits, uio_time, con_waits, con_time,
adm_waits, adm_time, net_waits, net_time
from
(select
stat1.service_name service_name, db_time, uio_waits, uio_time,
con_waits, con_time, adm_waits, adm_time, net_waits, net_time
from
(select s1.service_name,
sum(decode(s1.stat_name, 'DB time', s1.diff, 0)) db_time
from
(select e.service_name service_name,
e.stat_name stat_name,
e.value - b.value diff
from dba_hist_service_stat b,
dba_hist_service_stat e
where b.snap_id = :bid
and e.snap_id = :eid
and b.instance_number = :inst_num
and e.instance_number = :inst_num
and b.dbid = :dbid
and e.dbid = :dbid
and b.stat_id = e.stat_id
and b.service_name_hash = e.service_name_hash) s1
group by s1.service_name) stat1,
(select s2.service_name,
sum(decode(s2.wait_class, 'User I/O',
s2.total_waits, 0)) uio_waits,
sum(decode(s2.wait_class, 'User I/O',
s2.time_waited, 0)) uio_time,
sum(decode(s2.wait_class, 'Concurrency',
s2.total_waits, 0)) con_waits,
sum(dec
ode(s2.wait_class, 'Concurrency',
s2.time_waited, 0)) con_time,
sum(decode(s2.wait_class, 'Administrative',
s2.total_waits, 0)) adm_waits,
sum(decode(s2.wait_class, 'Administrative',
s2.time_waited, 0)) adm_time,
sum(decode(s2.wait_class, 'Network',
s2.total_waits, 0)) net_waits,
sum(decode(s2.wait_class, 'Network',
s2.time_waited, 0)) net_time
from
(select e.service_name service_name,
e.wait_class wait_class,
e.total_waits - b.total_waits total_waits,
e.time_waited - b.time_waited time_waited
from dba_hist_service_wait_class b,
dba_hist_service_wait_class e
where b.snap_id = :bid
and e.snap_id = :eid
and b.instance_number = :inst_num
and e.instance_number = :inst_num
and b.dbid = :dbid
and e.dbid = :dbid
and b.wait_class_id = e.wait_class_id
and b.service_name_hash = e.service_name_hash) s2
group by s2.service_name) stat2
where
stat1.service_name = stat2.service_name
order by
db_time desc, service_name)
wh
ere rownum <= :top_n_svc
8p447s6p0rv6bselect java_pool_size_for_estimate s, java_pool_size_factor 100 f, estd_lc_load_time l, 0 from v$java_pool_advice
8swypbbr0m372select order#, columns, types from access$ where d_obj#=:1
95w06sfdyppfjSELECT FROM (SELECT "NAVICAT_TABLE"., ROWNUM "NAVICAT_ROWNUM" FROM (SELECT FROM "SKODACOM"."VIEW_THREAD_USER") "NAVICAT_TABLE" WHERE ROWNUM <= 1000) WHERE "NAVICAT_ROWNUM" > 0
a1xgxtssv5rrpselect sum(used_blocks), ts.ts# from GV$SORT_SEGMENT gv, ts$ ts where gv.tablespace_name = ts.name and ts.bitmapped <> 0 group by ts.ts#
a1y2ba3awndasSELECT VALUE FROM DBA_HIST_PARAMETER WHERE SNAP_ID = :B4 AND DBID = :B3 AND INSTANCE_NUMBER = :B2 AND PARAMETER_NAME = :B1
agpd044zj368minsert into wrh$_system_event (snap_id, dbid, instance_number, event_id, total_waits, total_timeouts, time_waited_micro) select :snap_id, :dbid, :instance_number, event_id, total_waits, total_timeouts, time_waited_micro from v$system_event order by event_id
awppxms81us4nSELECT SUM(TIME_WAITED_MICRO) FROM DBA_HIST_SYSTEM_EVENT WHERE SNAP_ID = :B3 AND DBID = :B2 AND INSTANCE_NUMBER = :B1 AND WAIT_CLASS != 'Idle'
aykvshm7zsabdselect size_for_estimate, size_factor * 100 f, estd_physical_read_time, estd_physical_reads from v$db_cache_advice where id = '3'
b2gnxm5z6r51nlock table sys.col_usage$ in exclusive mode nowait
b7jn4mf49n569select o.name, u.name from obj$ o, type$ t, user$ u where o.oid$ = t.tvoid and u.user#=o.owner# and bitand(t.properties, 8388608) = 8388608 and (sysdate-o.ctime) > 0.0007
bsa0wjtftg3uwselect file# from file$ where ts#=:1
bunssq950snhfinsert into wrh$_sga_target_advice (snap_id, dbid, instance_number, SGA_SIZE, SGA_SIZE_FACTOR, ESTD_DB_TIME, ESTD_PHYSICAL_READS) select :snap_id, :dbid, :instance_number, SGA_SIZE, SGA_SIZE_FACTOR, ESTD_DB_TIME, ESTD_PHYSICAL_READS fro v$sga_target_advice
cfz686a6qp0kgselect o.obj#, u.name, o.name, t.spare1, DECODE(bitand(t.flags, 268435456), 268435456, t.initrans, t.pctfree$) from sys.obj$ o, sys.user$ u, sys.tab$ t where (bitand(t.trigflag, 1048576) = 1048576) and o.obj#=t.obj# and o.owner# = u.user#
chsyr0gssbuqfselect f.file#, f.block#, f.ts#, f.length from fet$ f, ts$ t where t.ts#=f.ts# and t.dflextpct!=0 and t.bitmapped=0
chunmygjj8x7gSELECT OWNER, TABLE_NAME, COLUMN_NAME, DATA_TYPE FROM ALL_TAB_COLUMNS WHERE OWNER = 'SKODACOM' ORDER BY OWNER, TABLE_NAME
cqgv56fmuj63xselect owner#, name, namespace, remoteowner, linkname, p_timestamp, p_obj#, nvl(property, 0), subname, d_attrs from dependency$ d, obj$ o where d_obj#=:1 and p_obj#=obj#(+) order by order#
cvn54b7yz0s8uselect /+ index(idl_ub1$ i_idl_ub11) +/ piece#, length, piece from idl_ub1$ where obj#=:1 and part=:2 and version=:3 order by piece#
d5bwbakqj3f79SELECT OWNER, TABLE_NAME FROM ALL_TABLES WHERE OWNER = 'SKODACOM' ORDER BY OWNER
d92h4rjp0y217begin prvt_hdm.auto_execute( :db_id, :inst_id, :end_snap ); end;
f9u3p2bz694ddselect count() from sys.job$ where next_date < :1 and (field1 = :2 or (field1 = 0 and 'Y' = :3))
g00cj285jmgswupdate sys.mon_mods$ set inserts = inserts + :ins, updates = updates + :upd, deletes = deletes + :del, flags = (decode(bitand(flags, :flag), :flag, flags, flags + :flag)), drop_segments = drop_segments + :dropseg, timestamp = :time where obj# = :objn
g2wr3u7s1gtf3select count() from sys.job$ where (next_date > sysdate) and (next_date < (sysdate+5/86400))
g337099aatnujupdate smon_scn_time set orig_thread=0, time_mp=:1, time_dp=:2, scn=:3, scn_wrp=:4, scn_bas=:5, num_mappings=:6, tim_scn_map=:7 where thread=0 and scn = (select min(scn) from smon_scn_time where thread=0)
g6wf9na8zs5hbinsert into wrh$_sysmetric_summary (snap_id, dbid, instance_number, begin_time, end_time, intsize, group_id, metric_id, num_interval, maxval, minval, average, standard_deviation) select :snap_id, :dbid, :instance_number, begtime, endtime, intsize_csec, groupid, metricid, numintv, max, min, avg, std FROM x$kewmsmdv WHERE groupid = 2
grwydz59pu6mcselect text from view$ where rowid=:1


Back to SQL Statistics

Back to Top





Instance Activity Statistics



Back to Top



Instance Activity Stats

































































































































































StatisticTotalper Secondper Trans
CPU used by this session 6,163 0.11 42.50
CPU used when call started 1,864 0.03 12.86
CR blocks created 57 0.00 0.39
Cached Commit SCN referenced 43 0.00 0.30
Commit SCN cached 3 0.00 0.02
DB time 6,749 0.12 46.54
DBWR checkpoint buffers written 6,544 0.11 45.13
DBWR checkpoints 1 0.00 0.01
DBWR transaction table writes 429 0.01 2.96
DBWR undo block writes 1,236 0.02 8.52
PX local messages recv'd 0 0.00 0.00
PX local messages sent 0 0.00 0.00
SMON posted for undo segment shrink 3 0.00 0.02
SQLNet roundtrips to/from client 1,059 0.02 7.30
active txn count during cleanout 407 0.01 2.81
application wait time 1 0.00 0.01
background checkpoints completed 1 0.00 0.01
background checkpoints started 1 0.00 0.01
background timeouts 186,987 3.22 1,289.57
buffer is not pinned count 174,347 3.00 1,202.39
buffer is pinned count 133,180 2.29 918.48
bytes received via SQLNet from client 76,373 1.32 526.71
bytes sent via SQL*Net to client 1,402,040 24.14 9,669.24
calls to get snapshot scn: kcmgss 75,641 1.30 521.66
calls to kcmgas 2,774 0.05 19.13
calls to kcmgcs 670 0.01 4.62
change write time 43 0.00 0.30
cleanout - number of ktugct calls 451 0.01 3.11
cleanouts and rollbacks - consistent read gets 0 0.00 0.00
cleanouts only - consistent read gets 13 0.00 0.09
cluster key scan block gets 112,507 1.94 775.91
cluster key scans 15,721 0.27 108.42
commit batch/immediate performed 1 0.00 0.01
commit batch/immediate requested 1 0.00 0.01
commit cleanout failures: block lost 0 0.00 0.00
commit cleanout failures: callback failure 51 0.00 0.35
commit cleanouts 5,571 0.10 38.42
commit cleanouts successfully completed 5,520 0.10 38.07
commit immediate performed 1 0.00 0.01
commit immediate requested 1 0.00 0.01
commit txn count during cleanout 214 0.00 1.48
concurrency wait time 150 0.00 1.03
consistent changes 28,801 0.50 198.63
consistent gets 279,100 4.81 1,924.83
consistent gets - examination 63,733 1.10 439.54
consistent gets direct 42 0.00 0.29
consistent gets from cache 279,058 4.81 1,924.54
cursor authentications 54 0.00 0.37
data blocks consistent reads - undo records applied 58 0.00 0.40
db block changes 67,815 1.17 467.69
db block gets 125,161 2.16 863.18
db block gets direct 78 0.00 0.54
db block gets from cache 125,083 2.15 862.64
deferred (CURRENT) block cleanout applications 3,549 0.06 24.48
dirty buffers inspected 0 0.00 0.00
enqueue conversions 31,016 0.53 213.90
enqueue releases 415,841 7.16 2,867.87
enqueue requests 415,841 7.16 2,867.87
enqueue waits 0 0.00 0.00
execute count 41,480 0.71 286.07
free buffer inspected 1,433 0.02 9.88
free buffer requested 9,587 0.17 66.12
heap block compress 236 0.00 1.63
hot buffers moved to head of LRU 7 0.00 0.05
immediate (CR) block cleanout applications 13 0.00 0.09
immediate (CURRENT) block cleanout applications 894 0.02 6.17
index fast full scans (full) 0 0.00 0.00
index fetch by key 48,566 0.84 334.94
index scans kdiixs1 49,246 0.85 339.63
leaf node 90-10 splits 122 0.00 0.84
leaf node splits 175 0.00 1.21
lob reads 4,455 0.08 30.72
lob writes 7,746 0.13 53.42
lob writes unaligned 7,746 0.13 53.42
logons cumulative 59 0.00 0.41
messages received 6,069 0.10 41.86
messages sent 6,069 0.10 41.86
no buffer to keep pinned count 0 0.00 0.00
no work - consistent read gets 155,334 2.68 1,071.27
opened cursors cumulative 9,470 0.16 65.31
parse count (failures) 6 0.00 0.04
parse count (hard) 229 0.00 1.58
parse count (total) 8,895 0.15 61.34
parse time cpu 315 0.01 2.17
parse time elapsed 330 0.01 2.28
physical read IO requests 1,218 0.02 8.40
physical read bytes 12,951,552 223.04 89,321.05
physical read total IO requests 43,824 0.75 302.23
physical read total bytes 752,499,712 12,958.85 5,189,653.19
physical read total multi block requests 92 0.00 0.63
physical reads 1,581 0.03 10.90
physical reads cache 1,531 0.03 10.56
physical reads cache prefetch 363 0.01 2.50
physical reads direct 50 0.00 0.34
physical reads direct (lob) 18 0.00 0.12
physical reads prefetch warmup 0 0.00 0.00
physical write IO requests 4,880 0.08 33.66
physical write bytes 54,312,960 935.33 374,572.14
physical write total IO requests 93,197 1.60 642.74
physical write total bytes 1,387,083,776 23,887.07 9,566,095.01
physical write total multi block requests 1,981 0.03 13.66
physical writes 6,630 0.11 45.72
physical writes direct 86 0.00 0.59
physical writes direct (lob) 78 0.00 0.54
physical writes direct temporary tablespace 0 0.00 0.00
physical writes from cache 6,544 0.11 45.13
physical writes non checkpoint 1,092 0.02 7.53
pinned buffers inspected 0 0.00 0.00
prefetch warmup blocks aged out before use 0 0.00 0.00
prefetched blocks aged out before use 1,321 0.02 9.11
recursive calls 293,416 5.05 2,023.56
recursive cpu usage 1,700 0.03 11.72
redo blocks written 40,432 0.70 278.84
redo buffer allocation retries 2 0.00 0.01
redo entries 37,093 0.64 255.81
redo log space requests 2 0.00 0.01
redo log space wait time 5 0.00 0.03
redo ordering marks 554 0.01 3.82
redo size 15,993,812 275.43 110,302.15
redo synch time 8 0.00 0.06
redo synch writes 12,625 0.22 87.07
redo wastage 4,007,000 69.00 27,634.48
redo write time 562 0.01 3.88
redo writer latching time 2 0.00 0.01
redo writes 10,838 0.19 74.74
rollback changes - undo records applied 2 0.00 0.01
rollbacks only - consistent read gets 57 0.00 0.39
rows fetched via callback 20,094 0.35 138.58
session cursor cache hits 5,836 0.10 40.25
session logical reads 404,261 6.96 2,788.01
session pga memory 486,792 8.38 3,357.19
session pga memory max 1,797,512 30.96 12,396.63
session uga memory 4,296,593,600 73,991.95 29,631,680.00
session uga memory max 94,606,512 1,629.23 652,458.70
shared hash latch upgrades - no wait 49,110 0.85 338.69
sorts (memory) 19,478 0.34 134.33
sorts (rows) 229,737 3.96 1,584.39
sql area purged 0 0.00 0.00
summed dirty queue length 0 0.00 0.00
switch current to new buffer 30 0.00 0.21
table fetch by rowid 65,614 1.13 452.51
table fetch continued row 175 0.00 1.21
table scan blocks gotten 22,650 0.39 156.21
table scan rows gotten 572,074 9.85 3,945.34
table scans (long tables) 2 0.00 0.01
table scans (short tables) 1,380 0.02 9.52
total number of times SMON posted 4 0.00 0.03
transaction rollbacks 1 0.00 0.01
undo change vector size 4,400,552 75.78 30,348.63
user I/O wait time 146 0.00 1.01
user calls 1,324 0.02 9.13
user commits 145 0.00 1.00
user rollbacks 0 0.00 0.00
workarea executions - optimal 7,517 0.13 51.84
write clones created in background 0 0.00 0.00
write clones created in foreground 0 0.00 0.00


Back to Instance Activity Statistics

Back to Top



Instance Activity Stats - Absolute Values



  • Statistics with absolute values (should not be diffed)





StatisticBegin ValueEnd Value
session cursor cache count 7,903 8,770
opened cursors current 42 39
logons current 17 17


Back to Instance Activity Statistics

Back to Top



Instance Activity Stats - Thread Activity



  • Statistics identified by '(derived)' come from sources other than SYSSTAT



StatisticTotalper Hour
log switches (derived) 1 0.06


Back to Instance Activity Statistics

Back to Top





IO Stats



Back to Top



Tablespace IO Stats



  • ordered by IOs (Reads + Writes) desc














TablespaceReadsAv Reads/sAv Rd(ms)Av Blks/RdWritesAv Writes/sBuffer WaitsAv Buf Wt(ms)
SYSAUX130 0 2.69 1.53 3,008 0 0 0.00
SYSTEM237 0 1.39 2.11 881 0 0 0.00
UNDOTBS11 0 0.00 1.00 986 0 1 0.00
SKODACOM849 0 0.98 1.04 3 0 0 0.00
EBUY_USER1 0 0.00 1.00 1 0 0 0.00
PEICHE1 0 0.00 1.00 1 0 0 0.00


Back to IO Stats

Back to Top



File IO Stats



  • ordered by Tablespace, File


















TablespaceFilenameReadsAv Reads/sAv Rd(ms)Av Blks/RdWritesAv Writes/sBuffer WaitsAv Buf Wt(ms)
EBUY_USER /u01/oradata/skodacom/ebuy_user01.dbf1 0 0.00 1.00 1 0 0 0.00
PEICHE /u01/oradata/skodacom/peiche_data_file1.dbf1 0 0.00 1.00 1 0 0 0.00
SKODACOM /u01/oradata/skodacom/skodacom_user01.dbf695 0 0.88 1.05 1 0 0 0.00
SKODACOM /u01/oradata/skodacom/skodacom_user02.dbf120 0 1.58 1.00 1 0 0 0.00
SKODACOM /u01/oradata/skodacom/skodacom_user03.dbf34 0 0.88 1.00 1 0 0 0.00
SYSAUX /u01/oradata/skodacom/sysaux.dbf130 0 2.69 1.53 3,008 0 0 0.00
SYSTEM /u01/oradata/skodacom/system.dbf237 0 1.39 2.11 881 0 0 0.00
UNDOTBS1 /u01/oradata/skodacom/undotbs1.dbf1 0 0.00 1.00 986 0 1 0.00


Back to IO Stats

Back to Top




Buffer Pool Statistics



  • Standard block size Pools D: default, K: keep, R: recycle
  • Default Pools for other block sizes: 2k, 4k, 8k, 16k, 32k



PNumber of BuffersPool Hit%Buffer GetsPhysical ReadsPhysical WritesFree Buff WaitWrit Comp WaitBuffer Busy Waits
D 105,152 100 404,709 1,532 6,544 0 0 1



Back to Top





Advisory Statistics



Back to Top



Instance Recovery Stats



  • B: Begin snapshot, E: End snapshot




Targt MTTR (s) Estd MTTR (s)Recovery Estd IOsActual Redo BlksTarget Redo BlksLog File Size Redo BlksLog Ckpt Timeout Redo BlksLog Ckpt Interval Redo Blks
B 0 7 163 173 878 184320 878
E 0 7 169 431 6306 184320 6306


Back to Advisory Statistics

Back to Top



Buffer Pool Advisory



  • Only rows with estimated physical reads >0 are displayed
  • ordered by Block Size, Buffers For Estimate























PSize for Est (M)Size FactorBuffers for EstimateEst Phys Read FactorEstimated Physical Reads
D 80 0.09 9,920 1.12 2,723,336
D 160 0.19 19,840 1.10 2,663,197
D 240 0.28 29,760 1.08 2,629,478
D 320 0.38 39,680 1.06 2,582,075
D 400 0.47 49,600 1.03 2,505,137
D 480 0.57 59,520 1.01 2,456,910
D 560 0.66 69,440 1.01 2,444,051
D 640 0.75 79,360 1.00 2,426,428
D 720 0.85 89,280 1.00 2,426,061
D 800 0.94 99,200 1.00 2,425,878
D 848 1.00 105,152 1.00 2,425,878
D 880 1.04 109,120 1.00 2,425,878
D 960 1.13 119,040 1.00 2,425,878
D 1,040 1.23 128,960 1.00 2,425,878
D 1,120 1.32 138,880 1.00 2,425,878
D 1,200 1.42 148,800 1.00 2,425,878
D 1,280 1.51 158,720 1.00 2,425,878
D 1,360 1.60 168,640 1.00 2,425,878
D 1,440 1.70 178,560 1.00 2,425,878
D 1,520 1.79 188,480 1.00 2,425,878
D 1,600 1.89 198,400 1.00 2,416,287


Back to Advisory Statistics

Back to Top



PGA Aggr Summary



  • PGA cache hit % - percentage of W/A (WorkArea) data processed only in-memory



PGA Cache Hit %W/A MB ProcessedExtra W/A MB Read/Written
100.00 237 0


Back to Advisory Statistics

Back to Top



PGA Aggr Target Stats



  • B: Begin snap E: End snap (rows dentified with B or E contain data
    which is absolute i.e. not diffed over the interval)
  • Auto PGA Target - actual workarea memory target
  • W/A PGA Used - amount of memory used for all Workareas (manual + auto)
  • %PGA W/A Mem - percentage of PGA memory allocated to workareas
  • %Auto W/A Mem - percentage of workarea memory controlled by Auto Mem Mgmt
  • %Man W/A Mem - percentage of workarea memory under manual control




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)
B 234 167 104.32 0.00 0.00 0.00 0.00 47,841
E 234 167 104.02 0.00 0.00 0.00 0.00 47,841


Back to Advisory Statistics

Back to Top



PGA Aggr Target Histogram



  • Optimal Executions are purely in-memory operations







Low Optimal High OptimalTotal ExecsOptimal Execs1-Pass ExecsM-Pass Execs
2K 4K 7,220 7,220 0 0
64K 128K 54 54 0 0
128K 256K 6 6 0 0
512K 1024K 206 206 0 0
1M 2M 40 40 0 0


Back to Advisory Statistics

Back to Top



PGA Memory Advisory



  • When using Auto Memory Mgmt, minimally choose a pga_aggregate_target value
    where Estd PGA Overalloc Count is 0
















PGA Target Est (MB)Size FactrW/A MB ProcessedEstd Extra W/A MB Read/ Written to Disk Estd PGA Cache Hit %Estd PGA Overalloc Count
29 0.13 2,595.47 493.61 84.00 17
58 0.25 2,595.47 290.49 90.00 10
117 0.50 2,595.47 61.76 98.00 1
175 0.75 2,595.47 0.00 100.00 0
234 1.00 2,595.47 0.00 100.00 0
280 1.20 2,595.47 0.00 100.00 0
327 1.40 2,595.47 0.00 100.00 0
374 1.60 2,595.47 0.00 100.00 0
420 1.80 2,595.47 0.00 100.00 0
467 2.00 2,595.47 0.00 100.00 0
701 3.00 2,595.47 0.00 100.00 0
934 4.00 2,595.47 0.00 100.00 0
1,402 6.00 2,595.47 0.00 100.00 0
1,869 8.00 2,595.47 0.00 100.00 0


Back to Advisory Statistics

Back to Top



Shared Pool Advisory



  • SP: Shared Pool Est LC: Estimated Library Cache Factr: Factor
  • Note there is often a 1:Many correlation between a single logical object
    in the Library Cache, and the physical number of memory objects associated
    with it. Therefore comparing the number of Lib Cache objects (e.g. in
    v$librarycache), with the number of Lib Cache Memory Objects is invalid.
















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
144 0.53 35 2,651 785 0.99 69 1.17 462,980
176 0.65 66 5,481 788 0.99 66 1.12 468,081
208 0.76 97 7,673 795 1.00 59 1.00 473,154
240 0.88 128 10,038 795 1.00 59 1.00 473,713
272 1.00 159 12,385 795 1.00 59 1.00 473,815
304 1.12 190 14,665 795 1.00 59 1.00 473,823
336 1.24 221 16,921 796 1.00 58 0.98 473,851
368 1.35 233 17,777 796 1.00 58 0.98 473,851
400 1.47 233 17,777 796 1.00 58 0.98 473,851
432 1.59 233 17,777 796 1.00 58 0.98 473,851
464 1.71 233 17,777 796 1.00 58 0.98 473,851
496 1.82 233 17,777 796 1.00 58 0.98 473,851
528 1.94 233 17,777 796 1.00 58 0.98 473,851
560 2.06 233 17,777 796 1.00 58 0.98 473,851


Back to Advisory Statistics

Back to Top



SGA Target Advisory













SGA Target Size (M)SGA Size FactorEst DB Time (s)Est Physical Reads
292 0.25 1,502 2,723,291
584 0.50 1,197 2,505,204
876 0.75 1,078 2,426,363
1,168 1.00 1,076 2,425,878
1,460 1.25 1,076 2,425,878
1,752 1.50 1,070 2,416,174
2,044 1.75 1,062 2,416,174
2,336 2.00 1,062 2,416,174


Back to Advisory Statistics

Back to Top




Streams Pool Advisory


No data exists for this section of the report.


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



  • ordered by wait time desc, waits desc



ClassWaitsTotal Wait Time (s)Avg Time (ms)
undo header 1 0 0


Back to Wait Statistics

Back to Top




Enqueue Activity


No data exists for this section of the report.


Back to Wait Statistics

Back to Top





Undo Statistics



Back to Top



Undo Segment Summary



  • Min/Max TR (mins) - Min and Max Tuned Retention (minutes)
  • STO - Snapshot Too Old count, OOS - Out of Space count
  • Undo segment block stats:
  • uS - unexpired Stolen, uR - unexpired Released, uU - unexpired reUsed
  • eS - expired Stolen, eR - expired Released, eU - expired reUsed



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
1 0.75 2,008 174 3 180/180 0/0 0/0/0/0/0/0


Back to Undo Statistics

Back to Top



Undo Segment Stats



  • Most recent 35 Undostat rows, ordered by Time desc




































End TimeNum Undo BlocksNumber of TransactionsMax Qry Len (s)Max Tx ConcyTun Ret (mins)STO/ OOS uS/uR/uU/ eS/eR/eU
01-Jul 16:06 91 104 0 3 180 0/0 0/0/0/0/0/0
01-Jul 15:56 0 1 0 0 180 0/0 0/0/0/0/0/0
01-Jul 15:46 1 5 174 1 180 0/0 0/0/0/0/0/0
01-Jul 15:36 0 2 0 0 180 0/0 0/0/0/0/0/0
01-Jul 15:26 41 172 0 3 180 0/0 0/0/0/0/0/0
01-Jul 15:16 0 2 0 0 180 0/0 0/0/0/0/0/0
01-Jul 15:06 67 141 0 2 180 0/0 0/0/0/0/0/0
01-Jul 14:56 1 1 0 1 180 0/0 0/0/0/0/0/0
01-Jul 14:46 0 27 0 0 180 0/0 0/0/0/0/0/0
01-Jul 14:36 1 1 0 1 180 0/0 0/0/0/0/0/0
01-Jul 14:26 1 4 0 1 180 0/0 0/0/0/0/0/0
01-Jul 14:16 0 1 0 0 180 0/0 0/0/0/0/0/0
01-Jul 14:06 32 91 0 2 180 0/0 0/0/0/0/0/0
01-Jul 13:56 1 2 0 1 180 0/0 0/0/0/0/0/0
01-Jul 13:46 1 3 0 1 180 0/0 0/0/0/0/0/0
01-Jul 13:36 0 2 0 0 180 0/0 0/0/0/0/0/0
01-Jul 13:26 0 3 0 0 180 0/0 0/0/0/0/0/0
01-Jul 13:16 0 1 0 0 180 0/0 0/0/0/0/0/0
01-Jul 13:06 40 91 0 3 180 0/0 0/0/0/0/0/0
01-Jul 12:56 1 2 0 1 180 0/0 0/0/0/0/0/0
01-Jul 12:46 6 12 0 1 180 0/0 0/0/0/0/0/0
01-Jul 12:36 2 1 0 1 180 0/0 0/0/0/0/0/0
01-Jul 12:26 0 3 0 0 180 0/0 0/0/0/0/0/0
01-Jul 12:16 0 2 0 0 180 0/0 0/0/0/0/0/0
01-Jul 12:06 37 90 0 3 180 0/0 0/0/0/0/0/0
01-Jul 11:56 0 1 0 0 180 0/0 0/0/0/0/0/0
01-Jul 11:46 0 4 0 0 180 0/0 0/0/0/0/0/0
01-Jul 11:36 0 1 0 0 180 0/0 0/0/0/0/0/0
01-Jul 11:26 1 3 0 1 180 0/0 0/0/0/0/0/0
01-Jul 11:16 0 1 0 0 180 0/0 0/0/0/0/0/0
01-Jul 11:06 30 85 0 3 180 0/0 0/0/0/0/0/0
01-Jul 10:56 1 3 0 1 180 0/0 0/0/0/0/0/0
01-Jul 10:46 0 2 0 0 180 0/0 0/0/0/0/0/0
01-Jul 10:36 1 3 0 1 180 0/0 0/0/0/0/0/0


Back to Undo Statistics

Back to Top





Latch Statistics



Back to Top



Latch Activity



  • "Get Requests", "Pct Get Miss" and "Avg Slps/Miss" are statistics for
    willing-to-wait latch get requests
  • "NoWait Requests", "Pct NoWait Miss" are for no-wait latch get requests
  • "Pct Misses" for both should be very close to 0.0













































































































Latch NameGet RequestsPct Get MissAvg Slps /MissWait Time (s)NoWait RequestsPct NoWait Miss
AWR Alerted Metric Element list 205,563 0.00 0 0
Consistent RBA 10,840 0.00 0 0
FAL request queue 1,163 0.00 0 0
FAL subheap alocation 1,163 0.00 0 0
FIB s.o chain latch 6 0.00 0 0
FOB s.o list latch 487 0.00 0 0
JS mem alloc latch 4 0.00 0 0
JS queue access latch 4 0.00 0 0
JS queue state obj latch 348,464 0.00 0 0
JS slv state obj latch 8 0.00 0 0
KGX 0 0 45,434 0.00
KMG MMAN ready and startup request latch 19,356 0.00 0 0
KTF sga latch 99 0.00 0 19,349 0.00
KWQMN job cache list latch 13 0.00 0 0
MQL Tracking Latch 0 0 1,147 0.00
Memory Management Latch 0 0 19,356 0.00
OS process 384 0.00 0 0
OS process allocation 19,612 0.00 0 0
OS process: request allocation 116 0.00 0 0
PL/SQL warning settings 1,126 0.00 0 0
SQL memory manager latch 18 0.00 0 19,338 0.00
SQL memory manager workarea list latch 1,298,248 0.00 0 0
Shared B-Tree 2,073 0.00 0 0
active checkpoint queue latch 24,156 0.00 0 0
active service list 104,881 0.00 0.00 0 19,412 0.00
archive control 1,101 0.00 0 0
archive process latch 20,501 0.00 0 0
begin backup scn array 78 0.00 0 0
cache buffer handles 1,004 0.00 0 0
cache buffers chains 906,714 0.00 0.00 0 11,004 0.00
cache buffers lru chain 26,757 0.00 0 14,570 0.00
cache table scan latch 50 0.00 0 50 0.00
cas latch 44 0.00 0 0
channel handle pool latch 118 0.00 0 0
channel operations parent latch 271,775 0.00 0 0
checkpoint queue latch 777,600 0.00 0 6,078 0.00
client/application info 155 0.00 0 0
compile environment latch 640 0.00 0 0
dml lock allocation 7,015 0.00 0 0
dummy allocation 118 0.00 0 0
enqueue hash chains 862,789 0.00 0 0
enqueues 822,144 0.00 0.00 0 0
event group latch 58 0.00 0 0
file cache latch 1,630 0.00 0 0
global KZLD latch for mem in SGA 20 0.00 0 0
hash table column usage latch 451 0.00 0 91,302 0.00
hash table modification latch 845 0.00 0 0
job workq parent latch 0 0 2 0.00
job_queue_processes parameter latch 969 0.00 0 0
kks stats 976 0.00 0 0
ksuosstats global area 3,908 0.00 0 0
ktm global data 202 0.00 0 0
kwqbsn:qsga 2,073 0.00 0 0
lgwr LWN SCN 20,417 0.00 0 0
library cache 186,984 0.02 0.13 0 404 0.00
library cache load lock 654 0.00 0 0
library cache lock 51,295 0.03 0.29 0 0
library cache lock allocation 854 0.00 0 0
library cache pin 133,569 0.00 0.00 0 0
library cache pin allocation 304 0.00 0 0
list of block allocation 286 0.00 0 0
loader state object freelist 272 0.00 0 0
message pool operations parent latch 2 0.00 0 0
messages 387,049 0.02 0.00 0 0
mostly latch-free SCN 23,209 0.00 0 0
multiblock read objects 120 0.00 0 0
ncodef allocation latch 925 0.00 0 0
object queue header heap 26 0.00 0 1 0.00
object queue header operation 87,417 0.00 0 0
object stats modification 35 0.00 0 0
parallel query alloc buffer 7,736 0.00 0 0
parameter table allocation management 60 1.67 0.00 0 0
post/wait queue 148 0.00 0 40 0.00
process allocation 116 2.59 1.00 0 58 0.00
process group creation 116 0.00 0 0
qmn task queue latch 8,292 0.00 0 0
redo allocation 51,791 0.02 0.00 0 37,118 0.01
redo copy 0 0 37,118 0.57
redo on-disk SCN 71,288 0.00 0 0
redo writing 97,300 0.00 0.00 0 0
resmgr group change latch 29 0.00 0 0
resmgr:actses active list 67 0.00 0 0
resmgr:actses change group 24 0.00 0 0
resmgr:free threads list 49 2.04 0.00 0 0
resmgr:schema config 18 0.00 0 0
rm cas latch 188 0.00 0 0
row cache objects 253,565 0.00 0.00 0 0
sequence cache 202 0.00 0 0
session allocation 59,898 0.00 0.00 0 0
session idle bit 3,229 0.00 0 0
session state list latch 205 0.00 0 0
session switching 925 0.00 0 0
session timer 19,412 0.00 0 0
shared pool 56,812 0.01 0.25 0 0
simulator hash latch 22,753 0.00 0 0
simulator lru latch 21,971 0.00 0 462 0.00
slave class 35 0.00 0 0
slave class create 139 12.23 1.00 0 0
sort extent pool 1,614 0.00 0 0
state object free list 36 0.00 0 0
statistics aggregation 2,016 0.00 0 0
temp lob duration state obj allocation 2 0.00 0 0
threshold alerts latch 3,069 0.00 0 0
transaction allocation 202 0.00 0 0
transaction branch allocation 925 0.00 0 0
undo global data 23,103 0.00 0 0
user lock 82 3.66 0.00 0 0


Back to Latch Statistics

Back to Top



Latch Sleep Breakdown



  • ordered by misses desc












Latch NameGet RequestsMissesSleepsSpin GetsSleep1Sleep2Sleep3
library cache186,984 40 5 35 0 0 0
library cache lock51,295 17 5 13 0 0 0
slave class create139 17 17 0 0 0 0
shared pool56,812 4 1 3 0 0 0
process allocation116 3 3 0 0 0 0


Back to Latch Statistics

Back to Top



Latch Miss Sources



  • only latches with sleeps are shown
  • ordered by name, sleeps desc









Latch NameWhereNoWait Misses SleepsWaiter Sleeps
library cache kglhdgc: child: 0 2 1
library cache kglpin: child: heap processing 0 2 0
library cache kglpndl: child: before processing 0 1 2
library cache lock kgllkdl: child: cleanup 0 5 5
process allocation ksucrp 0 3 0
shared pool kghalo 0 1 1
slave class create ksvcreate 0 17 0


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



  • Total Logical Reads: 404,261
  • Captured Segments account for 70.5% of Total







OwnerTablespace NameObject NameSubobject NameObj. TypeLogical Reads%Total
SYS SYSTEM SMON_SCN_TIME TABLE 75,936 18.78
SYS SYSTEM I_JOB_NEXT INDEX 35,136 8.69
SYS SYSTEM COLTYPE$ TABLE 16,528 4.09
SYS SYSTEM TAB$ TABLE 13,904 3.44
SYS SYSTEM OBJ$ TABLE 11,968 2.96


Back to Segment Statistics

Back to Top



Segments by Physical Reads



  • Total Physical Reads: 1,581
  • Captured Segments account for 93.0% of Total







OwnerTablespace NameObject NameSubobject NameObj. TypePhysical Reads%Total
SKODACOM SKODACOM TB_USER TABLE 400 25.30
SYS SYSTEM VIEW$ TABLE 306 19.35
SKODACOM SKODACOM TB_USER_PK INDEX 250 15.81
SKODACOM SKODACOM TB_THREAD TABLE 181 11.45
SYS SYSTEM IDL_UB1$ TABLE 152 9.61


Back to Segment Statistics

Back to Top




Segments by Row Lock Waits


No data exists for this section of the report.


Back to Segment Statistics

Back to Top




Segments by ITL Waits


No data exists for this section of the report.


Back to Segment Statistics

Back to Top




Segments by Buffer Busy Waits


No data exists for this section of the report.


Back to Segment Statistics

Back to Top




Dictionary Cache Stats



  • "Pct Misses" should be very low (< 2% in most cases)
  • "Final Usage" is the number of cache entries being used
















CacheGet RequestsPct MissScan ReqsPct MissMod ReqsFinal Usage
dc_awr_control 1,025 0.00 0 36 1
dc_global_oids 209 1.44 0 0 87
dc_histogram_data 16,192 0.72 0 0 11,807
dc_histogram_defs 18,005 1.81 0 0 3,890
dc_object_ids 8,556 0.55 0 0 1,189
dc_objects 3,301 3.36 0 1 1,304
dc_profiles 22 0.00 0 0 1
dc_rollback_segments 15,572 0.00 0 0 29
dc_segments 1,960 0.51 0 37 819
dc_sequences 5 0.00 0 5 8
dc_tablespaces 16,710 0.00 0 0 9
dc_usernames 125 0.80 0 0 12
dc_users 13,645 0.01 0 0 37
outstanding_alerts 970 0.00 0 0 8



Back to Top




Library Cache Activity



  • "Pct Misses" should be very low







NamespaceGet RequestsPct MissPin RequestsPct MissReloadsInvali- dations
BODY 123 2.44 1,310 0.46 2 0
CLUSTER 35 0.00 64 0.00 0 0
INDEX 45 22.22 115 8.70 0 0
SQL AREA 176 97.16 48,607 0.77 105 0
TABLE/PROCEDURE 1,043 8.92 5,550 5.14 61 0



Back to Top





Memory Statistics



Back to Top



Process Memory Summary



  • B: Begin snap E: End snap
  • All rows below contain absolute values (i.e. not diffed over the interval)
  • Max Alloc is Maximum PGA Allocation size at snapshot time
  • Hist Max Alloc is the Historical Max Allocation for still-connected processes
  • ordered by Begin/End snapshot, Alloc (MB) desc










CategoryAlloc (MB)Used (MB)Avg Alloc (MB)Std Dev Alloc (MB)Max Alloc (MB)Hist Max Alloc (MB)Num ProcNum Alloc
B Other 99.86 5.87 9.41 23 23 17 17
Freeable 4.06 0.00 0.68 0.41 1 6 6
SQL 0.31 0.16 0.03 0.04 0 1 9 7
PL/SQL 0.09 0.03 0.01 0.01 0 0 17 17
E Other 99.55 5.86 9.42 23 23 17 17
Freeable 4.13 0.00 0.69 0.36 1 6 6
SQL 0.25 0.13 0.03 0.03 0 1 9 7
PL/SQL 0.11 0.05 0.01 0.01 0 0 17 17


Back to Memory Statistics

Back to Top



SGA Memory Summary









SGA regionsBegin Size (Bytes)End Size (Bytes) (if different)
Database Buffers 889,192,448
Fixed Size 2,020,384
Redo Buffers 14,753,792
Variable Size 318,770,144


Back to Memory Statistics

Back to Top



SGA breakdown difference



  • ordered by Pool, Name
  • N/A value for Begin MB or End MB indicates the size of that Pool/Name was
    insignificant, or zero in that snapshot



























PoolNameBegin MBEnd MB% Diff
java free memory 16.00 16.00 0.00
large PX msg pool 0.99 0.99 0.00
large free memory 15.01 15.01 0.00
shared ASH buffers 8.00 8.00 0.00
shared CCursor 4.00 4.02 0.58
shared FileOpenBlock 3.54 3.54 0.00
shared KCB Table Scan Buffer 4.00 4.00 0.00
shared KGLS heap 2.87 2.96 3.11
shared KQR M PO 2.80 2.98 6.39
shared KQR M SO 5.55 5.60 0.95
shared KSFD SGA I/O b 4.00 4.00 0.00
shared KTI-UNDO 3.22 3.22 0.00
shared PCursor 3.43 3.42 -0.29
shared PL/SQL MPCODE 3.06
shared db_block_hash_buckets 4.20 4.20 0.00
shared event statistics per sess 3.88 3.88 0.00
shared free memory 123.16 111.86 -9.17
shared kglsim hash table bkts 4.00 4.00 0.00
shared library cache 10.28 10.58 2.99
shared private strands 6.05 6.05 0.00
shared row cache 7.13 7.13 0.00
shared sql area 17.95 27.16 51.32
buffer_cache 848.00 848.00 0.00
fixed_sga 1.93 1.93 0.00
log_buffer 14.07 14.07 0.00


Back to Memory Statistics

Back to Top





Streams Statistics



Back to Top




Streams CPU/IO Usage


No data exists for this section of the report.


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 Apply


No data exists for this section of the report.


Back to Streams Statistics

Back to Top




Buffered Queues


No data exists for this section of the report.


Back to Streams Statistics

Back to Top




Buffered 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





Resource Limit Stats


No data exists for this section of the report.



Back to Top




init.ora Parameters






























Parameter NameBegin valueEnd value (if different)
_allow_resetlogs_corruption TRUE
audit_file_dest /u01/oracle/admin/skodacom/adump
audit_sys_operations TRUE
audit_trail DB, EXTENDED
background_dump_dest /u01/oracle/admin/skodacom/bdump
control_files /u01/oradata/skodacom/control1.ctl, /u01/oradata/skodacom/control2.ctl, /u01/oradata/skodacom/control3., /u01/app/oracle/product/10.2.0/db_1/dbs/ctl
core_dump_dest /u01/oracle/admin/skodacom/cdump
db_block_size 8192
db_create_file_dest /u01/oradata
db_create_online_log_dest_1 /u01/oradata
db_domain skodacom
db_name skodacom
db_recovery_file_dest /u01/arch/flashbakdb
db_recovery_file_dest_size 21474836480
db_unique_name skodacom
job_queue_processes 10
log_archive_dest_1 LOCATION=/u01/arch/skodacom
log_archiveformat log%t%s%r.arc
open_cursors 1500
processes 400
sga_target 1224736768
undo_management AUTO
undo_retention 10800
undo_tablespace UNDOTBS1
user_dump_dest /u01/oracle/admin/skodacom/udump



Back to Top







End of Report

Report written to awrrpt_1_52416_52434.html
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
[oracle@204_maridb ~]$ ll
总用量 19080
-rw-r--r-- 1 oracle oinstall 252239 7月 1 16:09 awrrpt_1_52416_52434.html
-rw-r--r-- 1 oracle oinstall 249247 7月 1 15:22 awrrpt_1_52431_52432.html
-rw-r--r-- 1 oracle oinstall 16444 4月 16 11:45 dbca.rsp
-rw-r--r-- 1 oracle oinstall 920 4月 16 11:24 enterprise01.rsp
-rw-r--r-- 1 oracle oinstall 457 4月 22 16:04 export.log
-rw-r----- 1 oracle oinstall 18321408 4月 19 10:54 full.dmp
-rw-r----- 1 oracle oinstall 1167 4月 19 11:39 impdp.log
-rw-r----- 1 oracle oinstall 291067 4月 19 11:36 import.log
-rw-r--r-- 1 oracle oinstall 5742 4月 16 11:49 netca.rsp
-rw-rw-r-- 1 oracle oinstall 65 4月 16 11:13 oraInst.loc
-rw-r--r-- 1 root root 121910 5月 14 14:19 rlwrap-0.43-2.el7.x86_64.rpm
-rw-r--r-- 1 oracle oinstall 65638 5月 14 11:48 rman_11.log
drwxr-xr-x 2 oracle oinstall 4096 5月 23 10:55 scripts
-rw-r----- 1 oracle oinstall 172032 4月 19 11:36 testexpdp.dmp

0