SQL Id | SQL Text |
089dbukv1aanh | SELECT SYS_EXTRACT_UTC(SYSTIMESTAMP) FROM DUAL |
0k8522rmdzg4k | select privilege# from sysauth$ where (grantee#=:1 or grantee#=1) and privilege#>0 |
0ws7ahf1d78qa | select SYS_CONTEXT('USERENV', 'SERVER_HOST'), SYS_CONTEXT('USERENV', 'DB_UNIQUE_NAME'), SYS_CONTEXT('USERENV', 'INSTANCE_NAME'), SYS_CONTEXT('USERENV', 'SERVICE_NAME'), INSTANCE_NUMBER, STARTUP_TIME, SYS_CONTEXT('USERENV', 'DB_DOMAIN') from v$instance where INSTANCE_NAME=SYS_CONTEXT('USERENV', 'INSTANCE_NAME') |
18naypzfmabd6 | INSERT INTO MGMT_SYSTEM_PERFORMANCE_LOG (JOB_NAME, TIME, DURATION, MODULE, ACTION, IS_TOTAL, NAME, VALUE, CLIENT_DATA, HOST_URL) VALUES (:B9 , SYSDATE, :B8 , SUBSTR(:B7 , 1, 512), SUBSTR(:B6 , 1, 32), :B5 , SUBSTR(:B4 , 1, 128), SUBSTR(:B3 , 1, 128), SUBSTR(:B2 , 1, 128), SUBSTR(:B1 , 1, 256)) |
1cq3qr774cu45 | insert into WRH$_IOSTAT_FILETYPE (snap_id, dbid, instance_number, filetype_id, small_read_megabytes, small_write_megabytes, large_read_megabytes, large_write_megabytes, small_read_reqs, small_write_reqs, small_sync_read_reqs, large_read_reqs, large_write_reqs, small_read_servicetime, small_write_servicetime, small_sync_read_latency, large_read_servicetime, large_write_servicetime, retries_on_error) (select :snap_id, :dbid, :instance_number, filetype_id, sum(small_read_megabytes) small_read_megabytes, sum(small_write_megabytes) small_write_megabytes, sum(large_read_megabytes) large_read_megabytes, sum(large_write_megabytes) large_write_megabytes, sum(small_read_reqs) small_read_reqs, sum(small_write_reqs) small_write_reqs, sum(small_sync_read_reqs) small_sync_read_reqs, sum(large_read_reqs) large_read_reqs, sum(large_write_reqs) large_write_reqs, sum(small_read_servicetime) small_read_servicetime, sum(small_write_servicetime) small_write_servicetime, sum(small_sync_read_latency) small_sync_read_latency, sum(large_read_servicetime) large_read_servicetime, sum(large_write_servicetime) large_write_servicetime, sum(retries_on_error) retries_on_error from v$iostat_file group by filetype_id) |
1xpfbutrrzkph | insert into wrh$_db_cache_advice (snap_id, dbid, instance_number, bpid, buffers_for_estimate, name, block_size, advice_status, size_for_estimate, size_factor, physical_reads, base_physical_reads, actual_physical_reads, estd_physical_read_time) select :snap_id, :dbid, :instance_number, a.bpid, a.nbufs, b.bp_name, a.blksz, decode(a.status, 2, 'ON', 'OFF'), a.poolsz, round((a.poolsz / a.actual_poolsz), 4), a.preads, a.base_preads, a.actual_preads, a.estd_time_for_disk_reads from x$kcbsc a, x$kcbwbpd b where a.bpid = b.bp_id |
36g2yq0mxjx2y | insert into wrh$_pgastat (snap_id, dbid, instance_number, name, value) select :snap_id, :dbid, :instance_number, name, value from v$pgastat where value > 0 |
459f3z9u4fb3u | select value$ from props$ where name = 'GLOBAL_DB_NAME' |
5ur69atw3vfhj | select decode(failover_method, NULL, 0 , 'BASIC', 1, 'PRECONNECT', 2 , 'PREPARSE', 4 , 0), decode(failover_type, NULL, 1 , 'NONE', 1 , 'SESSION', 2, 'SELECT', 4, 1), failover_retries, failover_delay, flags from service$ where name = :1 |
66gs90fyynks7 | insert into wrh$_instance_recovery (snap_id, dbid, instance_number, recovery_estimated_ios, actual_redo_blks, target_redo_blks, log_file_size_redo_blks, log_chkpt_timeout_redo_blks, log_chkpt_interval_redo_blks, fast_start_io_target_redo_blks, target_mttr, estimated_mttr, ckpt_block_writes, optimal_logfile_size, estd_cluster_available_time, writes_mttr, writes_logfile_size, writes_log_checkpoint_settings, writes_other_settings, writes_autotune, writes_full_thread_ckpt) select :snap_id, :dbid, :instance_number, recovery_estimated_ios, actual_redo_blks, target_redo_blks, log_file_size_redo_blks, log_chkpt_timeout_redo_blks, log_chkpt_interval_redo_blks, fast_start_io_target_redo_blks, target_mttr, estimated_mttr, ckpt_block_writes, optimal_logfile_size, estd_cluster_available_time, writes_mttr, writes_logfile_size, writes_log_checkpoint_settings, writes_other_settings, writes_autotune, writes_full_thread_ckpt from v$instance_recovery |
6ajkhukk78nsr | begin prvt_hdm.auto_execute( :dbid, :inst_num , :end_snap_id ); end; |
6gvch1xu9ca3g | DECLARE job BINARY_INTEGER := :job; next_date DATE := :mydate; broken BOOLEAN := FALSE; BEGIN EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS(); :mydate := next_date; IF broken THEN :b := 1; ELSE :b := 0; END IF; END; |
6ydy4p7r33m0c | SELECT c FROM sbtest WHERE id = :"SYS_B_0" |
7vcwzqf7mgk3b | INSERT INTO MGMT_JOB_EXECUTION (JOB_ID, EXECUTION_ID, STEP_ID, SOURCE_STEP_ID, ORIGINAL_STEP_ID, RESTART_MODE, STEP_NAME, STEP_TYPE, COMMAND_TYPE, ITERATE_PARAM, ITERATE_PARAM_INDEX, PARENT_STEP_ID, STEP_STATUS, START_TIME, TIMEZONE_REGION) VALUES (NULL, NULL, :B5 , NULL, NULL, 0, :B4 , :B3 , :B2 , NULL, NULL, NULL, :B1 , MGMT_JOB_ENGINE.SYSDATE_UTC(), 'UTC') |
84k66tf2s7y1c | insert into wrh$_bg_event_summary (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_waits_fg, total_timeouts - total_timeouts_fg, time_waited_micro - time_waited_micro_fg from v$system_event where (total_waits - total_waits_fg) > 0 order by event_id |
9dhn1b8d88dpf |
select OBJOID, CLSOID, RUNTIME, PRI, JOBTYPE, SCHLIM, WT, INST, RUNNOW, ENQ_SCHLIM from ( select a.obj# OBJOID, a.class_oid CLSOID, decode(bitand(a.flags, 16384), 0, a.next_run_date, a.last_enabled_time) RUNTIME, (2*a.priority + decode(bitand(a.job_status, 4), 0, 0, decode(a.running_instance, :1, -1, 1))) PRI, 1 JOBTYPE, decode(a.schedule_limit, NULL, decode(bitand(a.flags, 4194304), 4194304, p.schedule_limit, NULL), 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, sys.scheduler$_program p, v$database v, v$instance i where a.program_oid = p.obj#(+) and bitand(a.job_status, 515) = 1 and bitand(a.flags, 1048576) = 0 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.instance_id is null and (a.class_oid is null or (a.class_oid is not null and a.class_oid in (select b.obj# from sys.scheduler$_class b where b.affinity is null))) and (a.database_role = v.database_role or (a.database_role is null and v.database_role = 'PRIMARY')) and ( i.logins = 'ALLOWED' or bitand(a.flags, 17179869184) <> 0 ) union all select l.obj#, l.class_oid, decode(bitand(l.flags, 16384), 0, l.next_run_date, l.last_enabled_time), (2*decode(bitand(l.flags, 8589934592), 0, q.priority, pj.priority) + decode(bitand(l.job_status, 4), 0, 0, decode(l.running_instance, :3, -1, 1))), 1, decode(bitand(l.flags, 8589934592), 0, q.schedule_limit, decode(pj.schedule_limit, NULL, q.schedule_limit, pj.schedule_limit)), decode(bitand(l.flags, 8589934592), 0, q.job_weight, pj.job_weight), decode(l.running_instance, NULL, 0, l.running_instance), decode(bitand(l.flags, 16384), 0, 0, 1), decode(bitand(l.job_status, 8388608), 0, 0, 1) from sys.scheduler$_lightweight_job l, sys.scheduler$_program q, (select sl.obj# obj#, decode(bitand(sl.flags, 8589934592), 0, sl.program_oid, spj.program_oid) program_oid, decode(bitand(sl.flags, 8589934592), 0, NULL, spj.priority) priority, decode(bitand(sl.flags, 8589934592), 0, NULL, spj.job_weight) job_weight, decode(bitand(sl.flags, 8589934592), 0, NULL, spj.schedule_limit) schedule_limit from sys.scheduler$_lightweight_job sl, scheduler$_job spj where sl.program_oid = spj.obj#(+)) pj , v$instance i where pj.obj# = l.obj# and pj.program_oid = q.obj#(+) and (:4 = 0 or l.running_instance = :5) and bitand(l.job_status, 515) = 1 and ((bitand(l.flags, 134217728 + 268435456) = 0) or (bitand(l.job_status, 1024) <> 0)) and bitand(l.flags, 4096) = 0 and (l.next_run_date <= :6 or bitand(l.flags, 16384) <> 0) and l.instance_id is null and (l.class_oid is null or (l.class_oid is not null and l.class_oid in (select w.obj# from sys.scheduler$_class w where w.affinity is null))) and ( i.logins = 'ALLOWED' or bitand(l.flags, 17179869184) <> 0 ) union all select c.obj#, 0, c.next_start_date, 0, 2, c.duration, 1, 0, 0, 0 from sys.scheduler$_window c , v$instance i where bitand(c.flags, 1) <> 0 and bitand(c.flags, 2) = 0 and bitand(c.flags, 64) = 0 and c.next_start_date <= :7 and i.logins = 'ALLOWED' union all select d.obj#, 0, d.next_start_date + d.duration, 0, 4, numtodsinterval(0, 'minute'), 1, 0, 0, 0 from sys.scheduler$_window d , v$instance i where bitand(d.flags, 1) <> 0 and bitand(d.flags, 2) = 0 and bitand(d.flags, 64) = 0 and d.next_start_date <= :8 and i.logins = 'ALLOWED' union all select f.obj#, 0, e.attr_tstamp, 0, decode(bitand(e.flags, 131072), 0, 2, 3), e.attr_intv, 1, 0, 0, 0 from sys.scheduler$_global_attribute e, sys.obj$ f, sys.obj$ g, v$instance i where e.obj# = g.obj# and g.owner# = 0 and g.name
= 'CURRENT_OPEN_WINDOW' and e.value = f.name and f.type# = 69 and e.attr_tstamp is not null and e.attr_intv is not null and i.logins = 'ALLOWED' union all select i.obj#, 0, h.attr_tstamp + h.attr_intv, 0, decode(bitand(h.flags, 131072), 0, 4, 5), numtodsinterval(0, 'minute'), 1, 0, 0, 0 from sys.scheduler$_global_attribute h, sys.obj$ i, sys.obj$ j, v$instance ik where h.obj# = j.obj# and j.owner# = 0 and j.name = 'CURRENT_OPEN_WINDOW' and h.value = i.name and i.type# = 69 and h.attr_tstamp is not null and h.attr_intv is not null and ik.logins = 'ALLOWED') order by RUNTIME, JOBTYPE, CLSOID, PRI, WT DESC, OBJOID |
bcuaanyavwv59 | BEGIN DBMS_WORKLOAD_REPOSITORY.CREATE_SNAPSHOT; END; |
bunssq950snhf | insert 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 from v$sga_target_advice |
c5j5sa604wfxd | SELECT DISTINCT c FROM sbtest WHERE id BETWEEN :"SYS_B_0" AND :"SYS_B_1" ORDER BY c |
c7h6d8d194m88 | SELECT c FROM sbtest WHERE id BETWEEN :"SYS_B_0" AND :"SYS_B_1" ORDER BY c |
cfxcsauwtg623 | SELECT SUM(k) FROM sbtest WHERE id BETWEEN :"SYS_B_0" AND :"SYS_B_1" |
cm5vu20fhtnq1 | select /*+ connect_by_filtering */ privilege#, level from sysauth$ connect by grantee#=prior privilege# and privilege#>0 start with grantee#=:1 and privilege#>0 |
g3bkwtxyy9j4x | SELECT c FROM sbtest WHERE id BETWEEN :"SYS_B_0" AND :"SYS_B_1" |
Statistic | Total | per Second | per Trans |
Batched IO (bound) vector count | 0 | 0.00 | 0.00 |
Batched IO (full) vector count | 0 | 0.00 | 0.00 |
Batched IO block miss count | 0 | 0.00 | 0.00 |
Batched IO buffer defrag count | 0 | 0.00 | 0.00 |
Batched IO double miss count | 0 | 0.00 | 0.00 |
Batched IO same unit count | 0 | 0.00 | 0.00 |
Batched IO single block count | 0 | 0.00 | 0.00 |
Batched IO vector block count | 0 | 0.00 | 0.00 |
Batched IO vector read count | 0 | 0.00 | 0.00 |
Block Cleanout Optim referenced | 4 | 0.01 | 0.00 |
CCursor + sql area evicted | 4 | 0.01 | 0.00 |
CPU used by this session | 40,316 | 67.08 | 0.34 |
CPU used when call started | 39,915 | 66.41 | 0.34 |
CR blocks created | 12 | 0.02 | 0.00 |
Cached Commit SCN referenced | 0 | 0.00 | 0.00 |
Commit SCN cached | 2 | 0.00 | 0.00 |
DB time | 107,577 | 178.98 | 0.92 |
DBWR checkpoint buffers written | 898 | 1.49 | 0.01 |
DBWR transaction table writes | 16 | 0.03 | 0.00 |
DBWR undo block writes | 167 | 0.28 | 0.00 |
Effective IO time | 0 | 0.00 | 0.00 |
HSC Heap Segment Block Changes | 459 | 0.76 | 0.00 |
Heap Segment Array Inserts | 84 | 0.14 | 0.00 |
Heap Segment Array Updates | 28 | 0.05 | 0.00 |
IMU CR rollbacks | 20 | 0.03 | 0.00 |
IMU Flushes | 25 | 0.04 | 0.00 |
IMU Redo allocation size | 89,532 | 148.96 | 0.76 |
IMU commits | 60 | 0.10 | 0.00 |
IMU contention | 0 | 0.00 | 0.00 |
IMU undo allocation size | 344,048 | 572.41 | 2.93 |
Number of read IOs issued | 0 | 0.00 | 0.00 |
Requests to/from client | 4,463,893 | 7,426.78 | 37.98 |
RowCR attempts | 7 | 0.01 | 0.00 |
RowCR hits | 7 | 0.01 | 0.00 |
SQL*Net roundtrips to/from client | 4,463,893 | 7,426.78 | 37.98 |
active txn count during cleanout | 41 | 0.07 | 0.00 |
background timeouts | 2,915 | 4.85 | 0.02 |
buffer is not pinned count | 3,504,012 | 5,829.78 | 29.81 |
buffer is pinned count | 8,431 | 14.03 | 0.07 |
bytes received via SQL*Net from client | 301,900,709 | 502,285.50 | 2,568.56 |
bytes sent via SQL*Net to client | 998,511,774 | 1,661,268.00 | 8,495.30 |
calls to get snapshot scn: kcmgss | 2,352,348 | 3,913.70 | 20.01 |
calls to kcmgas | 267 | 0.44 | 0.00 |
calls to kcmgcs | 235,517 | 391.84 | 2.00 |
cell physical IO interconnect bytes | 25,014,272 | 41,617.35 | 212.82 |
change write time | 1 | 0.00 | 0.00 |
cleanout - number of ktugct calls | 43 | 0.07 | 0.00 |
cleanouts only - consistent read gets | 1 | 0.00 | 0.00 |
cluster key scan block gets | 214 | 0.36 | 0.00 |
cluster key scans | 160 | 0.27 | 0.00 |
commit batch/immediate performed | 10 | 0.02 | 0.00 |
commit batch/immediate requested | 10 | 0.02 | 0.00 |
commit cleanout failures: callback failure | 5 | 0.01 | 0.00 |
commit cleanouts | 618 | 1.03 | 0.01 |
commit cleanouts successfully completed | 613 | 1.02 | 0.01 |
commit immediate performed | 10 | 0.02 | 0.00 |
commit immediate requested | 10 | 0.02 | 0.00 |
commit txn count during cleanout | 19 | 0.03 | 0.00 |
concurrency wait time | 4,885 | 8.13 | 0.04 |
consistent changes | 35 | 0.06 | 0.00 |
consistent gets | 9,029,363 | 15,022.55 | 76.82 |
consistent gets - examination | 4,821,005 | 8,020.92 | 41.02 |
consistent gets direct | 0 | 0.00 | 0.00 |
consistent gets from cache | 9,029,363 | 15,022.55 | 76.82 |
consistent gets from cache (fastpath) | 4,207,967 | 7,000.98 | 35.80 |
cursor authentications | 136 | 0.23 | 0.00 |
data blocks consistent reads - undo records applied | 24 | 0.04 | 0.00 |
db block changes | 3,220 | 5.36 | 0.03 |
db block gets | 3,270 | 5.44 | 0.03 |
db block gets direct | 0 | 0.00 | 0.00 |
db block gets from cache | 3,270 | 5.44 | 0.03 |
db block gets from cache (fastpath) | 1,110 | 1.85 | 0.01 |
deferred (CURRENT) block cleanout applications | 353 | 0.59 | 0.00 |
drop segment calls in space pressure | 0 | 0.00 | 0.00 |
enqueue conversions | 123 | 0.20 | 0.00 |
enqueue releases | 240,125 | 399.51 | 2.04 |
enqueue requests | 240,125 | 399.51 | 2.04 |
enqueue timeouts | 0 | 0.00 | 0.00 |
enqueue waits | 1 | 0.00 | 0.00 |
execute count | 2,352,088 | 3,913.27 | 20.01 |
file io wait time | 484,909 | 806.76 | 4.13 |
frame signature mismatch | 0 | 0.00 | 0.00 |
free buffer inspected | 0 | 0.00 | 0.00 |
free buffer requested | 263 | 0.44 | 0.00 |
heap block compress | 16 | 0.03 | 0.00 |
immediate (CR) block cleanout applications | 1 | 0.00 | 0.00 |
immediate (CURRENT) block cleanout applications | 180 | 0.30 | 0.00 |
in call idle wait time | 1,265,762 | 2,105.90 | 10.77 |
index crx upgrade (positioned) | 0 | 0.00 | 0.00 |
index crx upgrade (prefetch) | 0 | 0.00 | 0.00 |
index fast full scans (full) | 0 | 0.00 | 0.00 |
index fetch by key | 1,177,596 | 1,959.22 | 10.02 |
index scans kdiixs1 | 943,824 | 1,570.28 | 8.03 |
leaf node 90-10 splits | 13 | 0.02 | 0.00 |
leaf node splits | 17 | 0.03 | 0.00 |
lob reads | 0 | 0.00 | 0.00 |
lob writes | 9 | 0.01 | 0.00 |
lob writes unaligned | 9 | 0.01 | 0.00 |
local undo segment hints helped | 0 | 0.00 | 0.00 |
logical read bytes from cache | 73,995,329,536 | 123,109,287.25 | 629,549.24 |
logons cumulative | 117,509 | 195.50 | 1.00 |
max cf enq hold time | 20 | 0.03 | 0.00 |
messages received | 642 | 1.07 | 0.01 |
messages sent | 642 | 1.07 | 0.01 |
min active SCN optimization applied on CR | 0 | 0.00 | 0.00 |
no buffer to keep pinned count | 4 | 0.01 | 0.00 |
no work - consistent read gets | 3,972,581 | 6,609.36 | 33.80 |
non-idle wait count | 4,487,580 | 7,466.18 | 38.18 |
non-idle wait time | 5,921 | 9.85 | 0.05 |
opened cursors cumulative | 2,469,285 | 4,108.26 | 21.01 |
parse count (describe) | 0 | 0.00 | 0.00 |
parse count (hard) | 366 | 0.61 | 0.00 |
parse count (total) | 1,294,360 | 2,153.48 | 11.01 |
parse time cpu | 8,522 | 14.18 | 0.07 |
parse time elapsed | 11,960 | 19.90 | 0.10 |
physical read IO requests | 104 | 0.17 | 0.00 |
physical read bytes | 851,968 | 1,417.46 | 7.25 |
physical read total IO requests | 635 | 1.06 | 0.01 |
physical read total bytes | 9,519,104 | 15,837.35 | 80.99 |
physical read total multi block requests | 0 | 0.00 | 0.00 |
physical reads | 104 | 0.17 | 0.00 |
physical reads cache | 104 | 0.17 | 0.00 |
physical reads cache prefetch | 0 | 0.00 | 0.00 |
physical reads direct | 0 | 0.00 | 0.00 |
physical reads direct (lob) | 0 | 0.00 | 0.00 |
physical reads direct temporary tablespace | 0 | 0.00 | 0.00 |
physical reads prefetch warmup | 0 | 0.00 | 0.00 |
physical write IO requests | 516 | 0.86 | 0.00 |
physical write bytes | 7,356,416 | 12,239.19 | 62.59 |
physical write total IO requests | 1,057 | 1.76 | 0.01 |
physical write total bytes | 15,495,168 | 25,779.99 | 131.83 |
physical write total multi block requests | 13 | 0.02 | 0.00 |
physical writes | 898 | 1.49 | 0.01 |
physical writes direct | 0 | 0.00 | 0.00 |
physical writes direct temporary tablespace | 0 | 0.00 | 0.00 |
physical writes from cache | 898 | 1.49 | 0.01 |
physical writes non checkpoint | 436 | 0.73 | 0.00 |
pinned buffers inspected | 0 | 0.00 | 0.00 |
pinned cursors current | 0 | 0.00 | 0.00 |
recursive calls | 5,654,872 | 9,408.26 | 48.11 |
recursive cpu usage | 7,893 | 13.13 | 0.07 |
redo blocks checksummed by FG (exclusive) | 1,545 | 2.57 | 0.01 |
redo blocks written | 2,392 | 3.98 | 0.02 |
redo entries | 1,774 | 2.95 | 0.02 |
redo ordering marks | 69 | 0.11 | 0.00 |
redo size | 1,138,152 | 1,893.59 | 9.68 |
redo size for direct writes | 0 | 0.00 | 0.00 |
redo subscn max counts | 195 | 0.32 | 0.00 |
redo synch long waits | 7 | 0.01 | 0.00 |
redo synch time | 9 | 0.01 | 0.00 |
redo synch time (usec) | 117,730 | 195.87 | 1.00 |
redo synch writes | 25 | 0.04 | 0.00 |
redo wastage | 32,428 | 53.95 | 0.28 |
redo write time | 20 | 0.03 | 0.00 |
redo writes | 119 | 0.20 | 0.00 |
rollback changes - undo records applied | 10 | 0.02 | 0.00 |
rollbacks only - consistent read gets | 12 | 0.02 | 0.00 |
rows fetched via callback | 1,030 | 1.71 | 0.01 |
session cursor cache hits | 1,175,140 | 1,955.13 | 10.00 |
session logical reads | 9,032,633 | 15,027.99 | 76.85 |
shared hash latch upgrades - no wait | 330 | 0.55 | 0.00 |
sorts (memory) | 706,723 | 1,175.81 | 6.01 |
sorts (rows) | 23,503,564 | 39,103.91 | 199.97 |
space was found by tune down | 0 | 0.00 | 0.00 |
sql area evicted | 236 | 0.39 | 0.00 |
sql area purged | 0 | 0.00 | 0.00 |
steps of tune down ret. in space pressure | 0 | 0.00 | 0.00 |
switch current to new buffer | 29 | 0.05 | 0.00 |
table fetch by rowid | 6,228 | 10.36 | 0.05 |
table fetch continued row | 36 | 0.06 | 0.00 |
table scan blocks gotten | 353,761 | 588.57 | 3.01 |
table scan rows gotten | 13,464,527 | 22,401.53 | 114.56 |
table scans (short tables) | 235,203 | 391.32 | 2.00 |
total cf enq hold time | 50 | 0.08 | 0.00 |
total number of cf enq holders | 3 | 0.00 | 0.00 |
total number of times SMON posted | 2 | 0.00 | 0.00 |
transaction rollbacks | 10 | 0.02 | 0.00 |
tune down retentions in space pressure | 0 | 0.00 | 0.00 |
undo change vector size | 370,620 | 616.62 | 3.15 |
user I/O wait time | 5 | 0.01 | 0.00 |
user calls | 6,343,550 | 10,554.04 | 53.97 |
user commits | 66 | 0.11 | 0.00 |
user rollbacks | 117,471 | 195.44 | 1.00 |
workarea executions - optimal | 235,694 | 392.13 | 2.01 |
Latch Name | Get Requests | Pct Get Miss | Avg Slps /Miss | Wait Time (s) | NoWait Requests | Pct NoWait Miss |
AQ deq hash table latch | 1 | 0.00 | | 0 | 0 | |
ASM db client latch | 400 | 0.00 | | 0 | 0 | |
ASM map operation hash table | 1 | 0.00 | | 0 | 0 | |
ASM network state latch | 11 | 0.00 | | 0 | 0 | |
AWR Alerted Metric Element list | 4,169 | 0.00 | | 0 | 0 | |
Change Notification Hash table latch | 200 | 0.00 | | 0 | 0 | |
Consistent RBA | 119 | 0.00 | | 0 | 0 | |
DML lock allocation | 714 | 0.00 | | 0 | 0 | |
Event Group Locks | 117,536 | 0.00 | 0.00 | 0 | 0 | |
FOB s.o list latch | 42 | 0.00 | | 0 | 0 | |
File State Object Pool Parent Latch | 1 | 0.00 | | 0 | 0 | |
I/O Staticstics latch | 1 | 0.00 | | 0 | 0 | |
IPC stats buffer allocation latch | 1 | 0.00 | | 0 | 0 | |
In memory undo latch | 1,077 | 0.00 | | 0 | 215 | 0.00 |
JS Sh mem access | 1 | 0.00 | | 0 | 0 | |
JS mem alloc latch | 4 | 0.00 | | 0 | 0 | |
JS queue access latch | 5 | 0.00 | | 0 | 0 | |
JS queue state obj latch | 3,644 | 0.00 | | 0 | 0 | |
JS slv state obj latch | 41 | 0.00 | | 0 | 0 | |
KFC FX Hash Latch | 1 | 0.00 | | 0 | 0 | |
KFC Hash Latch | 1 | 0.00 | | 0 | 0 | |
KFCL LE Freelist | 1 | 0.00 | | 0 | 0 | |
KGNFS-NFS:SHM structure | 1 | 0.00 | | 0 | 0 | |
KGNFS-NFS:SVR LIST | 1 | 0.00 | | 0 | 0 | |
KJC message pool free list | 1 | 0.00 | | 0 | 0 | |
KJCT flow control latch | 1 | 0.00 | | 0 | 0 | |
KMG MMAN ready and startup request latch | 200 | 0.00 | | 0 | 0 | |
KTF sga latch | 3 | 0.00 | | 0 | 182 | 0.00 |
KWQMN job cache list latch | 1 | 0.00 | | 0 | 0 | |
KWQS pqsubs latch | 1 | 0.00 | | 0 | 0 | |
KWQS pqueue ctx latch | 11 | 0.00 | | 0 | 0 | |
Locator state objects pool parent latch | 1 | 0.00 | | 0 | 0 | |
Lsod array latch | 1 | 0.00 | | 0 | 0 | |
MQL Tracking Latch | 0 | | | 0 | 12 | 0.00 |
Memory Management Latch | 1 | 0.00 | | 0 | 200 | 0.00 |
Memory Queue | 1 | 0.00 | | 0 | 0 | |
Memory Queue Message Subscriber #1 | 1 | 0.00 | | 0 | 0 | |
Memory Queue Message Subscriber #2 | 1 | 0.00 | | 0 | 0 | |
Memory Queue Message Subscriber #3 | 1 | 0.00 | | 0 | 0 | |
Memory Queue Message Subscriber #4 | 1 | 0.00 | | 0 | 0 | |
Memory Queue Subscriber | 1 | 0.00 | | 0 | 0 | |
MinActiveScn Latch | 6 | 0.00 | | 0 | 0 | |
Mutex | 1 | 0.00 | | 0 | 0 | |
Mutex Stats | 1 | 0.00 | | 0 | 0 | |
OS process | 224 | 0.00 | | 0 | 0 | |
OS process allocation | 1,342 | 0.00 | | 0 | 0 | |
OS process: request allocation | 50 | 0.00 | | 0 | 0 | |
PL/SQL warning settings | 117,525 | 0.00 | 0.00 | 0 | 0 | |
PX hash array latch | 1 | 0.00 | | 0 | 0 | |
QMT | 1 | 0.00 | | 0 | 0 | |
Real-time plan statistics latch | 10 | 0.00 | | 0 | 0 | |
SGA blob parent | 1 | 0.00 | | 0 | 0 | |
SGA bucket locks | 1 | 0.00 | | 0 | 0 | |
SGA heap locks | 1 | 0.00 | | 0 | 0 | |
SGA pool locks | 1 | 0.00 | | 0 | 0 | |
SQL memory manager latch | 1 | 0.00 | | 0 | 200 | 0.00 |
SQL memory manager workarea list latch | 13,708 | 0.00 | | 0 | 0 | |
Shared B-Tree | 55 | 0.00 | | 0 | 0 | |
Streams Generic | 1 | 0.00 | | 0 | 0 | |
Testing | 1 | 0.00 | | 0 | 0 | |
Token Manager | 1 | 0.00 | | 0 | 0 | |
WCR: sync | 1 | 0.00 | | 0 | 0 | |
Write State Object Pool Parent Latch | 1 | 0.00 | | 0 | 0 | |
X$KSFQP | 1 | 0.00 | | 0 | 0 | |
XDB NFS Security Latch | 1 | 0.00 | | 0 | 0 | |
XDB unused session pool | 1 | 0.00 | | 0 | 0 | |
XDB used session pool | 1 | 0.00 | | 0 | 0 | |
active checkpoint queue latch | 716 | 0.00 | | 0 | 0 | |
active service list | 706,319 | 0.15 | 0.03 | 0 | 885 | 0.00 |
address list | 117,471 | 0.19 | 0.03 | 0 | 0 | |
buffer pool | 1 | 0.00 | | 0 | 0 | |
business card | 1 | 0.00 | | 0 | 0 | |
cache buffer handles | 38 | 0.00 | | 0 | 0 | |
cache buffers chains | 13,254,279 | 0.10 | 0.00 | 0 | 227 | 0.00 |
cache buffers lru chain | 961 | 0.00 | | 0 | 1,154 | 0.00 |
call allocation | 235,187 | 0.51 | 0.06 | 0 | 0 | |
cas latch | 1 | 0.00 | | 0 | 0 | |
change notification client cache latch | 1 | 0.00 | | 0 | 0 | |
channel handle pool latch | 53 | 0.00 | | 0 | 0 | |
channel operations parent latch | 3,341 | 0.00 | | 0 | 0 | |
checkpoint queue latch | 11,921 | 0.00 | | 0 | 345 | 0.00 |
client/application info | 822,408 | 0.03 | 0.06 | 0 | 0 | |
compile environment latch | 117,509 | 0.00 | | 0 | 0 | |
corrupted undo seg latch | 40 | 0.00 | | 0 | 0 | |
cp cmon/server latch | 1 | 0.00 | | 0 | 0 | |
cp pool latch | 1 | 0.00 | | 0 | 0 | |
cp server hash latch | 1 | 0.00 | | 0 | 0 | |
cp sga latch | 11 | 0.00 | | 0 | 0 | |
cvmap freelist lock | 1 | 0.00 | | 0 | 0 | |
deferred cleanup latch | 11 | 0.00 | | 0 | 0 | |
dml lock allocation | 11 | 0.00 | | 0 | 0 | |
done queue latch | 1 | 0.00 | | 0 | 0 | |
dummy allocation | 235,017 | 0.19 | 0.01 | 0 | 0 | |
enqueue freelist latch | 24 | 12.50 | 0.00 | 0 | 244,171 | 0.11 |
enqueue hash chains | 480,353 | 0.18 | 0.00 | 0 | 0 | |
enqueues | 13 | 0.00 | | 0 | 0 | |
fifth spare latch | 1 | 0.00 | | 0 | 0 | |
file cache latch | 24 | 0.00 | | 0 | 0 | |
flashback copy | 1 | 0.00 | | 0 | 0 | |
fourth Audit Vault latch | 1 | 0.00 | | 0 | 0 | |
gc element | 1 | 0.00 | | 0 | 0 | |
gcs commit scn state | 1 | 0.00 | | 0 | 0 | |
gcs partitioned table hash | 1 | 0.00 | | 0 | 0 | |
gcs pcm hashed value bucket hash | 1 | 0.00 | | 0 | 0 | |
gcs resource freelist | 1 | 0.00 | | 0 | 0 | |
gcs resource hash | 1 | 0.00 | | 0 | 0 | |
gcs resource scan list | 1 | 0.00 | | 0 | 0 | |
gcs shadows freelist | 1 | 0.00 | | 0 | 0 | |
ges domain table | 1 | 0.00 | | 0 | 0 | |
ges enqueue table freelist | 1 | 0.00 | | 0 | 0 | |
ges group table | 1 | 0.00 | | 0 | 0 | |
ges process hash list | 1 | 0.00 | | 0 | 0 | |
ges process parent latch | 1 | 0.00 | | 0 | 0 | |
ges resource hash list | 1 | 0.00 | | 0 | 0 | |
ges resource scan list | 1 | 0.00 | | 0 | 0 | |
ges resource table freelist | 1 | 0.00 | | 0 | 0 | |
ges value block free list | 1 | 0.00 | | 0 | 0 | |
global KZLD latch for mem in SGA | 117,471 | 0.01 | 0.00 | 0 | 0 | |
global tx hash mapping | 1 | 0.00 | | 0 | 0 | |
granule operation | 1 | 0.00 | | 0 | 0 | |
hash table column usage latch | 0 | | | 0 | 849 | 0.00 |
hash table modification latch | 5 | 0.00 | | 0 | 0 | |
heartbeat check | 1 | 0.00 | | 0 | 0 | |
intra txn parallel recovery | 1 | 0.00 | | 0 | 0 | |
io pool granule metadata list | 1 | 0.00 | | 0 | 0 | |
job workq parent latch | 13 | 0.00 | | 0 | 12 | 0.00 |
job_queue_processes free list latch | 26 | 0.00 | | 0 | 0 | |
job_queue_processes parameter latch | 142 | 0.00 | | 0 | 0 | |
k2q lock allocation | 1 | 0.00 | | 0 | 0 | |
kdlx hb parent latch | 1 | 0.00 | | 0 | 0 | |
kgb parent | 1 | 0.00 | | 0 | 0 | |
kgnfs mount latch | 1 | 0.00 | | 0 | 0 | |
kokc descriptor allocation latch | 64 | 0.00 | | 0 | 0 | |
ksfv messages | 1 | 0.00 | | 0 | 0 | |
ksim group membership cache | 1 | 0.00 | | 0 | 0 | |
kss move lock | 11 | 0.00 | | 0 | 0 | |
ksuosstats global area | 63 | 0.00 | | 0 | 0 | |
ksv allocation latch | 29 | 0.00 | | 0 | 0 | |
ksv class latch | 17 | 0.00 | | 0 | 0 | |
ksv msg queue latch | 1 | 0.00 | | 0 | 0 | |
ksz_so allocation latch | 50 | 0.00 | | 0 | 0 | |
ktm global data | 11 | 0.00 | | 0 | 0 | |
kwqbsn:qsga | 22 | 0.00 | | 0 | 0 | |
lgwr LWN SCN | 271 | 0.00 | | 0 | 0 | |
list of block allocation | 71 | 0.00 | | 0 | 0 | |
lob segment dispenser latch | 1 | 0.00 | | 0 | 0 | |
lob segment hash table latch | 3 | 0.00 | | 0 | 0 | |
lob segment query latch | 1 | 0.00 | | 0 | 0 | |
lock DBA buffer during media recovery | 1 | 0.00 | | 0 | 0 | |
logical standby cache | 1 | 0.00 | | 0 | 0 | |
logminer context allocation | 1 | 0.00 | | 0 | 0 | |
logminer work area | 1 | 0.00 | | 0 | 0 | |
longop free list parent | 1 | 0.00 | | 0 | 0 | |
mapped buffers lru chain | 1 | 0.00 | | 0 | 0 | |
message pool operations parent latch | 1 | 0.00 | | 0 | 0 | |
messages | 7,278 | 0.00 | | 0 | 0 | |
mostly latch-free SCN | 273 | 0.00 | | 0 | 0 | |
msg queue latch | 1 | 0.00 | | 0 | 0 | |
name-service namespace bucket | 1 | 0.00 | | 0 | 0 | |
ncodef allocation latch | 11 | 0.00 | | 0 | 0 | |
object queue header heap | 1,436 | 0.00 | | 0 | 2 | 0.00 |
object queue header operation | 3,856 | 0.00 | | 0 | 0 | |
object stats modification | 15 | 0.00 | | 0 | 0 | |
parallel query alloc buffer | 81 | 0.00 | | 0 | 0 | |
parallel query stats | 1 | 0.00 | | 0 | 0 | |
parameter list | 117,874 | 0.05 | 0.03 | 0 | 0 | |
parameter table management | 470,078 | 0.17 | 0.14 | 0 | 0 | |
peshm | 1 | 0.00 | | 0 | 0 | |
pesom_free_list | 1 | 0.00 | | 0 | 0 | |
pesom_hash_node | 1 | 0.00 | | 0 | 0 | |
post/wait queue | 513 | 0.00 | | 0 | 467 | 0.00 |
process allocation | 75 | 0.00 | | 0 | 26 | 0.00 |
process group creation | 50 | 0.00 | | 0 | 0 | |
process queue | 1 | 0.00 | | 0 | 0 | |
process queue reference | 1 | 0.00 | | 0 | 0 | |
qmn task queue latch | 88 | 0.00 | | 0 | 0 | |
query server freelists | 1 | 0.00 | | 0 | 0 | |
queued dump request | 2 | 0.00 | | 0 | 0 | |
queuing load statistics | 1 | 0.00 | | 0 | 0 | |
recovery domain hash list | 1 | 0.00 | | 0 | 0 | |
redo allocation | 1,084 | 0.00 | | 0 | 1,708 | 0.00 |
redo copy | 1 | 0.00 | | 0 | 1,708 | 0.00 |
redo writing | 1,494 | 0.00 | | 0 | 0 | |
resmgr group change latch | 117,496 | 0.00 | 0.00 | 0 | 0 | |
resmgr:active threads | 235,017 | 0.00 | | 0 | 0 | |
resmgr:actses change group | 117,490 | 0.00 | | 0 | 0 | |
resmgr:actses change state | 1 | 0.00 | | 0 | 0 | |
resmgr:free threads list | 235,016 | 0.32 | 0.01 | 0 | 0 | |
resmgr:plan CPU method | 1 | 0.00 | | 0 | 0 | |
resmgr:resource group CPU method | 1 | 0.00 | | 0 | 0 | |
resmgr:schema config | 1 | 0.00 | | 0 | 0 | |
resmgr:session queuing | 1 | 0.00 | | 0 | 0 | |
rm cas latch | 1 | 0.00 | | 0 | 0 | |
row cache objects | 5,779,076 | 0.35 | 0.01 | 0 | 493 | 0.00 |
rules engine aggregate statistics | 1 | 0.00 | | 0 | 0 | |
rules engine rule set statistics | 2 | 0.00 | | 0 | 0 | |
second Audit Vault latch | 1 | 0.00 | | 0 | 0 | |
second spare latch | 1 | 0.00 | | 0 | 0 | |
sequence cache | 352,496 | 0.05 | 0.01 | 0 | 0 | |
session allocation | 704,963 | 0.04 | 0.00 | 0 | 469,958 | 0.07 |
session idle bit | 13,039,546 | 0.03 | 0.04 | 0 | 0 | |
session queue latch | 1 | 0.00 | | 0 | 0 | |
session state list latch | 235,034 | 0.27 | 0.00 | 0 | 0 | |
session switching | 36 | 0.00 | | 0 | 0 | |
session timer | 202 | 0.00 | | 0 | 0 | |
shared pool | 23,081,656 | 1.91 | 0.04 | 22 | 0 | |
shared pool sim alloc | 1 | 0.00 | | 0 | 0 | |
shared pool simulator | 1,917 | 0.00 | | 0 | 0 | |
sim partition latch | 1 | 0.00 | | 0 | 0 | |
simulator hash latch | 2,316,158 | 0.00 | 0.00 | 0 | 0 | |
simulator lru latch | 391 | 0.00 | | 0 | 2,315,741 | 0.13 |
sort extent pool | 23 | 0.00 | | 0 | 0 | |
space background state object latch | 4 | 0.00 | | 0 | 0 | |
space background task latch | 1,174 | 0.00 | | 0 | 403 | 0.00 |
state object free list | 2 | 0.00 | | 0 | 0 | |
statistics aggregation | 420 | 0.00 | | 0 | 0 | |
tablespace key chain | 1 | 0.00 | | 0 | 0 | |
temp lob duration state obj allocation | 2 | 0.00 | | 0 | 0 | |
test excl. parent l0 | 1 | 0.00 | | 0 | 0 | |
test excl. parent2 l0 | 1 | 0.00 | | 0 | 0 | |
third spare latch | 1 | 0.00 | | 0 | 0 | |
threshold alerts latch | 21 | 0.00 | | 0 | 0 | |
transaction allocation | 183 | 0.00 | | 0 | 0 | |
undo global data | 784 | 0.00 | | 0 | 0 | |
virtual circuit buffers | 48,868,269 | 0.00 | 0.14 | 0 | 0 | |
virtual circuit holder | 9,867,565 | 0.11 | 0.03 | 0 | 0 | |
virtual circuit queues | 9,881,890 | 0.19 | 0.14 | 4 | 9,622,434 | 0.54 |
virtual circuits | 234,942 | 0.04 | 0.09 | 0 | 0 | |